http://nagoya.apache.org/bugzilla/show_bug.cgi?id=280 *** shadow/280 Sat Feb 3 15:26:37 2001 --- shadow/280.tmp.26210 Sat Feb 3 15:26:37 2001 *************** *** 0 **** --- 1,30 ---- + +============================================================================+ + | J2EE.JAR from j2sdkee1.2.1 not compatible with Tomcat-3.2 BugRat Report#52 | + +----------------------------------------------------------------------------+ + | Bug #: 280 Product: Tomcat 3 | + | Status: RESOLVED Version: 3.2 Final | + | Resolution: WORKSFORME Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Unknown | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When using the latest version of the J2EE.JAR tomcat 3.2 fails during startup with +the following error. + + + Exception in thread "main" java.lang.NoSuchMethodError: +org.apache.tomcat.core.ContextManager: method + setInstallDir(Ljava/lang/String;)V not found + at org.apache.tomcat.startup.Tomcat.getConfigFile(Tomcat.java:155) + at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:185) + at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) + + ------- Additional Comments From [EMAIL PROTECTED] 2001-02-03 15:26 ------- + I am able to include the j2ee.jar provided it is last in the classpath, + after all Tomcat related jars. j2ee.jar contains an old version of Tomcat 3.0 + with conflicting classes. The error below suggests that j2ee.jar was ahead of + webserver.jar. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
