Re: How to configure Apache-https redirect to Tomcat-http

2008-06-10 Thread Christopher Schultz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin,

BurnInHell wrote:
| Since I want to access the application from outside and I have no access
| to the firewall which is only enabeling https I want to access my
| application over https://server.domain/app using:
|
| proxypass /app http://localhost:8080/myapp
|
| This does not work, because when trying to access
https://server.domain/app,
| he redirects me to http://server.domain/myapp which does not exist.

What component is performing the redirect? Proxypass should not be
issuing any redirects, so what is doing it?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhO2tAACgkQ9CaO5/Lv0PA7vQCgwyyKL2w2VjgI01puSG25TgxE
jrcAnibGtYd2sUy6dbw07dIJMuw+wThq
=C950
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to configure Apache-https redirect to Tomcat-http

2008-06-04 Thread BurnInHell

Hi,
I've searched the Internet for a long time before I asked here this
question, but knowing I'm a noob in this sector, it hopefully is trivial:
I have one server running with apache2 and tomcat6. Moreover I have a
webapplication I can locally access over
http://myserver:8080/myapp
Since I want to access the application from outside and I have no access
to the firewall which is only enabeling https I want to access my
application over
https://server.domain/app
using 
proxypass /app http://localhost:8080/myapp
This does not work, because when trying to access https://server.domain/app,
he redirects me to http://server.domain/myapp which does not exist.

If any relevant Information is missing, please ask me. What do I have to do?
-- 
View this message in context: 
http://www.nabble.com/How-to-configure-Apache-https-redirect-to-Tomcat-http-tp17640708p17640708.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]