--

Actually that is not quite correct: Apache JServ has no dependencies on
the Apache Web Server, and is quite usable without it. I have been
testing my servlets under Apache JServ for quite some time now
(restarting servletrunner got annoying), without having Apache
installed.

My trick is to run org.apache.jserv.JServ manually, and then use
ServletGateway (link below, v0.1 is public domain) from the command
line. There is a lot of typing involved, and you have to understand the
CGI environment, but I find it works quite well. It can also check for
weird combinations of parameters that would never occur with any sane
web server or browser.

Cheers,
Chris

~~~~~~
ServletGateway: <http://wolfe-works.hypermart.net/servletgateway/>
~~~~~~

Luc Saint-Elie wrote:
> 
> --
> 
> Esther,
> 
> Simple answer : NO
> 
> Apache Jserv is an add-on for the Apache Web Server (Apache Jserv is not by
> its own a Web server)
> 
> Le 12:52 08/07/99 -0700, [EMAIL PROTECTED] a écrit:
> >--
> >
> >      Hi,
> >        This may be a lame question but can you run Apache JServ to test to
> >      see if your servlets are working without having to run Apache?
> >
> >
> >      Esther


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to