You probably don't want to disable port 8007 - that's the port used
by the Shutdown process to kill Tomcat cleanly.  You probably just want to
edit your server.xml file to change 8007 to something else (8081 perhaps?).
If you do really want to remove it, either remove or comment out the lines
in the server.xml file for the connector with the handler of
Ajp12ConnectionHandler.  It should look something like:
<Connector className....>
        <Parameter...>
        <Parameter...value="8007"/>
</Connector>

        Randy

-----Original Message-----
From: Chris Janicki [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 4:15 PM
To: [EMAIL PROTECTED]
Subject: Disable Apache connector on port 8007


I'm using Tomcat 3.1 for some JSP development work, without Apache.  
Starting up Tomcat is conflicting with other software (an unrelated 
Apache/JSP engine) running on the same machine, so I want to disable the 
server on port 8007. It's mostly just an annoyance, but I also don't want 
to steal the port if it becomes temporarily available.

I've read the 3.1 docs but can't see how to gracefully disable that 
service.  Any ideas?

Thanks,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to