Symbolic Link

2002-10-21 Thread Ganesh.K.Rao
Hi All, Tomcat4 does not load classes under WEB-INF/classes/com/ if com is a symbolic link to some other directory. This was not the case with Tomcat3!. Please let me know if there is work around other than maintaining a physical directory under WEB-INF/classes. Thanks in

Re: Symbolic Link

2002-10-22 Thread Ganesh.K.Rao
It does. But I simply couldn't hold of the details listing how and where I am suppose to use this attribute. I did try the following in server.xml without much success, Context path=/stuff docBase=stuff debug=0 reloadable=true crossContext=false Resources

re: symbolic linking

2002-10-22 Thread Ganesh.K.Rao
Even the patch doesn't fix my problem. I guess I have not explained my problem clearly. To be clear, I do not have my context outside ${TOMCAT_HOME}/webapps. But ${TOMCAT_HOME}/webapps/stuff/WEB-INF/classes directory is a symbolic link. My problem is, the classes underneath this symbolic link are

Re: tomcat 4.1.12 not starting- exception

2002-10-28 Thread Ganesh.K.Rao
Download http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.0.jar to ${TOMCAT_HOME}/common/lib Ganesh Nalini

RE: IdonĀ“t understand the objective of this open list !

2002-12-09 Thread Ganesh.K.Rao
That is right. This bunch of loosers don't deserve any of our quality time or attention. BTW, I am a big fan of Apache/Jakarta folks. Thanks guys. Ganesh Short, Dave [EMAIL PROTECTED] 09-Dec-2002 17:50 Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat

Re: Latest stable version?

2002-12-18 Thread Ganesh.K.Rao
Jakarta site says 4.1.17 is the latest stable version and not 4.1.12! Ganesh Ben Ricker

Re: Sevlets not seen

2003-01-17 Thread Ganesh.K.Rao
InvokerServlet is disabled by default in Tomcat 4.1.12 onwards for security reasons. So either you can uncomment the following lines from ${TOMCAT_HOME}/conf/web.xml or include these lines in ${TOMCAT_HOME}/webapps/your-context/WEB-INF/web.xml, servlet-mapping