Hi Everyone, This happens in a very random manner - Jsp files get compiled but Tomcat does not display the newly compiled files. I am running Tomcat 4.1.18 on Solaris.
Any any one tell me what is going on ?, Is there are flag set in tomcat to cache request ? or is this a known bug in 4.1.18 fixed in the latter release or any other reasons ?. Any information will be appreciated. Currently, I restart tomcat to fix this problem. Example: test123.jsp // jsp file and below is its content ... <template:put name='body' content='/inc/home/home.jsp' /> ... When you make changes to home.jsp, it gets compiled (can see the changes in work/Standalone/appname/..) but when test123.jsp is accessed, I see old content. Thanks Harish
