[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue

venuwin do-not-reply at jboss.com
Fri Dec 19 02:29:47 EST 2008


Hi Jaikiran,

Please find the contents of application.xml below  :

<?xml version="1.0" encoding="UTF-8"?>
  | <application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  |     xsi:schemaLocation="http://java.sun.com /xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
  |     <display-name>ss</display-name>
  |     <description>celera application</description>
  | 
  |     <module>
  |       <ejb>beans.jar</ejb>
  |     </module>
  | 
  |     <module>
  |         <web>
  |             <web-uri>web.war</web-uri>
  |             <context-root>celera</context-root>
  |         </web>
  |     </module>
  | 
  | </application>

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

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



More information about the jboss-user mailing list