Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Thanks @all, problem solved. I reinstalled gcc, and all is working wonderful now. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Hallo Wolfgang, there is no longer a java problem (sorry but the thread began with that problem). callisto:/srv/apache-tomcat-5.5.15/bin/jsvc-src# make make -C native all make[1]: Entering directory `/srv/apache-tomcat-5.5.15/bin/jsvc-src/native' gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Hi, From: Hannes Hein [mailto:[EMAIL PROTECTED] Subject: install tomcat under linux (java problem) I try to install tomcat in the way it is described here: http://tomcat.apache.org/tomcat-5.5-doc/setup.html Note that this section is for running Tomcat as a daemon; does Tomcat run properly on

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Initially it was a java installation problem because I used the jdk...rpm.bin file from sun that in fact doesn't work with debian ( see: http://www.linuxquestions.org/questions/showthread.php?t=108638 ). I had to use the jdk...bin file, now java runs correctly. From: Hannes Hein [m

install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Hi, I'm trying to install Tomcat 5.5.15 on a linux machine (debian 3.1 r0a). I installed Java 5.0 already. According to java and tomcat /etc/environment contains the following two lines: JAVA_HOME=/usr/java/jdk1.5.0_06 CATALINA_HOME=/srv/apache-tomcat-5.5.15 I try to install tomcat in the way i