[jboss-user] [Installation, Configuration & Deployment] - Re: Configuring virtual host in jboss-4.2.0.GA?
khooke
do-not-reply at jboss.com
Wed May 30 11:00:54 EDT 2007
I just moved a webapp I had running on 4.0.1 to 4.2.0GA and I am using the same jboss-web.xml file in my webapp's WEB-INF - I have not modified the server.xml file though as you mention. My virtual host config is practically the same as yours and this is working ok for me:
| <?xml version="1.0"?>
| <!DOCTYPE jboss-web>
| <jboss-web>
| <context-root>/</context-root>
| <virtual-host>www.mydomainhere.com</virtual-host>
| </jboss-web>
|
Kevin
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049760#4049760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049760
More information about the jboss-user
mailing list