Re: Tomcat vs JServ

2001-04-19 Thread Dmitry Rogatkin
Sent:Thu, 19 Apr 2001 10:59:22 +0100 To: [EMAIL PROTECTED] Subject: Tomcat vs JServ Hi, I'm trying to evaluate whether to use Tomcat or JServ. The system will be freeBSD and I know that Tomcat has some "issues" with that - but I'm willing to take the chance. However, if

RE: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
At 02:16 PM 4/19/2001 -0500, you wrote: >Actually, you *can* use mod_jserv with Tomcat (3.2.1, at least) -- >that's how I have it set up (although it's only semi-intentional :-). Apache 3.2.x (whatever) actually ships with that mod in the distribution. Apparently when the binaries were being pack

Re: Tomcat vs JServ

2001-04-19 Thread Milt Epstein
On Thu, 19 Apr 2001, Joe Laffey wrote: > On Thu, 19 Apr 2001, Tim O'Neil wrote: > > > JServ is dead code. Don't use it. Tomcat is that same code's > > successor. > > I hardly think that code being dead should put it into a "Don't use > it" category. JServ is stable as hell and that means a lot. S

RE: Tomcat vs JServ

2001-04-19 Thread Milt Epstein
On Thu, 19 Apr 2001, Chris Ward wrote: > > JServ is dead code. Don't use it. Tomcat is that same code's > > successor. > > Also, you'll need "mod_jk" to glue Tomcat to Apache. I only mention > it because I spent two days finding this out! Most of that time was > spent hunting for mod_jserv. D'

Re: Tomcat vs JServ

2001-04-19 Thread Mark Mynsted
BUT, if one is using neither JServ nor Tomcat, one should use Tomcat. It is unwise to build an infrastructure around dead code. Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 >>> [EMAIL PROTECTED] 4/19/20

Re: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
I disagree. Using that code closes the door to a number of options that would be available to you using Tomcat, and absolutely closes the door on anything in the future. As for being more stable, I would also disagree with you but I don't have any specific cases to prove it. In any case, I do feel

Re: Tomcat vs JServ

2001-04-19 Thread Hunter Hillegas
Date: Thu, 19 Apr 2001 18:56:28 +0200 > To: <[EMAIL PROTECTED]> > Subject: Re: Tomcat vs JServ > > Did you succeed in gluing tomcat to apache ? > I get 404 errors when running servlets and running a jsp file displays the > code > > thanks.

Re: Tomcat vs JServ

2001-04-19 Thread Arnaud Dostes - NTI
Did you succeed in gluing tomcat to apache ? I get 404 errors when running servlets and running a jsp file displays the code thanks. - Original Message - From: "Chris Ward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 6:32 PM Subjec

Re: Tomcat vs JServ

2001-04-19 Thread Joe Laffey
On Thu, 19 Apr 2001, Tim O'Neil wrote: > > > JServ is dead code. Don't use it. Tomcat is > that same code's successor. > I hardly think that code being dead should put it into a "Don't use it" category. JServ is stable as hell and that means a lot. Sure, it only support JSDK 2.0, but you can do

RE: Tomcat vs JServ

2001-04-19 Thread Chris Ward
> JServ is dead code. Don't use it. Tomcat is > that same code's successor. Also, you'll need "mod_jk" to glue Tomcat to Apache. I only mention it because I spent two days finding this out! Most of that time was spent hunting for mod_jserv. D'oh! Look at http://jakarta.apache.org/tomcat/ja

Re: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
At 10:59 AM 4/19/2001 +0100, you wrote: >I'm trying to evaluate whether to use Tomcat or JServ. The system will be >freeBSD and I know that Tomcat has some "issues" with that - but I'm >willing to take the chance. > >However, if speed and memory are issues which would be best for basic >servlet

Re: Tomcat vs JServ

2001-04-19 Thread Sam Newman
easier to integrate with Apache. sam - Original Message - From: "Eric Mosley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 2:54 PM Subject: RE: Tomcat vs JServ > > I have a jServ box that has run with no problems of any kind for

RE: Tomcat vs JServ

2001-04-19 Thread Eric Mosley
> I have a jServ box that has run with no problems of any kind for over a > year and a half. To me that says a lot of jServ. Does the latest release > of Tomcat finally support the automatic starting up of Tomcat (not > manual)? What about speed? In some casual tests my jServ system runs > faster

RE: Tomcat vs JServ

2001-04-19 Thread Joe Laffey
On Thu, 19 Apr 2001, [iso-8859-1] Benoît Jacquemont wrote: > You shouldn't use JServ anymore. Tomcat comes in replacement of JServ. And > actually, JServ is kind of dead because, as Milt Epstein said, there won't > be any other development on JServ. So no more enhancement will be made to > the en

RE: Tomcat vs JServ

2001-04-19 Thread Benoît Jacquemont
You shouldn't use JServ anymore. Tomcat comes in replacement of JServ. And actually, JServ is kind of dead because, as Milt Epstein said, there won't be any other development on JServ. So no more enhancement will be made to the engine. There is no point to compare Tomcat and JServ. Tomcat and JSe

Re: Tomcat vs JServ

2001-04-19 Thread Sam Newman
ively developed. I for one would be eager to see more empahasis being placed on using mod_jk and apache rather than JServ.   sam - Original Message - From: Eric Mosley To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 10:59 AM Subject: Tomcat vs JServ Hi,

Re: Tomcat vs JServ

2001-04-19 Thread Milt Epstein
On Thu, 19 Apr 2001, Simone Pensa wrote: > Hi, > the main difference is that Tomcat implements Servlet version 2.2 > and higher, while JServ refers to Servlet specification version 2.0. [ ... ] And that's a *big* difference. Further, there is no more active development on JServ, while there is

Re: Tomcat vs JServ

2001-04-19 Thread Simone Pensa
Hi, the main difference is that Tomcat implements Servlet version 2.2 and higher, while JServ refers to Servlet specification version 2.0. I don't know issues related to perfomance and memory. Simone > Eric Mosley wrote: > > Hi, > > I'm trying to evaluate whether to use Tomcat or JServ.

Tomcat vs JServ

2001-04-19 Thread Eric Mosley
Hi,   I'm trying to evaluate whether to use Tomcat or JServ. The system will be freeBSD and I know that Tomcat has some "issues" with that - but I'm willing to take the chance.   However, if speed and memory are issues which would be best for basic servlet functionality?   Surely it would b