HI all, I am using Fedora Core 1 with tomcat 4.1.29, apache 2.0.48 and mod_jk2. I have created a simple jsp (code listed below) and put it under $CATALINA_HOME/webapps/examples.
code: file name: test.jsp <%= new java.util.Date() %> It can be accessed in the browser using the following link http://company.com/examples/test.jsp However, its source code will be exposed when I type the following. http://company.com//examples/test.jsp How can I configure it to prevent such exposure? Anyone can give me an advise. Thanks, unplug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
