I'm running Tomcat 4.0.3 on a Windows 2000 platform. I am attempting to
configure my application so that the index.jsp file is always available
(the login screen), but the others are only available after the user has
logged in. I've tried many things in the .xml files, and have done a lot
of research on the Internet, but nothing seems to work. Any ideas? Thanks.
BTW - the file structure of the app is as follows:
application
application\index.jsp
application\src
application\src\jsps
application\src\jsps\*.jsp
...
--Tim Sabin