Running Tomcat as Standalone in linux

2008-01-05 Thread Chris Baty
Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting it to run on port 80. I read http://www.ibm.com/developerworks/java/library/l-secjav.html and decided to try xinetd. I added this to /etc/xinetd/: # Redirects

RE: Running Tomcat as Standalone in linux

2008-01-05 Thread Martin Gainty
: Running Tomcat as Standalone in linux Check out your log see if there is any error info. On Jan 5, 2008 11:29 PM, Chris Baty [EMAIL PROTECTED] wrote: Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting it to run

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Li
Check out your log see if there is any error info. On Jan 5, 2008 11:29 PM, Chris Baty [EMAIL PROTECTED] wrote: Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting it to run on port 80. I read

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Chris Baty
Subject: Re: Running Tomcat as Standalone in linux Check out your log see if there is any error info. On Jan 5, 2008 11:29 PM, Chris Baty [EMAIL PROTECTED] wrote: Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Markus Schönhaber
Chris Baty wrote: batybase:~# netstat -a | grep 80 tcp6 0 0 localhost:8005 *:* LISTEN tcp6 0 0 *:8009 *:* LISTEN tcp6 0 0 *:8180 *:* LISTEN This doesn't

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Brian Millett
Chris Baty escribĂ­o: Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting it to run on port 80. I read http://www.ibm.com/developerworks/java/library/l-secjav.html and decided to try xinetd. I added this to