Author: ehillenius
Date: Thu Jan 25 17:37:30 2007
New Revision: 500084
URL: http://svn.apache.org/viewvc?view=rev&rev=500084
Log:
added starter (only for the mean while; this project will be part of the main
examples project soon)
Modified:
incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/src/main/java/wicket/authentication/example/StartExamples.java
Modified:
incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/src/main/java/wicket/authentication/example/StartExamples.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/src/main/java/wicket/authentication/example/StartExamples.java?view=diff&rev=500084&r1=500083&r2=500084
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/src/main/java/wicket/authentication/example/StartExamples.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/src/main/java/wicket/authentication/example/StartExamples.java
Thu Jan 25 17:37:30 2007
@@ -41,7 +41,7 @@
server.setConnectors(new Connector[] { connector });
WebAppContext web = new WebAppContext();
- web.setContextPath("/wicket-examples");
+ web.setContextPath("/wicket-auth-roles-examples");
web.setWar("src/main/webapp");
server.addHandler(web);