I had similar problems with JSP and tomcat.  The reason why changes in JSP
is not getting reflected in the browser may be a browser issue also.  For
me, IE used to cache everything.  So, even if I change my JSP, it was to no
effect.  I had to force IE to refresh.  To do this, I added refresh
tags(HTML) to my JSP.  

Also, tomcat looks for the entry 'reloadable' in its context entries.  If
set to true, it will automatically reload any classes that are changed.

Hope this helps.

Thanks
Manoj.

-----Original Message-----
From: koktsing [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 27, 2002 1:25 AM
To: [EMAIL PROTECTED]
Subject: problem: cannot autorecompile jsp


Hai,

I faced some trouble in using tomcat, hope you can solve the problem for
me.
below are some of the main points:
-I installed Tomcat4.1.9 beta on linux server
-Develop in windows enviroment by using samba
-But i got problem like this: No changes from the browser when i edit
the jsp file in windows but instance change when i edit the jsp file
using vi. I tried to log this into to tomcat bug database [11963]
before, Andrew Conrad had give me some advise.
-Andrew Conrad told me that it should my samba problem, but nothing to
do with tomcat. so i ask him may i know how tomcat check the file is
modified or not and he told me i can try to send email to this address
-I also suddenyl think off that it should not be the samba problem. This
is because i have another Miva  web engine running in the same server,
but all the development works were done without problem.

May anyone help me on this?



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

Reply via email to