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

Hi!
Access to 8007 is correct provided it is by Jserv and NOT included in
the URL as I understand it.
My setup is working and I am using apjv12 protocol on 8007.

So where does the 8007 come in?
It does when defining servlet zones.

I have defined:

/lbservlets ajpv12://some.host:8007/lbservlets

Calling(URL): http://some.host/lbservlets/myservlet
means that myservlet is searched for in zone /lbservlets which is
ultimately reached
by:
protocol ajpv12
host some.host
port 8007
using parameters etc in the servlet zone file named
lbservlets.properties.

This is how it works for me.
I am not quite sure what is causing your problem but I hope that this
helps You clearify
the "protocol:host:port"-issue.

Regards
OLAS






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