Re: PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-30 Thread Ted Husted
On 12/30/2000 at 11:14 AM S Joseph wrote: My classpath is correctly set up to include d:\tomcat\classes and all the jar files in tomcat\lib directory ie; ant.jar, jasper.jar,jaxp.jar,parser.jar,servlet.jar and webserver.jar Tomcat uses its own classloaders, and doesn't need much there to

RE: How to enable ISAPI filters in IIS management console

2000-12-30 Thread G.Nagarajan
The green arrow appears only when all the entries are correct. you don't have to do anything to enable it. The mistake could be anywhere, for example 1. Wrong directory specified in the registry entries 2. Some typos in the registry entries .. In my case, I had mistyped the directory name for

beginner needs help(Compile error)

2000-12-30 Thread SoftwareSolutions
Dear Helper, I am running the application fine with the following commands... set TOMCAT_HOME=e:\foo\jakarta-tomcat-3.2.1 set JAVA_HOME=e:\jdk1.3 cd jakarta-tomcat-3.2.1\bin startup cd .. cd doc cd appdev cd sample The above outputs the following path info also... Using CLASSPATH:

Re: Alias question

2000-12-30 Thread William Brogden
Pete Ehli wrote: Hello group -- I am trying to access a servlet via an alias. This I thought was done through the web.xml file in my directory webapps\practice\Web-inf\web.xml - practice is of course the name of my web application. I have changed only my web.xml file to run my servlet --

RE: RequestDispatcher.include problem

2000-12-30 Thread biordanov Last Name
I solved my problem with pageContext.getOut().flush() before the include instead of pageContext.getResponse().flushBuffer(). Strange. In any case, RequestDispatcher.include is supposed to flush the buffer, no? I looked at the source code of RequestDispatcherImpl (Tomcat 3.2.1) and it does a

Re: What's in the classes directory?

2000-12-30 Thread Tom Woteki
Title: Re: What's in the classes directory? Based on my set up, it is sufficient to have the 4 jar files that are part of the binary distribution reside in the lib directory that is parallel to the class directory. Nothing more is required. -- Tom Woteki, a.k.a. Dr. Wo mail to:[EMAIL

Re: Unsubscribing

2000-12-30 Thread Pete Ehli
Block sender - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 30, 2000 3:09 PM Subject: Unsubscribing Twice now I have sent a message to unsubscribe to the digest. Each time I have received a confirmation message that I have been

Re: PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-30 Thread Jim Rudnicki
Use this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim - Original Message - From: "S Joseph" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 9:44 PM Subject: PROBLEM in Win98

Re: SIMPLE SIMPLE QUESTION ON RUNNING TOMCAT

2000-12-30 Thread Jim Rudnicki
Use this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim - Original Message - From: "Mick Sullivan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 8:21 AM Subject: SIMPLE SIMPLE QUESTION ON RUNNING TOMCAT Hi