Re: Can't start tomcat on Debian Linux

2006-11-11 Thread Gregor Schneider
On 11/10/06, Stepan Yakovenko [EMAIL PROTECTED] wrote: as leon wrote, check the installation-path. Ups, I don't understand, what do you mean by this? I meant that you should make sure that $JAVA_HOME points to the correct java-installation-path, so i your case it should point to

Can't start tomcat on Debian Linux

2006-11-10 Thread Stepan Yakovenko
Hello! I start tomcat this way: zeuhl:/home/stiv# /etc/init.d/tomcat5 start Starting Tomcat 5 servlet engine using Java from /usr/java/jdk1.5.0_04: tomcat5. Though I get this error message: Using CATALINA_BASE: /var/lib/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Leon Rosenberg
is you vm actually there? what does java -version print? On 11/10/06, Stepan Yakovenko [EMAIL PROTECTED] wrote: Hello! I start tomcat this way: zeuhl:/home/stiv# /etc/init.d/tomcat5 start Starting Tomcat 5 servlet engine using Java from /usr/java/jdk1.5.0_04: tomcat5. Though I get this error

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Gregor Schneider
at debian, the jdk usually resides at /opt/jdk1.5 as leon wrote, check the installation-path. cheers greg -- what's puzzlin' you, is the nature of my game - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Stepan Yakovenko
Leon Rosenberg wrote: is you vm actually there? what does java -version print? [EMAIL PROTECTED]:~$ java -version java version 1.4.2 gij (GNU libgcj) version 4.1.2 20061020 (prerelease) (Debian 4.1.1-17) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Stepan Yakovenko
Gregor Schneider wrote: at debian, the jdk usually resides at /opt/jdk1.5 I've used .rpm distrib from sun web cite and alien tool to convert it to .deb. It installed it to JAVA_HOME=/usr/java/jdk1.5.0_04. as leon wrote, check the installation-path. Ups, I don't understand, what do you mean

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Johannes
@tomcat.apache.org Subject: Can't start tomcat on Debian Linux Hello! I start tomcat this way: zeuhl:/home/stiv# /etc/init.d/tomcat5 start Starting Tomcat 5 servlet engine using Java from /usr/java/jdk1.5.0_04: tomcat5. Though I get this error message: Using CATALINA_BASE: /var/lib/tomcat5

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Hassan Schroeder
On 11/10/06, Stepan Yakovenko [EMAIL PROTECTED] wrote: what does java -version print? [EMAIL PROTECTED]:~$ java -version java version 1.4.2 gij (GNU libgcj) version 4.1.2 20061020 (prerelease) (Debian 4.1.1-17) clearly, the Java you think you installed is, at the least, not in your path.

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Stepan Yakovenko
Hassan, you are right. I have two java's. I will remove both and reinstall SUN's to be on the safe side. Stepan. Hassan Schroeder пишет: On 11/10/06, Stepan Yakovenko [EMAIL PROTECTED] wrote: what does java -version print? [EMAIL PROTECTED]:~$ java -version java version 1.4.2 gij (GNU

Re: Can't start tomcat on Debian Linux

2006-11-10 Thread Li
Hi, if there are quite a few dependencies with gjc, a simple way to ignore gjc is renaming gjc's javac and java to .. say gjc-java and gjc-javac. Then you can have sun's java compiler working. On 11/11/06, Stepan Yakovenko [EMAIL PROTECTED] wrote: Hassan, you are right. I have two java's. I