----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Why are you trying to reach JServ directly?
JServ is a servlet engine, not an HTTP server. The normal flow is something
like:
1. Web browser sends a request to the HTTP server (Apache)
2. The HTTP server passes the request to JServ on port 8007.
3. JServ passes the response to the HTTP server.
4. The HTTP server sends the response to the Web browser.
> I've seen this question asked a couple of times before, but I haven't
> seen an answer yet, so if someone could please point me in the right
> direction, the help would be much appreciated.
> I'm running ApacheJServ/1.1.2 with Apache/1.3.12 on Red Hat 6.2, and
> it looks like the C portion of JServ isn't listening on port 8007.
> Is there anything special I need to do to make it do this? I can
> reach http://127.0.0.1/jserv/ just fine, but I can't connect to
> 127.0.0.1:8007.
<SNIP>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]