Re: someone....need help!!!!....

2002-04-09 Thread Giorgio Ponza
Sometimes happens also to me. My solution is to empty the folder /tomcat/work so Tomcat must recompile it. But i think some gurus here have a better solution. Giorgio - Original Message - From: "ajith kondapalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 5

RE: someone....need help!!!!....

2002-04-09 Thread Barney Hamish
Try touching the JSPs before you run them to make sure that the timestamp is changed so tomcat knows to re-compile the JSP. -Original Message- From: Giorgio Ponza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 5:37 PM To: Tomcat Users List Subject: Re: someoneneed help

RE: someone....need help!!!!....

2002-04-09 Thread Sefton, Adam
[mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 16:44 To: 'Tomcat Users List' Subject: RE: someoneneed help Try touching the JSPs before you run them to make sure that the timestamp is changed so tomcat knows to re-compile the JSP. -Original Message- From: Giorgio Ponza

Re: someone....need help!!!!....

2002-04-09 Thread Dominic Parry
Science M.Sc. I Computer Science Rhodes University - Original Message - From: "Sefton, Adam" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 5:47 PM Subject: RE: someoneneed help > I

RE: someone....need help!!!!....

2002-04-09 Thread Ricky Leung
ginal Message- From: Sefton, Adam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 11:47 AM To: 'Tomcat Users List' Subject: RE: someoneneed help I've only been using TC for a couple of days, so I might be wrong, but: I found that you need to set server.x

Re: someone....need help!!!!....

2002-04-09 Thread ajith kondapalli
hai, I have tried stoppin the server and restarting it agin..but of no use...i also renamed the file(another name) and compiled the JSP but it didnt work.but when i remove the JSP file in /tomcat/work i get an error sayin that there is no file

Re: someone....need help!!!!....

2002-04-09 Thread hemant
Hi 2 Options: 1>>Search for the Work Folder under tomcat. Check for a folder that has the same name as Tomcat. Delete the .java and JSP file of the page you want to test. 2>>Open the JSp you want to test, hit enter somewhere in between the lines. This way you can force a re-compile on the JSP.

RE: someone....need help!!!!....

2002-04-09 Thread Sean LeBlanc
--Original Message- > From: ajith kondapalli [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 10:00 AM > To: Tomcat Users List > Subject: Re: someoneneed help > > > hai, > I have tried stoppin the server and restarting it > agin..but of no

Re: someone....need help!!!!....

2002-04-09 Thread hemant
t; <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 3:47 PM Subject: RE: someoneneed help > I'm not sure, but it sounds like what happens to me when I have one jsp included by another, > and the jsp doing the including has not changed. I find that in this case the new i

Re: someone....need help!!!!....

2002-04-09 Thread ajith kondapalli
n any changes to > JSP1 wont be visible if > JSP2 is not changed. > > later > hemant > > > - Original Message - > From: "Sean LeBlanc" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" > <[EMAIL PROTECTED]> > Sen

Re: someone....need help!!!!....

2002-04-09 Thread hemant
and debug the part where u expect a change. Regards hemant - Original Message - From: "ajith kondapalli" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 7:02 PM Subject: Re: someoneneed help &g