I want to host multiple application on 1 jboss instance. And I want them all to serve in different virtualhost root. For example If I have 3 application on jboss now:
http://localhost:8080/app-1 http://localhost:8080/app-2 http://localhost:8080/app-3 I will host them on different http host: http://hostname1.com/ http://hostname2.com/ http://hostname3.com/ I want to map them accordingly like this: http://localhost:8080/app-1 -> http://hostname1.com/ http://localhost:8080/app-2 -> http://hostname2.com/ http://localhost:8080/app-3 -> http://hostname3.com/ How can I do that? Thanks Koala Yeung View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917085#3917085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917085 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
