bind web context to /
[pnews.git] / war / server.xml
index b5fc660..709d7e0 100644 (file)
@@ -12,7 +12,7 @@
                  httpPort="9080"
                   httpsPort="9443" />
 
-    <!-- Automatically expand WAR files and EAR files -->
-    <applicationManager autoExpand="true"/>
+        <applicationManager autoExpand="false"/>
 
+        <webApplication contextRoot="/" location="pnews-1.0.war" />
 </server>