Hi all,

I have a Redhat Linux machine which has a few IP addresses assigned to it. 

I have a Apache webserver running on one IP, I want to bind tomcat 
(bundeld with JBoss) to another IP:

Something like this:

+--------------------------------------------------------+
| A single machine                                       |
+--------------------------------------------------------+
| 10.1.0.10 (port 80) --> Apache                         |
| 10.1.0.11 (port 80) --> (integrated) Tomcat JBoss      |
+--------------------------------------------------------+


Is this possible? And where can I configure this? I looked in 
$JBOSS_HOME/server/$myjboss/deploy/
jbossweb-tomcat41.sar/META-INF/jboss-service.xml.

I noticed this section:

<Engine name="MainEngine" defaultHost="localhost">

Can I change "localhost" to 10.1.0.11, in order to bind to 10.1.0.11?



Thanks,

Harm de Laat
Informatiefabriek
The Netherlands




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to