Skip to content

Commit

Permalink
Updated README with more correct Tomcat7 and Jetty info
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 4, 2012
1 parent cc247c7 commit 43f8fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand All @@ -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.
Expand Down

0 comments on commit 43f8fee

Please sign in to comment.