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]<VirtualHost *:80>
DocumentRoot "/opt/sites/example1/"
ErrorLog logs/example1-error_log
CustomLog logs/example1-access_log common
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "/opt/sites/example1/"
ErrorLog logs/example1-error_log
CustomLog logs/example1-access_log common
</VirtualHost>[/b]
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:
So, the domain defined for each website must also access to an specific webapp.
--
Ger
Learning to Live