Thursday, July 9, 2009

Jetty deployment

For deploying on Jetty there are several ways...
1. Download the binary zipped file from source forge...
2. Extract the file and start it using general instruction of
java -jar start.jar etc/jetty.xml &
3. Create the war file.
inside war file..
4. Add a context file in contexts folder for hot deployment
For static deployment--> check the jetty.xml page

This link should help...
http://docs.codehaus.org/display/JETTY/ContextDeployer

No comments:

Post a Comment