Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-07-15


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.