----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Thanks I changed the port numbers and it worked!
Radha Srinivasan
Associate Software Engineer
Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
303.417.7329 office
303.417.7416 fax
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sean
Legassick
Sent: Friday, June 02, 2000 3:37 PM
To: Java Apache Users
Subject: Re: Apache Jserv 1.1 - Installation problem in Winnt!
----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
On Thu, Jun 01, 2000 at 05:01:03PM -0600, Radha Srinivasan wrote:
> Modified the port(default 80 didnot work ! port may not be the problem!!)
> port=9001
> 3. Modified the follwing in jserv.conf in jserv\conf directory
> ApJServDefaultPort 9001
> 4. Modified the httpd.conf in apacheServer\conf directory
> Listen 9001
Okay here's your problem. What you need to understand are there are two
servers here - one is Apache, which listens for HTTP requests from the
outside world, the other is JServ, which listens for AJP requests from
Apache.
What you've done here is configured them both for the same port, which
is clearly not going to work.
Revert the Apache (i.e. httpd.conf) settings to port 80, or if the OS won't
let you run a server on port 80 run it on port 8080.
Either leave the JServ settings at 9001 or use the more usual 8007 (this
is in jserv.conf and jserv.properties).
Now things should work.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]