Hi Doug,
sorry, that I had to shout out, but I can see that every specialist gets tons of eMails every day. And if he or she does not answer straight away to some mails, the others will be dumped in a bin and ... lost.
And nobody answered by mails since days...
Thanks for your reply.
I have aquired a dedicated server with Suse 9.1 preconfigured. It came with Apache 2.0.48, which is working well. I installed
- JDK 1.4 - Tomcat 5.0.28 - The latest binary package from mod_JK2
Apache and Tomcat are working well individually. The logs are showing, that Tomcat accepts mod_JK2 well and is prepared to communicate on port 8009. It also creates the /conf/auto/mod_jk.conf, which I show later in this text. Apache is not showing anything in the log. It just states that it did not find the document in its normal public_html space, when I try to call a JSP page. But, I havn't modified the log-level (by the way, where can I do that??).
There are soooooo many how-to's which are all doing different things. I tried to find the essence from several. I must say at this point: I hate to compile packages when I can use binaries. So, I did not follow how-to's which asked me to do that.
All other infos are given below.
Can you do something with this info? Thanks for any help or hint!
Klaus
Parsons Technical Services schrieb:
There are plenty. You have to be patient. And yes you can get lost. I have several times.
Now, where was I?????
Oh!
A few questions for you.
Why are you using Apache?
What how-to did you follow?
Are you using mod-jk or mod-jk2 ?
Doug
----- Original Message ----- From: "Klaus-F. Kaal" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[email protected]>
Sent: Monday, March 07, 2005 6:58 PM
Subject: Being lost in the mailing list
Hi,
I tired to get an answer to my serious questions for quite a while ( I
assume, if a question is not answered within a few days, it will be lost ).
This mailing-list did not react to my problems. Are there no knowledgeable people out there? To connect Apache to Tomcat should not be a real problem. I just need a little hint to be successful and - I swear - to help other people with my knowledge. But I feel lost. Are alle people circeling around "exotic" themes? Maybe someone just gives a link where to ask for anwers.
Would be very kind and helful.
Klaus
------------- My previous questions
- Apache still seems to ignore my mod_jk.
_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
