Author: stan.silvert(a)jboss.com
Date: 2008-12-12 15:11:31 -0500 (Fri, 12 Dec 2008)
New Revision: 71
Modified:
trunk/jsfunit/pom.xml
Log:
Changed context root to admin-console
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2008-12-12 18:54:50 UTC (rev 70)
+++ trunk/jsfunit/pom.xml 2008-12-12 20:11:31 UTC (rev 71)
@@ -137,7 +137,7 @@
<systemProperties>
<property>
<name>cactus.contextURL</name>
-
<value>http://localhost:8080/${project.build.finalName}</value>
+
<value>http://localhost:8080/admin-console</value>
</property>
<property>
<name>cactus.servletRedirectorName</name>
@@ -220,7 +220,7 @@
<systemProperties>
<property>
<name>cactus.contextURL</name>
-
<value>http://localhost:8080/${project.build.finalName}</value>
+
<value>http://localhost:8080/admin-console</value>
</property>
<property>
<name>cactus.servletRedirectorName</name>
Show replies by date