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 <[EMAIL PROTECTED]> 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:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to