Re: IOException in server

2001-03-26 Thread Tonny Liu
001 3:56 PM Subject: Re: IOException in server Hi, mod_jserv.so is an old module to link apache with Tomcat. You should copy this to your libexec directory (as you already did). Next you should start Tomcat and check if the tomcat-apache.conf is created in /usr/local/jakarta-tom

Re: IOException in server

2001-03-26 Thread Rafal Maczewski
because you have to remove the LoadModule directive every time you restart tomcat. Hope this helps, Rafal - Original Message - From: "Tonny Liu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 11:31 AM Subject: Re: IOException in server Hi,I'm reall

Re: IOException in server

2001-03-26 Thread Kevin Sangeelee
I have had this problem before, caused by the fact that loadable module support wasn't compiled by default by RedHat's build of Apache (!!) This meant that the LoadModule directive didn't exist as far as my (default) version of httpd was concerned. The solution was to rebuild apache with the

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
Tonny Liu" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: IOException in server Date: Mon, 26 Mar 2001 13:45:28 +0800 Hi,I encountered a problem,it seems curious to me. I installed tomcat in Redhat6.2, and started it , I can see it listening on port 8007,but wh

Re: IOException in server

2001-03-25 Thread Tonny Liu
. - Original Message - From: "Kenneth Westelinck" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 1:46 PM Subject: Re: IOException in server Hi, I don't think you should connect to port 8007 (8007 is for AJP12 connector). The actual webserver

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
PROTECTED] Subject: Re: IOException in server Date: Mon, 26 Mar 2001 15:18:21 +0800 Thank you, Kenneth Westelinck . Please help me with another problem: I included tomcat.conf in httpd.conf,but I can't start apache for the following error: Syntax error on line 1 of /usr/local/jakarta-t