4a. Delete .\booking\resources\META-INF\jboss-app.xml

4b. Create .\booking\resources\WEB-INF\jboss-app.xml with this content:


  | <jboss-app>
  |    <app-name>seam-booking</app-name>
  | </jboss-app>
  | 

5. Edit .\booking\resources\META-INF\application.xml, to remove the 
context-root tags.  The result look like this:


  | <application>
  |     <display-name>Seam Booking</display-name>
  | 
  |     <module>
  |             <web>
  |                     <web-uri>jboss-seam-booking.war</web-uri>
  |             </web>
  |     </module>
  |     <module>
  |             <ejb>jboss-seam-booking.jar</ejb>
  |     </module>
  |     <module>
  |         <java>jboss-seam.jar</java>
  |     </module>
  |     
  | </application>
  | 


6. Create .\booking\resources\WEB-INF\jboss-web.xml with this content:


  | <jboss-web>
  |    <context-root>seam-booking</context-root>
  |    <class-loading> 
  |       <loader-repository> 
  |       seam.jboss.org:loader=seam-booking
  |       </loader-repository> 
  |    </class-loading>
  | </jboss-web> 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971931
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to