Rumpa Giri wrote:
I believe the intention was to create only the AJP connector, so doing the 
following should suffice right?
Yep, this is fine if you only want access through IIS.

    <!-- 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?
Correct.

http://myserver.com/someapp/index.jsp?
Something like this, yes.

Mark


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

Reply via email to