I may have spoken a little too soon.

While the entries I used ..

ProxyPass / http://www.ourcompany.com:8080/
ProxyPassReverse / http://www.ourcompany.com:8080/

..work on the initial screen and the first screen after logging in
if I click on any that the 8080 shows up again in the URL?

Is there something else that needs to be added to pick that up each time?

thanks

On Oct 18, 2007, at 2:31 AM, [EMAIL PROTECTED] wrote:

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]




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