> JkMount /pbcportal/*.jsp example

Here, you are only mapping jsp URIs under the pbcportal context.  What
about psml pages, images, css, etc?

Unless you are serving other stuff from apache, the easiest solution
is to just map everything to tomcat:

JkMount /* example

If you can't do this (ie. you are serving other stuff from apache) at
a minimum, you will need:

JkMount /pbcportal example
JkMount /pbcportal/* example
JkMount /j_security_check example

HTH,
aaron

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

Reply via email to