You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Richa Oberoi <ri...@newgen.co.in> on 2000/02/28 07:48:33 UTC

For Kevin Burton

Kevin Burton,

trying to be a bit more verbose see if it helps

i included the following jar files in my classpath:

webserver.jar -- class files for Servlet Engine.

lib/jspengine.jar -- class files for JSP Engine.

lib/servlet.jar -- Public APIs for Servlet.

lib/jsp.jar -- Public APIs for JSP.

lib/xml.jar -- classes for parsing XML document.

and then executed

java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the command prompt

this is what i get............................. 

C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
Tomcat Web Server Version 3.0
Loaded configuration from: file:C:/Tomcat/server.xml

i get back the prompt after this


Re: For Kevin Burton

Posted by Richa Oberoi <ri...@newgen.co.in>.
thanx
----- Original Message -----
From: Chris Janicki <Ja...@ia-inc.com>
To: <to...@jakarta.apache.org>
Sent: Monday, February 28, 2000 12:28 PM
Subject: Re: For Kevin Burton


> FYI, I think I remember having the same problem, and I never got it
working.  I
> upgraded to 3.1M1 and now it works great.  Sorry for lack of real help,
but I thought
> some sympathy and a vote of confidence for 3.1M1 might be in order.
>
> Richa Oberoi wrote:
>
> > Kevin Burton,
> >
> > trying to be a bit more verbose see if it helps
> >
> > i included the following jar files in my classpath:
> >
> > webserver.jar -- class files for Servlet Engine.
> >
> > lib/jspengine.jar -- class files for JSP Engine.
> >
> > lib/servlet.jar -- Public APIs for Servlet.
> >
> > lib/jsp.jar -- Public APIs for JSP.
> >
> > lib/xml.jar -- classes for parsing XML document.
> >
> > and then executed
> >
> > java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the
command prompt
> >
> > this is what i get.............................
> >
> > C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
> > Tomcat Web Server Version 3.0
> > Loaded configuration from: file:C:/Tomcat/server.xml
> >
> > i get back the prompt after this
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: For Chris

Posted by Rajesh Jain <rj...@ptc.com>.
Richa

Did this finally work for you?? Was upgrade the only soln or you tried
tinkering
with the conf files and it started for u ??

Please let me know.

Thanx.



--
                        Rajesh Jain (rjain@ptc.com)
                        Parametric Technology Corp
                        http://www.ptc.com

Richa Oberoi wrote:

> Chris ,
> by 3.1M1 do u mean some latest version of Tomcat ?
> ----- Original Message -----
> From: Chris Janicki <Ja...@ia-inc.com>
> To: <to...@jakarta.apache.org>
> Sent: Monday, February 28, 2000 12:28 PM
> Subject: Re: For Kevin Burton
>
> > FYI, I think I remember having the same problem, and I never got it
> working.  I
> > upgraded to 3.1M1 and now it works great.  Sorry for lack of real help,
> but I thought
> > some sympathy and a vote of confidence for 3.1M1 might be in order.
> >
> > Richa Oberoi wrote:
> >
> > > Kevin Burton,
> > >
> > > trying to be a bit more verbose see if it helps
> > >
> > > i included the following jar files in my classpath:
> > >
> > > webserver.jar -- class files for Servlet Engine.
> > >
> > > lib/jspengine.jar -- class files for JSP Engine.
> > >
> > > lib/servlet.jar -- Public APIs for Servlet.
> > >
> > > lib/jsp.jar -- Public APIs for JSP.
> > >
> > > lib/xml.jar -- classes for parsing XML document.
> > >
> > > and then executed
> > >
> > > java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the
> command prompt
> > >
> > > this is what i get.............................
> > >
> > > C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
> > > Tomcat Web Server Version 3.0
> > > Loaded configuration from: file:C:/Tomcat/server.xml
> > >
> > > i get back the prompt after this
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: For Chris

Posted by Chris Janicki <Ja...@ia-inc.com>.
Yes, this is the latest "milestone" build (hence the 'M').  From reading this
list over the past few weeks, it appears this build is superior to 3.0, and
stable.  It also appears that it is about to be considered "production" very
soon.  You can download it from http://jakarta.apache.org

