Author: alexoree
Date: Sun Apr 14 18:33:40 2013
New Revision: 1467810
URL: http://svn.apache.org/r1467810
Log:
minor change to the readme to help out people new to the code base
Modified:
juddi/trunk/readme.txt
Modified: juddi/trunk/readme.txt
URL:
http://svn.apache.org/viewvc/juddi/trunk/readme.txt?rev=1467810&r1=1467809&r2=1467810&view=diff
==============================================================================
--- juddi/trunk/readme.txt (original)
+++ juddi/trunk/readme.txt Sun Apr 14 18:33:40 2013
@@ -22,7 +22,12 @@ Install Netbeans and open the project. C
To build your changes locally and skip the the tests run:
+mvn install -DskipTests=true
To also build the Pluto/GWT/Portlet interface
cd juddi-console
-mvn clean install
\ No newline at end of file
+mvn clean install
+
+To start Juddi's embedded Tomcat server:
+juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\startup.bat
+juddi-tomcat\target\tomcat\apache-tomcat-6.0.26\bin\startup.sh
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]