I am trying to understand our existing configuration. On our production servers, we use IIS as webserver, and I think we disabled the http connector by putting the extra protocol attribute right in the http connector tag. Thats why so many attributes. I believe the intention was to create only the AJP connector, so doing the following should suffice right?
<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> <Connector port="9005" enableLookups="false" redirectPort="8443" debug="0" protocol="AJP/1.3" /> When we have the http connector configured, we could do something like http://localhost:9005/someapp/index.jsp Now that we have only AJP connector the only way to get to tomcat is via the IIS? http://myserver.com/someapp/index.jsp? Thanks a lot, Rumpa Giri Mark Thomas <[EMAIL PROTECTED]> wrote: Rumpa Giri wrote: > Hello, > > While configuring tomcat can I do the following in the server.xml? Probably not. What are you trying to achieve? What you have done is to create a AJP connector with a bunch of attributes it doesn't understand and will therefore ignore. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Celebrate Earth Day everyday! Discover 10 things you can do to help slow climate change. Yahoo! Earth Day