eclipse tomcat plugin

kkdw

Gast
Guten Abend,
Ich hab ein kleines Problem mit dem Sysdeo Eclipse Tomcat Plug-in. Ich verwende
tomcat 5.0.28
eclipse 3.2.0
und Eclipse Tomcat Plug-in 3.1

Tomcat laeuft ohne Eclipse (via Shell) ohne Probleme. Beim Versuch das Plugin zu benutzen startet der Server aber nicht. In der Console ist folgendes zu lesen:
Code:
[INFO] Http11Protocol - Initializing Coyote HTTP/1.1 on http-8080
[INFO] Catalina - Initialization processed in 10259 ms
[INFO] StandardService - Starting service Catalina
[INFO] StandardEngine - Starting Servlet Engine: Apache Tomcat/5.0.28
[INFO] StandardHost - XML validation disabled
[INFO] StandardHost - Create Host deployer for direct deployment ( non-jmx ) 
[INFO] StandardHostDeployer - Processing Context configuration file URL file:/usr/local/jakarta-tomcat-5.0.28/conf/Catalina/localhost/admin.xml
also bis zum StandardHostDeployer kommt er und dann terminiert das ganze. Ich hab in den
Errorlog geschaut aber da scheint nichts auf. Wenn ich mir das Ganze in der Debugmodus anschaue sagt mir eclipse
Code:
<terminated, exit value:138>/System/Library/Frameworks/JavaVM.framework/Versions/
1.3/Home/bin/java (Sep 26, 2006 11:16:11 PM)

/usr/local/tomcat 5.0.28 ist auf 0777 gesetzt, daran kann es also nicht liegen. vielleicht wisst Ihr ja weiter.

Besten Dank,

Konrad
 

kkdw

Gast
probelm geloest

In den JVM Settings war JRE auf JVM 1.3 gesetzt und nicht wie gebraucht auf 1.5 nun laeuft es :).