Problem with mod_webapps and com.oreilly.servlet

2001-10-31 Thread scarcher
Tomcat 4.01 + Apache 1.3 I have mod_webapps installed, and everything works fine except when I try to use the com.oreilly.servlet package to try to upload a file via http.(multipart form) The same servlet works fine when connecting directly to tomcat standalone (8080) but when going through the

RE: Problem with mod_webapps and com.oreilly.servlet

2001-10-31 Thread scarcher
could someone point me to a howto on the apj13 connector? (Apache1.3 and Tomcat 4.0.1) Thanks, Scott Archer [EMAIL PROTECTED] Mangi, Rick

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread scarcher
I'm new to tomcat but shouldn't it bet WEB-INF? isn't it case sensitive? Scott Archer [EMAIL PROTECTED] Abinesh S

RE: *** HELP *** mySQL connectivity problems

2001-10-31 Thread scarcher
I would recommend a book on Java Servlets (www.servlets.com) as long as they have JDBC examples. JDBC is the way to go with mysql their are mysql JDBC Drivers available at http://mmmysql.sourceforge.net/ There are many examples/tutorials on sun's site (java.sun.com) As for the mysql part as