You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Reto Badertscher <rb...@i-netsystems.com> on 2000/12/08 16:40:05 UTC

Starting Tomcat

Hello,

I need some help to start Tomcat from KAWA to debug servlets and JSP's. My
Tomcat installation works (with the examples and servlets written by my
own).
I followed the instructions from the KAWA team, but every time when running
a servlet from within KAWA i got the following message:
"org.apache.tomcat.core.ContextManager: method
setInstallDir(Ljava/lang/String;)V not found"
see output.
Until now, the KAWA team couldn't help me and since KAWA belongs to Allaire
it's even worse. I like Tomcat and wouldn't like to change to an other
application server, i also like KAWA.

I hope now that someone from the Tomcat team could possible help me or give
me some hints what's wrong.
(Using JDK1.3, Tomcat 3.2, Windows2000 with sp 1, KAWA 5.0)

Thanks for any help.

Reto Badertscher

Output-Log from KAWA

Wait, Starting the JVMDI Debugger...
Working Directory - C:\jakarta-tomcat
ClassPath -
C:\j2sdkee1.2.1\lib\j2ee.jar;C:\jakarta-tomcat\lib\jasper.jar;C:\jakarta-tom
cat\lib\servlet.jar;C:\jakarta-tomcat\lib\webserver.jar;C:\jakarta-tomcat\li
b\ant.jar;C:\jdk1.3\lib\tools.jar;C:\jakarta-tomcat\webapps\examples\WEB-INF
\classes;.;c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;c:\KawaEnt5.0
\kawaclasses.zip
Properties - -classic  -Dtomcat.home=C:\jakarta-tomcat -Xbootclasspath:c:\jd
k1.3\lib\tools.jar;c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;
Debug Start...
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:162)
	at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:185)
	at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Quit Event...
Debugger Quit...
Exception in thread "main"