(trying to understand) Tomcat class loading mechanism

2003-06-10 Thread Manav Gupta
Hi, I'm trying to understand the tomcat class loading mechanism and have read through the Class Loader HOW-TO ( http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html ). How does one make additional jars

Tomcat classpath problem

2003-06-10 Thread Manav Gupta
Apologies for the re-post, but I'm not sure if my messages are reaching the list. --- Hi, I'm trying to understand the tomcat class loading mechanism and have read through the Class Loader HOW-TO ( http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html

RE: Setting up permissions for jsp directory

2003-03-21 Thread Manav Gupta
In essence, your jsp is 'separated' from your controller servlet. 1. You can either plug-in the validation mechanism on top of each jsp page such that each jsp page talks to the servlet before processing (but i presume you wouldn't want this). 2. You can use JDBC Authentication Realm. Check http: