[jboss-user] [Beginners Corner] - Re: Newbie Problem...
PeterJ
do-not-reply at jboss.com
Tue Oct 7 13:32:01 EDT 2008
Apparently you did not read (or understand) my last paragraph.
Try this. Bring up the app server (the 'default' config) without having the EAR deployed. Once you see the "Started in xxx seconds" message on the console, copy the web-app.war file to the server/default/deploy directory. You should then see log output that looks like this:
10:31:14,097 INFO [TomcatDeployer] deploy, ctxPath=/web-app, warUrl=.../tmp/deploy
/tmp44384web-app-exp.war/
Then access the app using http://localhost:8080/web-app. If that does not work, try http://localhost:8080/web-app/index.jsp (or whatever the name is for your home page). If that still does not work, post the contents of web-app.war and the WEB-INF/web.xml file.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180845#4180845
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180845
More information about the jboss-user
mailing list