Re: [users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Gerard Dosaigües
Hi Serge, thanks for your input. I know I have to use the proxy directives. My problem is that I tried to do but I didn't found the correct way to achieve the solution, and I'm looking for somebody that can give me an example of how to do it. Regards, Gerard 2015-06-25 11:59 GMT+02:00 Serge Fon

Re: [users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Serge Fonville
Hi Gerard, I have a tomcat with several webapps, each one accessible by its own > context. > I must access each one of this webapps from a different domain. For > example, I have the following webapps: wbExample1, wbExample2, wbExample3 > > It should be accessible this way: > > www.example1.com/wb

[users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Gerard Dosaigües
I must say that I tried a lot of possibilities but my knowledgment in Apache WS is not too much advanced. Apache Web Server version: 2.2.22 OS: Centos 6 64 bits Tomcat version: 7.0.57 What I need to achieve is the following: I have some plain websites defined this way: [b] ServerAdmin exa