Thursday, March 19, 2009

Geronimo setup

1. download Geronimo (Geronimo 1.0 with Tomcat) from http://geronimo.apache.org/

2. follow the steps in Quick start

3. start the server
java -jar server.jar
then you can see Geronimo's welcome page in http://localhost:8080/

4. mkdir webapps as

5. Deploy an application
java -jar deployer.jar --user system --password manager deploy /HelloWorld.war

6. manage applications
http://localhost:8080/console
default user: system:manager

7. export GERONIMO_HOME=...

No comments:

Post a Comment