"Klaus-F. Kaal" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi Peter,
>
> I can imagine that the gurus get tons of eMails with difficult and silly
> questions. And as there is limited time, they can't answer them all. I
> believe they keep answering the freshly incoming ones. Since I am really
> in problems and did not get an answer over days, I thought, I was lost
> in the "cant do this" bin and it's better to shout out to get attention.
> Believe me: that is not my normal style.
>
> I aquired a dedicated server and got it with Suse 9.1 preinstalled.
> Apache 2.0.48 was on it. It uses virtual hostst. Apart from that it
> seems to be not special. But it runs without problems (as far as I can
> judge from the logs)
>
> I installed
>
> - Java 1.4
> - Tomcat  5.0.28
> - mod_jk2 from the latest binary distribution
>

Well, there is your problem.  The mod_jk.conf generated by ApacheConfig is 
for mod_jk.  It's totally useless with mod_jk2.  For mod_jk2, you have to 
set up the configuration by hand.

> Independently, Apache and Tomcat work well. Tomcat reports in the logs
> that it listens on port 8009 for mod_jk communication. It also created
> /conf/auto/mod_jk.conf, the content of which, I show later in this text.
> Apache does not shift incoming JSP calls to mod_jk. It just states that
> it could not find the document in the normal public_html space.
>
> Can you do something with this info?
>
> Thanks a lot for your hints.
>
> Klaus
>
>
>
>
> Peter Johnson schrieb:
>
>> Klaus,
>>
>> Taking a tone with people gives you less chance of a response.
>>
>> Are you doing any url rewriting in Apache?
>>
>> PJ
>>
>> Klaus-F. Kaal wrote:
>>
>>>
>>>
>>> _In my Tomcat log, I can see:_
>>>
>>> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>>> 06.03.2005 00:54:10 org.apache.jk.server.JkMain start
>>> INFO: Jk running ID=0 time=5/43  config=/usr/tomcat/conf/jk2.properties
>>>
>>> _I included my automatically created mod_jk.conf into the httpd.conf:_
>>>
>>> Include /usr/tomcat/conf/auto/mod_jk.conf
>>>
>>> This mod_jk.conf looks like this:
>>>
>>> <IfModule !mod_jk.c>
>>>  LoadModule jk_module "/usr/lib/apache2-prefork/mod_jk.so"
>>> </IfModule>
>>>
>>> JkWorkersFile "/etc/apache2/workers2.properties"
>>> JkLogFile "/usr/tomcat/logs/mod_jk.log"
>>>
>>> JkLogLevel emerg
>>>
>>> _The workers2.properties is here:_
>>>
>>> [channel.socket:localhost:8009]
>>> port=8009
>>> host=127.0.0.1
>>>
>>> [ajp13:localhost:8009]
>>> channel=channel.socket:localhost:8009
>>>
>>> [uri:/jsp-examples/*]
>>> worker=ajp13.localhost:8009
>>>
>>> [uri:www.technologyserver.com/*.jsp]
>>> worker=ajp13:localhost:8009
>>>
>>>
>>>
>>> Apache and Tomcat are working fine, independently. But when I try to
>>> call a JSP on port 80, Apache states that it cannot find the file.
>>>
>>> What am I doing wrong??
>>>
>>> Thanks for your help.
>>>
>>> Klaus
>>>
>>>
>>>
>>>
>>>
>
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to