> I haven't had the best luck with software from W3 - at least with their
> Amaya browser. Their stuff focuses on creating sample implementations
> of standards they're developing, not on deployable products. I vaguely
> recall once trying to get jigsaw to work and fleeing in horror.
>
> Nathan
I tend to agree with that. Though httpd (C reference impl)
was good I think and all major webservers are still based on it. But
Their first Java server wasn't exactly a success. I think they rewrote
Jigsaw
because the first very early incarnation was really bad. Nathan
probably is right that it is not the best choice nowdays when
there are so many others.
I have used Sun's Java Webserver the most, of Java servers.
It is not the best, but perhaps it is the cleanest I've seen. It only
has the most imortant features and that makes it easier not
to get lost in the directory structure and features.
With Java webservers I found their directory structures absolutely
awful. I'm currently writing code using JRun with Apache which
also suffers from an obsession of logs and property files.
For the basic server functionality there are about 10 logs and
dozens of property files. It is really bad in that regard. I hear there next
version's going to clean that messup a bit, though I'm not sure about that.
Otherwise it is usable though. It implements the servlet API nicely.
Not very fancy, but free.
-kornel
----- Original Message -----
From: "Nathan Meyers" <[EMAIL PROTECTED]>
To: "kornel c" <[EMAIL PROTECTED]>; "Nathan Meyers"
<[EMAIL PROTECTED]>; "Pedro Guimaraes" <[EMAIL PROTECTED]>
Cc: "Roger Smith" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 19, 2000 11:50 AM
Subject: Re: Java web server
> On Wed, Jan 19, 2000 at 09:19:43AM -0800, kornel c wrote:
> > Do you guys know about jigsaw from the web consortium. It is also
> > a free Java web server.
>
>
>
> >
> > -kornel
> >
> > ----- Original Message -----
> > From: "Nathan Meyers" <[EMAIL PROTECTED]>
> > To: "Pedro Guimaraes" <[EMAIL PROTECTED]>
> > Cc: "Roger Smith" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
> > Sent: Wednesday, January 19, 2000 7:59 AM
> > Subject: Re: Java web server
> >
> >
> > > Pedro Guimaraes wrote:
> > > >
> > > > > Does anyone know of a Java web server for Linux??
> > >
> > > I recently discovered an impressive, free Web server in Jetty
> > > (http://www.mortbay.com). It's small, very well designed, embeddable,
> > > and covered by liberal open source terms.
> > >
> > > Nathan
> > >
> > >
> > > > > Is there only the apache module. or is there actually a java web
> > server
> > > > > from sun that has been ported to linux.
> > > > > Thanks
> > > >
> > > > No... I know of a Java web server for java. There are many! If you
want
> > a
> > > > pure java web server and free, try jo! (http://www.tagtraum.com).
Other
> > > > include Orion (www.orionserver.com), Resin (http://www.caucho.com)
and
> > of
> > > > course Sun's Java Web server.
> > > >
> > > > Yes, there is a java web server from Sun -- however it has not been
> > ported
> > > > to linux because it's java!
> > > >
> > > > -Pedro
> > > >
> > >
> ----------------------------------------------------------------------
> > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > >
> > >
> > > ----------------------------------------------------------------------
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > >
> >
> >
> > ----------------------------------------------------------------------
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]