RE: mod_jk.log errors

2003-06-02 Thread Marco Laponder
] Verzonden: woensdag 28 mei 2003 19:18 Aan: Tomcat Users List Onderwerp: Re: mod_jk.log errors Search in server.xml for '8009' and see how many times it comes up, and whether each occurence is enabled or disabled. John On Wed, 28 May 2003 14:51:38 +0200, Marco Laponder [EMAIL PROTECTED

RE: mod_jk.log errors

2003-06-02 Thread Marco Laponder
/ -Oorspronkelijk bericht- Van: Marco Laponder [mailto:[EMAIL PROTECTED] Verzonden: maandag 2 juni 2003 9:42 Aan: 'Tomcat Users List' Onderwerp: RE: mod_jk.log errors !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4

RE: mod_jk.log errors

2003-05-29 Thread Marco Laponder
It must be in the tomcat4 configuration as when I call netstat -na | grep 8009 I get no output when tomcat is not started, when I start tomcat and call netstat -na | grep 8009 gives the following output: tcp0 0 0.0.0.0:80090.0.0.0:* LISTEN So my

Re: mod_jk.log errors

2003-05-29 Thread John Turner
Search in server.xml for '8009' and see how many times it comes up, and whether each occurence is enabled or disabled. John On Wed, 28 May 2003 14:51:38 +0200, Marco Laponder [EMAIL PROTECTED] wrote: It must be in the tomcat4 configuration as when I call netstat -na | grep 8009 I get no

RE: mod_jk.log errors

2003-05-28 Thread Marco Laponder
Yes, Tomcat is running fine when I connect to it on port 8080, I can run the examples and everything runs fine. Also apache is running ok, in fact I had already a running apache and now I want to add java servlets to our application. Thats why I still want to use apache as our webserver, and only

Re: mod_jk.log errors

2003-05-28 Thread John Turner
Well, the error message is: INFO: Port busy 8009 java.net.BindException: Address already in use That means only one thing: you have something else listening on port 8009. Either another version of Tomcat, or something else. Only you can discover what that is, as none of us have access to

RE: mod_jk.log errors

2003-05-27 Thread Marco Laponder
OK, let's take a step back and answer a few questions: 1. what module is being loaded by Apache? This is done using the LoadModule directive. Is it mod_jk.so, mod_jk2.so, or both? It is mod_jk.so it is in the mod_jk.conf which is included from the httpd.conf. The mod_jk.conf was

Re: mod_jk.log errors

2003-05-27 Thread John Turner
Your server.xml file looks OK. Does Tomcat work by itself on port 8080? Let's deal with that first. You should be able to independently reach both http://localhost (Apache) and http://locahost:8080 (Tomcat). Remember that you don't need Apache if you don't want it...Tomcat works just fine