From 43f8feeecad23fa8e6c7a46399462c5f06d3a415 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 4 Oct 2012 11:59:05 +0200 Subject: [PATCH] Updated README with more correct Tomcat7 and Jetty info --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 50d3802fe..d0b9bc595 100644 --- a/README.txt +++ b/README.txt @@ -29,7 +29,7 @@ The various values for gatein.dev are: - tomcat7 : Tomcat 7 - jbossas711 : JBoss AS 7.1.1.Final - jbossas713 : JBoss AS 7.1.3.Final -- jetty : Jetty +- jetty : Jetty (unsupported at the moment) 2) Database configuration @@ -136,7 +136,7 @@ mvn install -DskipTests -Dservers.dir=$SERVERS_DIR -Dgatein.dev=tomcat7 -Dserver (fix tomcat version in 'server.name') -The packaged GateIn is available in packaging/tomcat/pkg/tc7/target/tomcat7. +The packaged GateIn is available in packaging/tomcat/tomcat7/target/tomcat. To start, go to tomcat7 directory, and run 'bin/gatein.sh run' ('bin\gatein.bat run' on Windows). Alternatively you can use 'bin/gatein.sh start' ('bin\gatein.bat start' on Windows). @@ -145,7 +145,7 @@ Access the portal at: http://localhost:8080/portal - Packaging with Jetty 6.x.x + Packaging with Jetty 6.x.x (unsupported at the moment) --------------------------- If you don’t have an existing Jetty 6.x.x distribution, the build can automatically download it for you.