Author: snoopdave
Date: Sun Feb 21 13:23:43 2010
New Revision: 912347

URL: http://svn.apache.org/viewvc?rev=912347&view=rev
Log:
Changing context name from 'roller-weblogger-web' to 'roller' in Maven Jetty 
Plugin.

You should be able to start Jetty, Derby and Roller via this sequence of 
commands.

   mvn install
   cd weblogger-web
   mvn jetty:run-war

Then browse to http://localhost:8080/roller to run Roller

* NOTE that your Derby database will be deleted when you do a mvn clean

Modified:
    roller/trunk/weblogger-web/pom.xml

Modified: roller/trunk/weblogger-web/pom.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-web/pom.xml?rev=912347&r1=912346&r2=912347&view=diff
==============================================================================
--- roller/trunk/weblogger-web/pom.xml (original)
+++ roller/trunk/weblogger-web/pom.xml Sun Feb 21 13:23:43 2010
@@ -337,6 +337,7 @@
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
                 <configuration>
+                    <contextPath>roller</contextPath>
                     
<jettyConfig>${project.build.directory}/jetty.xml</jettyConfig>
                     <systemProperties>
 


Reply via email to