Changes between Version 4 and Version 5 of HowToRunUnderJettyInEclipse


Ignore:
Timestamp:
Dec 15, 2009, 1:54:50 AM (14 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderJettyInEclipse

    v4 v5  
    1010  * web/intermap/WEB-INF/lib/*.jar
    1111  * jetty/lib/**/*.jar
     12 * In order to avoid a !ClassNotFoundException for org.mortbay.jndi.!InitialContextFactory, you could modify the src/jndi.properties file as following :
     13  * java.naming.factory.url.pkgs=org.mortbay.naming
     14  * java.naming.factory.initial=org.mortbay.naming.!InitialContextFactory
    1215 * click on "Run configuration ..."
    1316 * add a new "Java Application"