Hello
i have working the apache and the tomcat together into my sles 10.
for apache passing the jsp to the tomcat into the manuals i have read thar i must to make one rewritte rule into apache.
i make this:
RewriteRule ^/(.*\.jsp)$ ajp://localhost:8009/$1 [P]

with this i want to pass the all jsp to the tomcat, but only the jsp files but it doesn't run, it doesn't pass to the tomcat the petitions.
what is wrong into this rule?
how must i to say to apache for passing all jsp to the tomcat?

this doens't run, doesn't pass the jsp to tocat:
ProxyPass /*.jsp ajp://localhost:8009/*.jsp

how must i confire it?
thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to