On Thu, October 2, 2003 at 7:53 am, Alex Korneyev sent the following
>
> I hope someone can point me in the right direction.
>
> How do i configure Apache to redirect
> https://servername.serverhost.com/~username/test.jsp to Tomcat ?
>
> if that username has a domwin, www.domain.com then i can access
> test.jsp file via http://www.domain.com/test.jsp no problem.
>
> I understand this is an Apache configuration.

You need the right JkMount statement in Apache.  Something like:

<Directory /home/*/public_html>
JkMount /*.jsp ajp13
</Directory>

I hope you get the idea.

-Dave

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

Reply via email to