Changes between Version 4 and Version 5 of HowToRunUnderJettyInEclipse
- Timestamp:
- 12/15/09 01:54:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderJettyInEclipse
v4 v5 10 10 * web/intermap/WEB-INF/lib/*.jar 11 11 * 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 12 15 * click on "Run configuration ..." 13 16 * add a new "Java Application"