wiki:HowToRunUnderJettyInEclipse

Version 1 (modified by fxp, 15 years ago) ( diff )

--

How to run GeoNetwork using embedded Jetty under Eclipse ?

  • create a Java project
  • svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk in your new Java project
  • define the following directory as source directory
    • src
    • jeeves/src
    • cachingxslt/src
  • add the lib in your project build path
    • web/geonetwork/WEB-INF/lib/*.jar
    • web/intermap/WEB-INF/lib/*.jar
    • jetty/lib//*.jar
  • click on "Run configuration ..."
  • add a new "Java Application"

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.