Problem running servlets on Apache/Tomcat

2001-07-06 Thread Priya Gupta
Hi This query has been posted on this list quite a no. of times and even after going through the archives I'm still stuck up with this problem! To start with the configuration... I'm working Windows 2000 professional with Tomcat 3.2.2 and Apache 1.3.20. The backend is Oracle 8.1.6. I have

Re: Problem running servlets on Apache/Tomcat

2001-07-06 Thread Boris Niyazov
If you use packages as jar files you should place them ether in WEB-INF/classes/lib (for a particular webapp) or $TOMCAT_HOME/lib. The latter will assure that all your webapps will have access to the classes in the jar. hth *