You should add:

JkMount /pbcportal example

as well.

To see why, try logging out of the portal without it, you'll get a
page not found error.



On 4/10/06, Parambathu Kandy, Yasser Arafat (Cognizant)
<[EMAIL PROTECTED]> wrote:
>
> Thanks folks for the help,
> It works when I added JkMount /pbcportal/* example
>
> Thanks for making my application go live.
>
>
> -----Original Message-----
> From: Aaron Evans [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 10, 2006 6:04 PM
> To: Jetspeed Users List
> Subject: Re: Accessing Portal with Apache webserver in front of tomcat
> doent work
>
> > 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]
>
>
> This e-mail and any files transmitted with it are for the sole use of the 
> intended recipient(s) and may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply 
> e-mail and destroy all copies of the original message.
> Any unauthorized review, use, disclosure, dissemination, forwarding, printing 
> or copying of this email or any action taken in reliance on this e-mail is 
> strictly
> prohibited and may be unlawful.
>
>   Visit us at http://www.cognizant.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to