Hi.
My
TomCat is wrong
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
JkMount /*.do ajp13
</IfModule>
No do DEPLOY of NOTHING INTO folders
servlet
servlets
I find the file [connector.conf], this load fine, but TomCat only deploy files WAR into folder root ( / )
How I can repair this ?
Is wrong the file CONECTOR.CONF ?
Thanks