You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by jo...@apache.org on 2008/01/04 01:06:06 UTC

svn commit: r608681 - /incubator/shindig/trunk/java/gadgets/README

Author: johnh
Date: Thu Jan  3 16:06:05 2008
New Revision: 608681

URL: http://svn.apache.org/viewvc?rev=608681&view=rev
Log:
Updating the README to give instructions on how to start the server (using Jetty) on a non-default port.


Modified:
    incubator/shindig/trunk/java/gadgets/README

Modified: incubator/shindig/trunk/java/gadgets/README
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/README?rev=608681&r1=608680&r2=608681&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/README (original)
+++ incubator/shindig/trunk/java/gadgets/README Thu Jan  3 16:06:05 2008
@@ -9,8 +9,9 @@
 3) From java/gadgets/...
    * mvn package - Builds Gadget Server and runs tests.
    * mvn jetty:run - Builds Gadget Server (no tests), installs Servlet at localhost:8080.
+     - To run on a different port, use: mvn -Djetty.port=<port> jetty:run
 
-4) Hit server at http://localhost:8080/gadgets/ifr?url=<gadget-url>
-   Example: http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
+4) Hit server at http://localhost:<port>/gadgets/ifr?url=<gadget-url>
+   Example: http://localhost:<port>/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
 
 For more information, see http://incubator.apache.org/projects/shindig.html