Re: Tomcat on WindowsME

2000-12-19 Thread James Everett
ikas Arora" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 19, 2000 1:42 PM Subject: Re: Tomcat on WindowsME > I have classpath as: > > Set CLASSPATH=C:\JDK1.2\BIN;C:\JDK1.2\lib\tools.jar; > > What else should come here > > > >From:

Re: Tomcat on WindowsME

2000-12-19 Thread Vikas Arora
I have classpath as: Set CLASSPATH=C:\JDK1.2\BIN;C:\JDK1.2\lib\tools.jar; What else should come here >From: Jasthi <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED]

Re: Tomcat on WindowsME

2000-12-19 Thread Jasthi
check your CLASSPATH Vikas Arora wrote: > I am not able to configure Tomcat on Windows Me. > I have alrady set ANT_HOME and TOMCAT_HOME in autoexec.bat of Windows Me. > Bur while starting it is giving the follwing error: > > java.lang.ClassNotFoundException: > org/apache/tomcat/service/http/Http

Tomcat on WindowsME

2000-12-19 Thread Vikas Arora
I am not able to configure Tomcat on Windows Me. I have alrady set ANT_HOME and TOMCAT_HOME in autoexec.bat of Windows Me. Bur while starting it is giving the follwing error: java.lang.ClassNotFoundException: org/apache/tomcat/service/http/HttpConnectionHandler at.. .. .. .. Please help me what