Revision: 1764 Author: ross.gardler Date: Sun Nov 29 14:41:55 2009 Log: Add a note about running on a different port. http://code.google.com/p/simal/source/detail?r=1764
Modified: /wiki/GettingStarted.wiki ======================================= --- /wiki/GettingStarted.wiki Mon Nov 23 14:52:08 2009 +++ /wiki/GettingStarted.wiki Sun Nov 29 14:41:55 2009 @@ -54,7 +54,13 @@ simal.rest.baseurl=http://localhost:8080/simal-rest }}} -Other configuration proerties are available. See {{{$PROJECT_HOME/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties}}} for details. +It is possible to run the server on a different port using the property "jetty.port". For example: + +{{{ +mvn -Djetty.port=9999 jetty:run +}}} + +Other configuration properties are available. See {{{$PROJECT_HOME/uk.ac.osswatch.simal.core/src/main/resources/default.simal.properties}}} for details. == Running == -- You received this message because you are subscribed to the Google Groups "Simal Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simal-commits?hl=en.
