Hi,

We have two webapps named customer.war and admin.war
At the moment both webapps run on Port 80 and is available to the WWW.
Now, we had a discussion about the security. The conclusion was that we want to 
move the admin.war to a different Port (e.g. 81). After this action we could 
administrate the firewall that the Port 81 could only be reached from inside 
our company, other users from outside (WWW) will be blocked. For information, 
the firewall can only do such a rule on a port not on a specific url, therefor 
this port-question.

So, my question is:
Can I configure our JBoss, so that consumer.war is deployed to port 80 and the 
admin.war is only deployed to port 81 (in the same JBoss) ? Which xml I have to 
change ?

http://www.domain.com/consumer  <- access from WWW
http://www.domain.com:81/admin   <- access only from inside company (due to 
firewall rule)

Best Regards,
Mario

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855388#3855388

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855388


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to