Using Tomcat with MSAccess

2001-08-03 Thread Jeffrey Worst
I'm writing an applet using Tomcat to register new members for a library. Everything works fine until I get to the part where the new information is being inserted into the MSAccess DB. I have commented below where the error occurs. Any help would be appreciated. Thanks, Jeff

Re: Using Tomcat with MSAccess

2001-08-03 Thread Jeffrey Worst
. No more SQL... Bojan Jeffrey Worst wrote: I'm writing an applet using Tomcat to register new members for a library. Everything works fine until I get to the part where the new information is being inserted into the MSAccess DB. I have commented below where the error occurs. Any help

Simple Tomcat Install on Win98

2001-07-25 Thread Jeffrey Worst
I'm having problems installing Tomcat on my Win98Se machine. Below are the directions from Jakarta for installing Tomcat. I've commented what I don't understand.Thanks,Jeff W.-How Do I Install the Binary Version of Tomcat?Very simple. You

Simple (I think) Running Tomcat Question

2001-07-25 Thread Jeffrey Worst
I believe I now have Tomcat running successfully. But... After starting Tomcat I get the following screen: 01-07-25 11:37:26 - ContextManager: Adding context Ctx( ) 01-07-25 11:37:26 - ContextManager: Adding context Ctx( /test ) 01-07-25 11:37:29 - PoolTcpConnector: Starting

Re: Simple (I think) Running Tomcat Question

2001-07-25 Thread Jeffrey Worst
Question Hello World is a servlet, not an applet - a world of difference. Exactly how are you trying to run it? Matt. - Original Message - From: Jeffrey Worst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 25 July 2001 16:54 Subject: Simple (I think) Running Tomcat Question I

File Not Found Error

2001-07-25 Thread Jeffrey Worst
I keep getting an HTTP 404 file not found error when I try to run a servlet. My servlet class file is at C:\tomcat\Servlet\Ex197.class. Hopefully the html code below will show what I'm doing wrong: Thanks, Jeff HTML HEAD TITLEEx 19.7/TITLE /HEAD BODY FORM METHOD=POST