From 20a9df772a2d4bac003264636ec936f82888a5f2 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 17 Apr 2013 16:40:45 -0400 Subject: [PATCH] Update README-WEBSOCKET.md --- README-WEBSOCKET.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-WEBSOCKET.md b/README-WEBSOCKET.md index 5eb04d08cb..cd9a707771 100644 --- a/README-WEBSOCKET.md +++ b/README-WEBSOCKET.md @@ -41,7 +41,7 @@ Check out Tomcat trunk: svn co http://svn.apache.org/repos/asf/tomcat/trunk/ cd trunk -Create `build.properties` in the trunk directory with content similar to the one below: +Create `build.properties` in the trunk directory with similar content: # ----- Default Base Path for Dependent Packages ----- # Replace this path with the path where dependencies binaries should be downloaded @@ -63,12 +63,14 @@ Download a [Glassfish 4 build](http://dlc.sun.com.edgesuite.net/glassfish/4.0/) Unzip the downloaded file. Start the server: + cd /glassfish4 bin/asadmin start-domain Deploy a WAR file. Here is [a sample script](https://github.com/rstoyanchev/spring-websocket-test/blob/master/redeploy-glassfish.sh). Watch the logs: + cd /glassfish4 less `glassfish/domains/domain1/logs/server.log`