Jump to content

Recommended Posts

Posted

Hi all,

 

i need apache proxy configuration to get my java app running correctly. sth like this:

 

ProxyRequests On

 

ProxyPass /EtsStatistik/VAADIN/

http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/VAADIN

 

ProxyPassReverse /

EtsStatistik

/VAADIN/

http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/VAADIN

 

ProxyPass /

http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/

 

ProxyPassReverse /

http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/

 

is it possible to do that for me? it would be really great.

 

greetings,

 

couch81

 

sry i tried to edit my post, but couldnt

 

[color=#464440][font=monospace]
[left]ProxyRequests On[/left]
[/font][/color]
[color=#464440][font=monospace]
[left]ProxyPass /EtsStatistik/VAADIN/ [/left]
[/font][/color][font="helvetica, arial, sans-serif"]http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/[/font][font=helvetica, arial, sans-serif]VAADIN[/font]
[color=#464440][font=monospace]
[left]ProxyPassReverse / [/left]
[/font][/color][font=monospace]
[left]EtsStatistik[/left]
[/font][font=monospace]
[left]/VAADIN/[/left]
[/font][font="helvetica, arial, sans-serif"]http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik[/font][font="helvetica, arial, sans-serif"]/[/font][font=helvetica, arial, sans-serif]VAADIN[/font]
[color=#464440][font=monospace]
[left]ProxyPass / [/left]
[/font][/color][font="helvetica, arial, sans-serif"]http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik[/font][font=helvetica, arial, sans-serif]/[/font]

 

ProxyPassReverse /

http://couch81.helio...omcatPortNumber)/EtsStatistik/

 

another try to make my post readable:

 

 

ProxyRequests On
ProxyPass /EtsStatistik/VAADIN/ http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/VAADIN/
ProxyPassReverse /EtsStatistik/VAADIN/ http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/VAADIN
ProxyPass / http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/
ProxyPassReverse / http://couch81.heliohost.org:(TomcatPortNumber)/EtsStatistik/

Guest
This topic is now closed to further replies.
×
×
  • Create New...