Now, though, I have another question. Is there a way of setting page session to false at a higher level. For example somewhere from the server.xml file? My problem is that we have over 100 websites with tens of thousands of jsp pages. Every single one of these JSP pages rely on these <c:imports... It's almost impossible for us to manually go over each one of these jsp pages and add the <%@ page session="false"%> line to each of them. Can you think of an an easier solution to my problem?
Thanks,
Asim
On Mar 2, 2004, at 12:40 PM, Remy Maucherat wrote:
Asim Alp wrote:When I replace /hello.jsp with the following: <%@ page session="false"%> Hello World! The output on Tomcat 5.0.19 becomes: This is test.jsp Hello World! Isn't this weird?
No. See bug 27309.
-- xxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxx
--------------------------------------------------------------------- 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]
