I have /myapp/ in apache(2) mapped to tomcat(5) using
mod_jk2.  So when I go to http://www.mine.com/myapp
everything is as it should be.

however, I would like to be able to set it up so that
I can just go to http://www.mine.com/

I tried using the redirect directive like so:

Redirect ^/$ http://www.mine.com/myapp/
Redirect ^$ http://www.mine.com/myapp/

but that left me with a the browser saying:

"No Host matches server name" 

Can't find any errors in the logs though.

Now, i'm at a loss.  

Any suggestions ?


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

Reply via email to