RE: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Dennis McRitchie
This problem also does not occur when you build mod_jk2 from jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz . Dennis -Original Message- From: Stefan Proels [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 8:32 AM To: Tomcat Users List Subject: Re: mod_jk2/tomcat 4.1.29 uri

RE: Virtual Host to Redirect

2003-11-20 Thread Dennis McRitchie
A while back, someone explained that with apache 1.3 you could use the AddModule directive to specify the order of modules to be executed in the module stack. Since the stack was LIFO, you had to do an AddModule of the jk2 module first, and the redirect module second. Then the redirect module

RE: mod_jk2 tomcat4.1.29 apache2.0.48

2003-11-20 Thread Dennis McRitchie
One additional point: it is indeed true that with jk2 you can't specify jk directives in the httpd.conf file. As Julio has pointed out, jk2 directives are in the workers2.properties file, which by default is in the apache-home/conf directory. If you need to change that location, you can specify

RE: JK2 Build Error

2003-11-20 Thread Dennis McRitchie
Also, check out this URL on building jk2: http://marc.theaimsgroup.com/?l=tomcat-userm=105103815630094w=2 I found both to be helpful. If you still have the problem, check the archives of the tomcat users mailing list. This was discussed in the last couple of weeks. Dennis -Original

How to turn on uriMap debug logging in mod_jk2?

2003-11-20 Thread Dennis McRitchie
-mbean-debug but not uriMap-mbean-debug. How do I set the latter? I thought my debug directive in the [uri:] section would do it. Thanks, Dennis Dennis McRitchie Research Academic Applications Support (RAAS) Academic Services Department Office of Information Technology Princeton University

RE: JNDI-lookup fails with GlobalResources

2003-11-14 Thread Dennis McRitchie
I just used my web.xml reference: resource-ref res-ref-namejdbc/myDataSource/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref and while I do have a context in server.xml, I put it there for other reasons, and it does not include a

RE: Looking for mod_jk2

2003-11-13 Thread Dennis McRitchie
This seems like a weird requirement to build jkjni.so since Subversion is a CVS-like version control system package and subversion-devel is for developers interacting with the subversion package. Note BTW that /usr/lib/libapr.so and libaprutil.so are provided by http-devel instead. Dennis Dennis

RE: How to turn on mod_jk2 logging

2003-11-13 Thread Dennis McRitchie
Thanks Mark! That did the trick. Unfortunately, when my uri doesn't match, I still get no logging, but I think that's because of the way that my request bails out of jk2_handler(). So I'll have to build it myself and put in some more logging. Thanks again. Dennis Dennis McRitchie Research

RE: Looking for mod_jk2

2003-11-13 Thread Dennis McRitchie
it relied on its own internal copies of these files. I'll investigate further. Thanks for the hint. Dennis Dennis McRitchie Research Academic Applications Support (RAAS) Academic Services Department Office of Information Technology Princeton University -Original Message- From: Mark

RE: Integrating Tomcat 4.1.29 with Apache 2

2003-11-13 Thread Dennis McRitchie
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 1:19 PM To: 'Tomcat Users List' Subject: Integrating Tomcat 4.1.29 with Apache 2 Hi all, well, as seen by my

How to turn on mod_jk2 logging

2003-11-12 Thread Dennis McRitchie
:localhost:8009 debug=9 but I don't get any jk2 logging even when the matching succeeds. I *can* turn on connector logging on the Tomcat side of the connection, but that only gives me info when the matching succeeds. Any tips would be much appreciated. Thanks, Dennis Dennis McRitchie