--

Steinar Skjelanger wrote:

> --
>
> Hi,
> I have tried for days to get JServ to work on my RedHat 6.0 machine, but
> I''ve had no luck so far. I use
>
> JServ 1.0 final release
> jsdk2.0
> blackdown jdk 1.1.7 v3
> Apache 1.3.6 source
>
> I have tried to compile jserv as a dso-module to apache, I have tried to
> compile it into apache and I have tried just about everything I can think
> of. I have also set up the config files the way it is described in the docs
> (as far as I know, anyway :). I use the example files for now, with the
> Include-statement in httpd.conf.
>
> When I start apache everything seems to be ok, and the logfile shows that
> jserv has nothing to complain about (except for a warning about
> authentication being disabled). I get the status-display, so I guess that
> means jserv is running, but when i try to run a servlet with something like
> "localhost:8007/example/Hello" (I've tried to make my own config files too,
> but it's the same result) either nothing happens or I get a "network
> error", and the log says:
>

You should *NOT* be trying a URL with port 8007 in it from your browser!  Port
8007 (or whatever you configure) is used for communication between Apache and
Apache JServ, not your browser and Apache JServ.  You should be trying:

    http://localhost/example/Hello

if your Apache install is on the local machine and running on port 80.

Craig McClanahan




--
--------------------------------------------------------------
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