Author: almaw
Date: Mon Oct  8 10:06:20 2007
New Revision: 582887

URL: http://svn.apache.org/viewvc?rev=582887&view=rev
Log:
Starting up in  is all very clever, but it's not very useful and leaves users 
confused. Root context instead.

Modified:
    
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java

Modified: 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java?rev=582887&r1=582886&r2=582887&view=diff
==============================================================================
--- 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
 (original)
+++ 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
 Mon Oct  8 10:06:20 2007
@@ -15,7 +15,7 @@
 
                WebAppContext bb = new WebAppContext();
                bb.setServer(server);
-               bb.setContextPath("/${artifactId}");
+               bb.setContextPath("/");
                bb.setWar("src/main/webapp");
 
                


Reply via email to