Changes between Version 1 and Version 2 of HowToRunUnderJettyInEclipse


Ignore:
Timestamp:
Jul 3, 2009, 6:08:13 AM (15 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderJettyInEclipse

    v1 v2  
    1212 * click on "Run configuration ..."
    1313 * add a new "Java Application"
     14 * configure the Main panel:
     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)]]
     17
     18
     19 * configure the Arguments panel
     20  * working directory is the bin folder.
     21  * VM arguments allows to manage memory used by the application
     22[[Image(run-config-2.png)]]
     23
     24
     25 * check the classpath contains all necessary jar files.
     26[[Image(run-config-3.png)]]
     27
     28
     29 * add source folder (needed for debugging)
     30[[Image(run-config-4.png)]]
     31
     32
     33 * save and start the application using normal/debug/profiling mode.
     34[[Image(run-config-start.png)]]
     35
     36
     37=== Issues ===
     38 * I'm still looking how to redirect all logs info (including geonetwork.log) to the eclipse console view.