[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P
chuaky
do-not-reply at jboss.com
Fri Sep 15 10:28:51 EDT 2006
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
More information about the jboss-user
mailing list