Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi index.jsp is not being compiled dynamically, if i rename to some other name some.jsp its get compiled. if somebody faced this issue pls help. im not getting clue by google. arun - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Antony Paul
, September 09, 2004 4:00 PM Subject: Pls Help index.jsp not compiling dynamically hi index.jsp is not being compiled dynamically, if i rename to some other name some.jsp its get compiled. if somebody faced this issue pls help. im not getting clue by google. arun

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
. rgds Antony Paul - Original Message - From: Arun Prasad R [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 4:00 PM Subject: Pls Help index.jsp not compiling dynamically hi index.jsp is not being compiled dynamically, if i

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 04:00:25PM +0530, Arun Prasad R wrote: : index.jsp is not being compiled dynamically, if i rename to some : other name some.jsp its get compiled. if somebody faced this issue : pls help. im not getting clue by google. Did you just overwrite one of the sample apps? Those

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi if i have entry in web.xml like servlet servlet-nameindex_jsp/servlet-name servlet-classindex_jsp/servlet-class /servlet servlet-mapping servlet-nameindex_jsp/servlet-name url-pattern/index.jsp/url-pattern /servlet-mapping application is running

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
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

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
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

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
On Thu, SOP 09, 2004 at 07:20:31PM +0530, Arun Prasad R wrote: : thanks it worked, i just rename the existing index_jsp.class to i.class That worked for you, fine; but that's not what I suggested: JAR file != class file. Please reread my last message. : but this is not the expected behavior

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi as this is my own application, i have classes for my source. so that i can rename my class in WEB-INF/classes/ im in the process of migrating it from tomcat 3.x to tomcat 4.1.27, i migrated successfully, there after during my development i use to remove web.xml entries for files wich need