Apache is not sending the ajp13 port 8009 to tomcat only with xml everything
else works fine; here is my conf:
<LocationMatch "/*.jsp">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

<LocationMatch "/*.jspx">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

<LocationMatch "/*.xhtml">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

<LocationMatch "/*.xml">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

<LocationMatch "/*.jspa">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

<LocationMatch "/*.page">
JkUriSet worker ajp13:localhost:8009
</LocationMatch>

why isn't xml working?
link: https://geeks.servehttp.com/jsp-examples/
--
View this message in context: 
http://www.nabble.com/ajp13-not-working-with-xml-t1833562.html#a5003931
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to