Deploying web app to root context in JBoss
I have a project configured to use JBoss. We are deploying an exploded war file to JBoss. The web-app lives in a directory named root.war, but the application.xml has the context configured as /. I've configured the facet and artifact to deploy to JBOSS. When I startup JBoss initially I can see files served as expected (e.g. http://localhost/index.jsp). However, once I "Deploy All" from IntelliJ IDEA, I get a blank page and http://localhost/index.jsp, but I can see my content at http://localhost/root/index.jsp. Can I configure IntelliJ to not muck with my context root when deploying my artifacts?
This is on IntelliJ IDEA Ultimate 9.02 on Windows XP
Thanks!
Todd
请先登录再写评论。