Hello.

I´m trying to deploy 2 war files: HelloWorldPortal.war (from the tutorial) and 
a.war (which is a portlet inside de HelloPortal).

The problem is that when I start JBoss Server, the order of deployment is first 
a.war and secodn HelloWorldPortal.war. The consecuence of this is that the 
portlet isnt visible on the portal because when the portlet is deployed the 
portal isnt (or I thimk so).

My question is: how can i do to indicate JBoss Server the order of deployment I 
want ( first HelloPortal.war and second a.war)????

I have tried to create a jboss.web.xml inside a.war with something like this:

"
<?xml version="1.0" encoding="UTF-8" ?> 
- <jboss-web>
  jboss.web.deployment:helloworldportal.war 
  </jboss-web>
"

but it doesn´t seems to work.

Thanks for the help!!!

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

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to