Why not put the homepage/login page on port 80 and proxy the POST to
Tomcat?  Or are dynamic elements on the login page?

If everything will be served by Tomcat, why not run tomcat on port 80?

If you are using virtual servers, you should already have configured the proxy.

solprovider


On 10/17/07, Patrick Coleman <[EMAIL PROTECTED]> wrote:
> I don't exactly know if this is a rewrite or proxypass or something
> else type of thing so
> I was hoping someone could help.
> I have a Tomcat app running on port 8080
> I can get to it through
> http://www.example.com:8080
>
> it goes to a login page and the URL displays
> http://www.example.com:8080/login
>
> I would like to be able to just put in
> http://www.example.com
> and get
> http://www.example.com/login
>
> Thanks.
> Pat

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to