RE: Stupid question - cannot load servlet name - mm.mysql related ??

2001-02-08 Thread Erik LaBianca
Do you perhaps have an older version of the mysql driver in your classpath before the new ones? Maybe it's sitting in jdk1.3/jre/lib/ext? I'd try writing a short console program just to open a connection to the db and get that to run, then at least you you where your problem lies for sure. Then

RE: as a standalone server

2001-02-07 Thread Erik LaBianca
Yes. Just hit port 8080 on the solaris box. --erik -Original Message- From: Jason Teh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 11:10 PM To: [EMAIL PROTECTED] Subject: as a standalone server Hey guys just wondering if it were possible to use Tomcat as a standalone

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
Do you have the servlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: Another Newbie Question -- Urgent Please! How come I am not being able

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
import javax.servlet.*; ^ HelloWorldServlet.java:4: package javax.servlet.http does not exist import javax.servlet.http.*; Help please...Thanks. Kash On Wed, 7 Feb 2001, Erik LaBianca wrote: Do you have the servlet api's in your compilers classpath? --erik -Original Message- From:

JDBCRealm authentication with interbase interclient

2001-02-05 Thread Erik LaBianca
This may be more of a developer question, but the guidelines seem to discourage non-developers from posting to the developer list, so I apologize if this is the wrong place. I don't know if any of you out there are using interbase with Tomcat 3.2.1, but I'm attempting to do so. I'm curious

RE: No path info for include page

2001-02-05 Thread Erik LaBianca
I think tomcat's getPathInfo is a little wierd. The behavior when you have bound a servlet to a url is to move what you would expect to be in getPathInfo() into getServletPath() . Included pages might be getting handled the same as "mapped" ones, in which case you could be experiencing the same

RE: Even simpler... where do I put oracle drivers?

2001-02-05 Thread Erik LaBianca
The bits in server.xml are for JDBCRealm authentication. If you don't know about it you aren't using it. It lets you have the servlet container handle your authentication. I've had good luck stuffing my .jar files in my lib directory, which gets copied to WEB-INF/lib. If you were using