Re: Embedded Tomcat Problem

2002-11-26 Thread Lee Peik Feng
CTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 1:27 AM Subject: Re: Embedded Tomcat Problem > > > On Tue, 26 Nov 2002, Lee Peik Feng wrote: > > > Date: Tue, 26 Nov 2002 18:27:11 +0800 > > From: Lee Peik Feng <[EMA

Re: Embedded Tomcat Problem

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, Lee Peik Feng wrote: > Date: Tue, 26 Nov 2002 18:27:11 +0800 > From: Lee Peik Feng <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Embedded Tomcat Problem &g

Re: Embedded Tomcat Problem

2002-11-26 Thread Andreas Probst
Hi, try to set the complete path like CLASSPATH=.;"c:\path\to\lib\bootstrap.jar" etc. Maybe also without quotes. In a message today it was suggested not to mix forward and back slashes as you did. Subject was: Re: Problems running Tomcat from command line I hope this helps. I can't help you wit

Embedded Tomcat Problem

2002-11-26 Thread Lee Peik Feng
Hi all, I am running on WinMe platform with jdk1.3.1_04, tomcat 4.1.12 I try to embed tomcat into my Java application but I am facing some difficulties. I can't start tomcat as the classpath has included a lot of tomcat's jar files, if i take away some jars, I'll get NoClassDefFoundError I have mo