This content has been marked as final.
Show 4 replies
-
1. Re: Deploying web-app using Errai, need help
csa Oct 19, 2011 10:55 AM (in response to stab)You can use the JBoss7 profile when building the war: mvn -Pjboss7 clean install
The resulting war should deploy fine on AS 7.
-
2. Re: Deploying web-app using Errai, need help
stab Oct 19, 2011 11:09 AM (in response to csa)Thanks, now it is enabled OK.
If I want to startt the web-app from my own computer what would be the URL if my server is:
www.myserver.com
-
3. Re: Deploying web-app using Errai, need help
csa Oct 19, 2011 11:28 AM (in response to stab)Just append the context-path, which is either the one you specified or the war file name (without .war).
-
4. Re: Deploying web-app using Errai, need help
stab Oct 19, 2011 2:23 PM (in response to csa)Thanks a lot