View Single Post
  #2 (permalink)  
Old 08-03-2007, 06:52 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Your best bet is to use apache in front of tomcat (or whatever servlet container you are using) and use the apache java connector - I forget the name right now.

Apache is much better and configuring which URLs should be secure and which should not. This way the security is transparent to your jsp files.
Reply With Quote