Richa Oberoi wrote:

> Chris ,
> by 3.1M1 do u mean some latest version of Tomcat ?
> ----- Original Message -----
> From: Chris Janicki <Ja...@ia-inc.com>
> To: <to...@jakarta.apache.org>
> Sent: Monday, February 28, 2000 12:28 PM
> Subject: Re: For Kevin Burton
>
> > FYI, I think I remember having the same problem, and I never got it
> working.  I
> > upgraded to 3.1M1 and now it works great.  Sorry for lack of real help,
> but I thought
> > some sympathy and a vote of confidence for 3.1M1 might be in order.
> >
> > Richa Oberoi wrote:
> >
> > > Kevin Burton,
> > >
> > > trying to be a bit more verbose see if it helps
> > >
> > > i included the following jar files in my classpath:
> > >
> > > webserver.jar -- class files for Servlet Engine.
> > >
> > > lib/jspengine.jar -- class files for JSP Engine.
> > >
> > > lib/servlet.jar -- Public APIs for Servlet.
> > >
> > > lib/jsp.jar -- Public APIs for JSP.
> > >
> > > lib/xml.jar -- classes for parsing XML document.
> > >
> > > and then executed
> > >
> > > java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the
> command prompt
> > >
> > > this is what i get.............................
> > >
> > > C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
> > > Tomcat Web Server Version 3.0
> > > Loaded configuration from: file:C:/Tomcat/server.xml
> > >
> > > i get back the prompt after this
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


For Chris

Posted by Richa Oberoi <ri...@newgen.co.in>.
Chris ,
by 3.1M1 do u mean some latest version of Tomcat ?
----- Original Message -----
From: Chris Janicki <Ja...@ia-inc.com>
To: <to...@jakarta.apache.org>
Sent: Monday, February 28, 2000 12:28 PM
Subject: Re: For Kevin Burton


> FYI, I think I remember having the same problem, and I never got it
working.  I
> upgraded to 3.1M1 and now it works great.  Sorry for lack of real help,
but I thought
> some sympathy and a vote of confidence for 3.1M1 might be in order.
>
> Richa Oberoi wrote:
>
> > Kevin Burton,
> >
> > trying to be a bit more verbose see if it helps
> >
> > i included the following jar files in my classpath:
> >
> > webserver.jar -- class files for Servlet Engine.
> >
> > lib/jspengine.jar -- class files for JSP Engine.
> >
> > lib/servlet.jar -- Public APIs for Servlet.
> >
> > lib/jsp.jar -- Public APIs for JSP.
> >
> > lib/xml.jar -- classes for parsing XML document.
> >
> > and then executed
> >
> > java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the
command prompt
> >
> > this is what i get.............................
> >
> > C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
> > Tomcat Web Server Version 3.0
> > Loaded configuration from: file:C:/Tomcat/server.xml
> >
> > i get back the prompt after this
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: For Kevin Burton

Posted by Chris Janicki <Ja...@ia-inc.com>.
FYI, I think I remember having the same problem, and I never got it working.  I
upgraded to 3.1M1 and now it works great.  Sorry for lack of real help, but I thought
some sympathy and a vote of confidence for 3.1M1 might be in order.

Richa Oberoi wrote:

> Kevin Burton,
>
> trying to be a bit more verbose see if it helps
>
> i included the following jar files in my classpath:
>
> webserver.jar -- class files for Servlet Engine.
>
> lib/jspengine.jar -- class files for JSP Engine.
>
> lib/servlet.jar -- Public APIs for Servlet.
>
> lib/jsp.jar -- Public APIs for JSP.
>
> lib/xml.jar -- classes for parsing XML document.
>
> and then executed
>
> java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9 at the command prompt
>
> this is what i get.............................
>
> C:\Tomcat>java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
> Tomcat Web Server Version 3.0
> Loaded configuration from: file:C:/Tomcat/server.xml
>
> i get back the prompt after this