Did you restart Tomcat to generate a new mod_jk.conf file? If so, did you
also restart Apache so that it picks up the new changes? If so, can you
post the new mod_jk.conf file that shows the new configuration?
Have you tried it without using the Alias command in server.xml?
John
On Sat, 21 Jun 2003 11:55:16 -0700 (PDT), Sam at Yahoo
<samsuniverse@yahoo.com> wrote:
> I tried both of your URLs and they seem to be working
> now! I'm trying to do the exact same thing...but am
> having problems. I've got it all working with
> localhost but can't get it working with my domain name
> (e.g. http://localhost/examples vs
> http://www.mydomain.com/examples). Can you give me
> any hints or suggestions on what I need to change in
> my httpd.conf and server.xml?
>
> I haven't set up any virtual hosts in my httpd.conf
> and have added the following <Alias> line in my
> server.xml (in <Host> definition):
>
> <Host name="localhost" debug="0"
> appBase="webapps" unpackWARs="true" autoDeploy="true">
> <Alias>www.mydomain.com</Alias>
>
> This didn't help me. Any suggestions?
>
>
>
>
> --- Dave Wicks <dave_j_wicks@hotmail.com> wrote:
>> I have recently setup mod_jk with Apache 2.0.40
>> serving as a proxyfor Tomcat 4.1.24.
>>
>> The problem is that some redirects don't work
>> correctly.
>>
>> e.g. Access the login.jsp on Tomcat directly (port
>> 8080) & login (tomcat/password), this works fine!
>>
> http://funbox.hopto.org:8080/examples/jsp/security/protected/login.jsp
>>
>> then try the proxy:
>>
> http://funbox.hopto.org/examples/jsp/security/protected/login.jsp
>> This only results on a 404 from the Apache server.
>>
>> Can someone please suggest why?
>>
>> Also, would the remedy work over SSL?
>>
>> Many Thanks
>>
>>
> _________________________________________________________________
>> Hotmail is now available on Australian mobile
>> phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp
>>
>>
>>
> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail:
>> tomcat-user-help@jakarta.apache.org
>>
>
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|