Hi Binario I am also having the same problem. Can you let me know if you have any answers to this. In my case, the web apps are WAR files and I want to have the similar action.
http://test.com/library (Works perfectly) http://library.test.com (never worked) My DNS points to the correct IP where JBoss 4.0 is hosted. I understand that I need to bind the WAR file to the virtual host and domain library.test.com. But the question is how. My server.xml: | <Host name="library" | autoDeploy="false" deployOnStartup="false" deployXML="false"> | <Alias>library.robosoft.co.in</Alias> | </Host> | My WEB-INF/jboss-web.xml: | <virtual-host>library.test.com</virtual-host> | <context-root>/library</context-root> | This is one set. I need to deploy at least 5 such WAR files. Any ideas welcome. Regards Mahesh S Kudva View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887563#3887563 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887563 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
