Howdy, Add a connector for the port you want. Add a context element for the webapp you want. Restart server. That's it ;) All your contexts will be accessible on all your connectors.
If you want a context that will be accessible only on a given port, one possible option is to include a request filter in that context that rejects all requests not coming from a given port. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Serdar BOZDAG [mailto:[EMAIL PROTECTED]] >Sent: Saturday, July 13, 2002 7:30 AM >To: tomcatGroup >Subject: create a new port in tomcat > >hello, >i need to open a new port and map a project (context) to this port. I think >i will make some changes in connectors and contexts but i do not know the >exact solution > >please help me with an example > >thanks in advance.. > >serdar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
