error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Dionisio Ruiz de Zarate
Hello. i am tryinf to cofigure the tomcat 4.1.29 + apache 2.0.47 into one linux machine. for this pourpose i have configure in the apche conf file this: LoadModule jk2_module /usr/lib/apache2/mod_jk2.so Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location and into the

Re: error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Andrew Davis
Try an 'apachectl configtest'. With mod_jk2, I don't believe any directives are allowed/permitted in httpd.conf. I was in a similar boat last week, only I'm using Apache 1.3.27. My *understanding* is that you should only Load/Add the module in httpd.conf. The workers2.properties file needs to

error configuring tomcat

2003-09-23 Thread Dionisio Ruiz de Zarate
Hello. i want to configure intomcat one new context (http://localhost/myNewContext/ ) I have the new structure: $home |--webapps |--ROOT | |.. |--myNewcontext and in the conf file i put: Context path=/myNewContext docBase= debug=0 reloadable=true

RE: error configuring tomcat

2003-09-23 Thread robert.tomlin
docBase=myNewcontext -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED] Sent: 23 September 2003 13:21 To: [EMAIL PROTECTED] Subject: error configuring tomcat Hello. i want to configure intomcat one new context (http://localhost/myNewContext/ ) I have the new

RE: error configuring tomcat

2003-09-23 Thread Shapira, Yoav
configuring tomcat Hello. i want to configure intomcat one new context (http://localhost/myNewContext/ ) I have the new structure: $home |--webapps |--ROOT | |.. |--myNewcontext and in the conf file i put: Context path=/myNewContext docBase= debug=0