Hello David,

Thursday, October 2, 2003, 10:52:17 AM, you wrote:

DR> 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.

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

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

DR> I hope you get the idea.

DR> -Dave

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

hello Dave,

actually i am not sure what you mean. what would that do ?

if i have a user userName123

then i need to access https via
https://servername.com/~userName123/test.jsp



-- 
Best regards,
 Alex                            mailto:[EMAIL PROTECTED]


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

Reply via email to