I use Tomcat 3.3 with both IIS 5.0 and Apache 1.3.20

Reasoning: pure and simple, the downloadable tomcat 4.0.1 .exe install fails
as soon as it has finished verifying the file saying that there is no JDK.
It the dies, and quits.

I run Java2 SDK 1.4.0-beta3, and had to modify the tomcat.bat file (it had
commands like %java%
%tomcat_opts% -Dsome.param=something -Djava.somethingelse=somevalue
%tomcat_class% %1 %2 ... %9 - which translated to
java -dSome.param=something -Djava.somethingelse=somevalue
org.apache.jakarta.tomcat.WhateverTheClassNameIs ... which didn't work :-),
java.exe exited with a "help with commandline" type thing... so a quick move
the -D{param}={value} things to the end fixed it all.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Todd
Densmore
Sent: Wednesday, 21 November 2001 9:07 a.m.
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 3.x vs. Tomcat 4.x?


I personally find Tomcat4.x easier to set up. I am using it in a development
environment, debugging with JBuilder5, and using Cocoon2rc2. It has better
support for contexts and .war files among other things... I have had no
problems, although I am not in a live commercial environment...

-----Original Message-----
From: Leon Vermaak [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 8:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 3.x vs. Tomcat 4.x?


I would like some one to give some more input on this question I have
received cross references on the same topic... some people say it is better
to use Tomcat 3.x and other say Tomcat 4.x... The only reason I have heard
in favour of tomcat 3.x is because it has been better revised and Tomcat 4.x
is still too new???
Any comments would be appreciated. Especially from anyone who has been using
Tomcat for a while.

----- Original Message -----
From: "Peter Huber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 10:53 AM
Subject: Re: Tomcat 3.x vs. Tomcat 4.x?


> Tomcat 3.x.x -> Servlet 2.2 / Jsp 1.1
> Tomcat 4.x.x -> Servlet 2.3 / Jsp 1.2
>
> I think you should go with Tomcat 4.x.x as the new standards have
> introduced several major and minor improvements, e.g. filters.
>
> Peter
>
> ----- Original Message -----
> From: Matt Penner <[EMAIL PROTECTED]>
> Date: Thursday, November 15, 2001 4:19 pm
> Subject: Tomcat 3.x vs. Tomcat 4.x?
>
> > I've decided to go with Tomcat for my Servlet engine but I'm
> > trying to decide
> > between ver. 3.x and 4.x.  I've looked on a few search engines as
> > well as the
> > archives and even the Jakarta page but I haven't found a good
> > discussion on
> > this topic.
> >
> > From a Servlet user's point of view what are the pro's and con's
> > between Tomcat
> > 3.x and Tomcat 4.x?  I have heard many say that 3.x is going away
> > as 4.x is now
> > compliant with the new servlet specs as well as has better
> > performance.  Yet
> > I've also heard that 4.x is way to buggy to use in any comercial
> > environment.
> > Can anyone send me a link or a few to good discussions on this
> > topic?  Or if
> > there are none how about starting a thread here?
> >
> > Thanks!
> > Matt
> >
> >
> ________________________________________________________________________
> ___
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in
> > the body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http:
> > Resources: http://java.sun.com/products/servlet/external-
> > resources.htmlLISTSERV Help:
> > http://www.lsoft.com/manuals/user/user.html
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to