hi
thanks it worked, i just rename the existing index_jsp.class to i.class
but this is not the expected behavior right. after removing web.xml
entries tomcat should recompile it under work directory.

i dont have any issues with the file having name other than "index.jsp"

how does this name clash happens only for file named "index.jsp"
is it tomcat bug

arun


On Thu, 9 Sep 2004 08:42:12 -0500, QM <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 09, 2004 at 07:07:26PM +0530, Arun Prasad R wrote:
> : i want to edit that source file. and i removed servlet and
> : servlet-mapping entry from web.xml and restarted tomcat. new tomcat
> : should recompile index.jsp and fulfill the request. but it throws an
> : exception like
> 
> Perhaps Tomcat's flipping out because it can already resolve the class
> "org.apache.jsp.index_jsp" from the JAR of precompiled JSPs?
> 
> Find that JAR, rename it (something *without* a .jar extension, so it's
> not automatically loaded by Tomcat), and try again.
> 
> 
> 
> -QM
> 
> --
> 
> software  -- http://www.brandxdev.net
> tech news -- http://www.RoarNetworX.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to