On Sat, Jun 27, 2009 at 2:15 PM, Dimitrios
Christodoulakis wrote:
> Could this be some kind of version incompatibility between tomcat 5.5
> and jdk1.5.0_17?
Seems unlikely...
> checking for javac... /usr/java/jdk1.5.0_17/bin/javac
> checking wether the Java compiler (/usr/java/jdk1.5.0_17/bin/ja
As I continue the effort to make Tomcat the default web server daemon
over Apache 2, I am trying to use jsvc. I unpacked it successfully and
followed the instructions at
http://tomcat.apache.org/tomcat-5.5-doc/setup.html
steps:
tar xvfz jsvc.tar.gz
cd jsvc-src
autoconf
But the final conf
reconfigure Tomcat to run on port 8080, it'll work.
---
Tracy Nelson / Nelnet Business Solutions
402 / 617-9449
| -Original Message-
| From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED]
| Sent: Wednesday, 13 September, 2006 13:03
| To: Tomcat Users List
| Subject: service on linux
|
| Fed
ember, 2006 13:03
| To: Tomcat Users List
| Subject: service on linux
|
| Fedora 5
| Tomcat 5517
| Sun JDK 1508
|
| Finally I got my linux running with tomcat, but there is a little
| detail, if I run the server as tomcat user, tomcat goes up, but not
| listening in port 80 (su -l tomcat -c /usr/t
Fedora 5
Tomcat 5517
Sun JDK 1508
Finally I got my linux running with tomcat, but there is a little
detail, if I run the server as tomcat user, tomcat goes up, but not
listening in port 80 (su -l tomcat -c /usr/tomcat/bin/startup.sh), now
if I run as root (./startup.sh) everything works ok.
an