tomcat4 apache mod_jk : problem in setup

2002-05-07 Thread userlist
I am refering packages and text from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/rpms/ and I did setup of tomcat4 and apache, I can see servlets using tomcat4's web server but after putting mod_jk connector when I restart httpd ( i.e apache ) I get following error. **

Re: Problem while configuring mod_jk for Tomcat 4.0.3

2002-05-06 Thread userlist
If you can use mod_webapp then visit : http://www.ajug.org/howto/tomcat4.html and follow steps. It worked for me. But I am also struggling with mod_jk for tomcat4 regards Amol ---Original Message- >From : Raja Sekhar <[EMAIL PROTECTED]> To : [EMAIL

Re: Re: apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread userlist
Will you suggest to go for mod_webapp if I don't want load balancing ? ---Original Message- >From : Anthony W. Marino <[EMAIL PROTECTED]> To : Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent Date : Mon 06 May 2002 Sub

apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread userlist
Sorry for asking this question if it is already debated. I could set tomcat, apache and mod_webapp very easily. But now I want to know - whether to go for mod_webapp or mod_jk for apache, tomcat4 integration ? - Is mod_webapp is offering any advantages over mod_jk? thanks Amol -- To unsubsc

How to pass a global parameter to all servlet of a webapp

2002-05-05 Thread userlist
I have a webapplication which has 20/25 servlets, I have kept all global settings of the webapp in a property file and want to pass these property file path to all servlet . I came to know that for individual servlet I can define init parameters as foo bar

Re: Re: tomcat4 context problem

2002-05-05 Thread userlist
Hi, It's still not working after copying to ROOT webapp. I need to do following to get it working - did following settings in httpd.conf, so that /servlet request will be passwed to mailclient webapp WebAppConnection connwarplocalhost:8008 WebAppDeploy mailclie

tomcat4 context problem

2002-04-30 Thread userlist
Hi everybody, I am using tomcat4-4.0-1 tomcat4-webapps-4.0-1 mod_webapp-1.0-1 rpms and I have set apache - tomcat connection successfully. So now I can access sample servlet as http://192.168.0.26:8180/examples/servlet/HelloWorldExample as well as http://192.168.0.