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

Kevin Duffey wrote:
> 
> >I am still getting the message ajpv11://localhost:8007
> 
> Why 8007? The :8007 is trying to access port 8007 as far as I know. Unless
> I am mistaking, the "default" port is 80. Do you set something internally
> to 8007? If not, that may be the problem. Maybe its set to 8007, but should
> be set to either 80, or nothing at all.
> 
> 127.0.0.1 = port 80 last I knew. By specifying 8007, your trying to access
> a web site on port 8007.
> 
> Anybody? Is this correct?
> 
your browser has to send http requests to your httpd port (default=80),
but JServ uses a ntier model, and the Servlet engine is itself a TCP
Server, that communicates with Apache via TCP (protocol=ajpv11 or ajpv12
over a TCP socket dfault port=8007).

As an example of what you can do with this network enabled architecture,
try :
http://jnix.penguinpowered.com

Jean-Luc


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

Reply via email to