Changes between Version 2 and Version 3 of HowToRunUnderJettyInEclipse
- Timestamp:
- 07/03/09 06:17:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderJettyInEclipse
v2 v3 14 14 * configure the Main panel: 15 15 * Main class is the Jetty main start class org.mortbay.start.Main (If you can't find this class using the search button, check that jetty/start.jar is in your build path) 16 [[Image(run-config-1.png )]]16 [[Image(run-config-1.png, 250px)]] 17 17 18 18 … … 20 20 * working directory is the bin folder. 21 21 * VM arguments allows to manage memory used by the application 22 [[Image(run-config-2.png )]]22 [[Image(run-config-2.png, 250px)]] 23 23 24 24 25 25 * check the classpath contains all necessary jar files. 26 [[Image(run-config-3.png )]]26 [[Image(run-config-3.png, 250px)]] 27 27 28 28 29 29 * add source folder (needed for debugging) 30 [[Image(run-config-4.png )]]30 [[Image(run-config-4.png, 250px)]] 31 31 32 32