I'm using Tomcat 6.0 with both http and ajp connectors. They work fine and all the available contexts can be reached with those connectors. What I would like to do is to allow to access a limited number of contexts only via ajp connector. In the connector configuration I don't have anything to filter the incoming requests considering the context they are directed. Have I to use muliple Service elements ? Doing so I could put one and only connector in a service element with an associated engine, host and a list of context. Is this the right way ? BTW: I have published applications putting files with the context elements in the dir conf/Catalina/localhost. If I create a second service and a second engine named "Brush" where do I put the file with the context ?
Thanks Filippo -- View this message in context: http://www.nabble.com/Connector-http%2C-ajp-and-Context-availability-tf4638852.html#a13249100 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
