[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: display application instead mamagement server

jaikiran do-not-reply at jboss.com
Sun Jul 15 19:23:34 EDT 2007


Add a jboss-web.xml file, in the WEB-INF folder of your application, containing the following:

jboss-web.xml:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd">
  |  
  | <jboss-web>
  |    <context-root>/</context-root>
  | </jboss-web>



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

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



More information about the jboss-user mailing list