Connector question

2006-11-29 Thread Narayanaswamy, Mohan
In one of my development server, we have the following two entry, Do we need both of the below entries to support Apache + Tomcat4.1.x? --- In http://tomcat.apache.org/tomcat-4.1-doc/config/connectors.html - o

Native Connector Question

2006-05-09 Thread Fenlason, Josh
What do I have to do to configure Tomcat to use the native connector on Unix? I've tried adding -Djava.library.path=, but it isn't loading them. It works for me on Windows, so I'm not sure what I'm doing wrong on Unix. Any suggestions? Thanks. , Josh.

AJP13 Connector question

2006-01-30 Thread Dieter Schicker
Hi, I'm new to this list so please point me to the right address if this is off-topic here. Thanks. I got a question concerning the ajp13 connector (I run Apache 2.0.54 and Tomcat 5.0 with mod_jk2). I want requests to (Apache) http://server/edu/fedora/search* to be mapped to (Tomcat) http:

Re: Connector question

2006-11-30 Thread David Smith
Nope. You can remove the one not used. I would recommend you comment it out first and test. Remove when it's tested to work just to make sure you are removing the right one. --David Narayanaswamy, Mohan wrote: In one of my development server, we have the following two entry, Do we need bot

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
Fenlason, Josh wrote: > What do I have to do to configure Tomcat to use the native connector on > Unix? I've tried adding Where? > -Djava.library.path=, but it isn't > loading them. It works for me on Windows, so I'm not sure what I'm > doing wrong on Unix. Any suggestions? Thanks. Creating

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
advance. , Josh. > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 10:22 AM > To: Tomcat Users List > Subject: Re: Native Connector Question > > Fenlason, Josh wrote: > > What do I have to do to configure Tom

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
Fenlason, Josh wrote: > My native lib binary is fine because setting LD_LIBRARY_PATH works fine. > I've tried adding -Djava.library.path to JAVA_OPTS and CATALINA_OPTS in my > Tomcat startup script, but it isn't loading the native connector. Any > thoughts on why the second method isn't working?

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
the native libraries in /bin. I'm starting Tomcat by executing startup.sh. Any other info that would be helpful? Thanks. , Josh. > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 10:45 AM > To: Tomcat Users List >

Re: Native Connector Question

2006-05-09 Thread Mladen Turk
Fenlason, Josh wrote: My native lib binary is fine because setting LD_LIBRARY_PATH works fine. I've tried adding -Djava.library.path to JAVA_OPTS and CATALINA_OPTS in my Tomcat startup script, but it isn't loading the native connector. Any thoughts on why the second method isn't working? Thank

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
That sucks. Thanks for the pointer though. How come it works on Windows? Thanks. , Josh. > -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 11:00 AM > To: Tomcat Users List > Subject: Re: Native Connector Question >

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
Mladen Turk wrote: > Fenlason, Josh wrote: > > My native lib binary is fine because setting LD_LIBRARY_PATH works fine. > > I've tried adding -Djava.library.path to JAVA_OPTS and CATALINA_OPTS in > > my Tomcat startup script, but it isn't loading the native connector. Any > > thoughts on why the s

Re: Native Connector Question

2006-05-09 Thread Mladen Turk
Fenlason, Josh wrote: That sucks. Thanks for the pointer though. How come it works on Windows? Thanks. It won't work if the library you load depends on other library that is not in the PATH, so it's basically the same. For Windows we build tcnative statically linked to OpenSSL and APR, so if

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
Thanks for the explanation. , Josh. > -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 11:19 AM > To: Tomcat Users List > Subject: Re: Native Connector Question > > Fenlason, Josh wrote: > > That sucks. Thanks f

Re: AJP connector question

2008-04-09 Thread darinpope
ize attribute. > Does anybody know a workaround solution for this? > > Thanks in advance, > Ovi > -- View this message in context: http://www.nabble.com/AJP-connector-question-tp16587397p16588180.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: AJP connector question

2008-04-09 Thread Rainer Jung
darinpope schrieb: It's an (un)documented attribute called "packetSize" for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the

Re: AJP connector question

2008-04-09 Thread darinpope
Tomcat 5.5.25 mod_jk 1.2.25 -- View this message in context: http://www.nabble.com/AJP-connector-question-tp16587397p16592150.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail

Re: AJP connector question

2008-04-09 Thread Rainer Jung
darinpope schrieb: It's an (un)documented attribute called "packetSize" for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the

AJP Connector : question on mod_proxy_ajp

2015-03-31 Thread André Warnier
Hi. I have a question of my own. Tomcat 6.x/7.x/8.x. Until now, we have been using mostly the Apache httpd mod_jk connector to Tomcat. And we have been using the Tomcat AJP Connector's 'tomcatAuthentication="false"' setting, to "propagate" the authenticated user from httpd to Tomcat. Now we

Apache mod_jk connector question about alias

2016-10-17 Thread Marc Chamberlin
Hello - My apologies if this has already been asked or the wrong mail list, but Google is not coming up with an answer for me, so here goes... I am trying to set up the mod_jk connector between an Apache HTTPD server and Tomcat with the intent of supporting virtual hosts, and serving static c

Re: AJP Connector : question on mod_proxy_ajp

2015-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: > I have a question of my own. ??! > Tomcat 6.x/7.x/8.x. > > Until now, we have been using mostly the Apache httpd mod_jk > connector to Tomcat. And we have been using the Tomcat AJP > Connector's '

Re: AJP Connector : question on mod_proxy_ajp

2015-03-31 Thread Rainer Jung
Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we have been using mostly the Apache httpd mod_jk connector to Tomcat. A

Re: AJP Connector : question on mod_proxy_ajp

2015-03-31 Thread Andy Wang
On 03/31/2015 04:11 PM, Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we have been using mostly th

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread André Warnier
Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we have been using mostly the Apache httpd mod_jk co

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread Rainer Jung
Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we ha

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread André Warnier
Rainer Jung wrote: Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread Rainer Jung
Am 01.04.2015 um 12:22 schrieb André Warnier: Rainer Jung wrote: Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a que

64bit IIS 7 and ISAPI Connector Question

2010-02-01 Thread Luis Esquivel
Hello, Has anyone gotten the above combination to work together? (64bit IIS 7 and ISAPI connector) I get the following error: HTTP Error 500.0 - Internal Server Error Calling GetFilterVersion on ISAPI Filter "c:\\isapi_redirect.dll" failed ... Error Code 0x80070002 Any help on this would b

Re: Apache mod_jk connector question about alias

2016-10-17 Thread Rainer Jung
Am 17.10.2016 um 19:16 schrieb Marc Chamberlin: Hello - My apologies if this has already been asked or the wrong mail list, but Google is not coming up with an answer for me, so here goes... I am trying to set up the mod_jk connector between an Apache HTTPD server and Tomcat with the intent of

Re: Apache mod_jk connector question about alias

2016-10-18 Thread Marc Chamberlin
On 10/17/2016 10:36 AM, Rainer Jung wrote: Alias maps URIs to local file system directories. JkMount maps URIs to remote back end requests. You can not change JkMount forwarding using Alias (except that if you have a comflict between Alias and JkMount only one of them wins). As far as I unde

Re: Apache mod_jk connector question about alias

2016-10-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 10/18/16 7:59 PM, Marc Chamberlin wrote: > On 10/17/2016 10:36 AM, Rainer Jung wrote: >> >> Alias maps URIs to local file system directories. JkMount maps >> URIs to remote back end requests. >> >> You can not change JkMount forwarding us

Re: Apache mod_jk connector question about alias

2016-10-20 Thread tomcat
On 20.10.2016 01:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 10/18/16 7:59 PM, Marc Chamberlin wrote: On 10/17/2016 10:36 AM, Rainer Jung wrote: Alias maps URIs to local file system directories. JkMount maps URIs to remote back end requests. You c

Re: Apache mod_jk connector question about alias

2016-10-20 Thread Marc Chamberlin
On 10/20/2016 3:19 AM, André Warnier (tomcat) wrote: On 20.10.2016 01:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 10/18/16 7:59 PM, Marc Chamberlin wrote: On 10/17/2016 10:36 AM, Rainer Jung wrote: Alias maps URIs to local file system directories.

Re: Apache mod_jk connector question about alias

2016-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 10/20/16 11:34 AM, Marc Chamberlin wrote: > On 10/20/2016 3:19 AM, André Warnier (tomcat) wrote: >> On 20.10.2016 01:58, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Marc, >>> >>> On 10/18/16 7:59

Re: Apache mod_jk connector question about alias

2016-10-20 Thread tomcat
On 20.10.2016 18:23, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 10/20/16 11:34 AM, Marc Chamberlin wrote: On 10/20/2016 3:19 AM, André Warnier (tomcat) wrote: On 20.10.2016 01:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA

RE: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Luis Esquivel
t: Re: 64bit IIS 7 and ISAPI Connector Question To clarify, did you get the 64-bit connector working with IIS7.5 and W2k8 64-bit? Thanks for taking the time to post this. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Comm

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-01 Thread Jordan Michaels
Not personally, no (which was disappointing). I'd suggest giving the 32-bit version of the connector a try. I got that one to work on a 64-bit server very quickly and I have yet to see performance issues due to it only being 32-bit. Unless you have specific 64-bit connector requirements, the 3

RE: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Luis Esquivel
Thank you for your answer. We are trying that. -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: Monday, February 01, 2010 4:47 PM To: Tomcat Users List Subject: Re: 64bit IIS 7 and ISAPI Connector Question Not personally, no (which was disappointing). I&#

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Jordan Michaels
ordan Michaels [mailto:jor...@viviotech.net] Sent: Monday, February 01, 2010 4:47 PM To: Tomcat Users List Subject: Re: 64bit IIS 7 and ISAPI Connector Question Not personally, no (which was disappointing). I'd suggest giving the 32-bit version of the connector a try. I got that one to wor

RE: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Luis Esquivel
To: Tomcat Users List Subject: Re: 64bit IIS 7 and ISAPI Connector Question You're welcome. Let us know how it goes. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: > Thank y

Re: 64bit IIS 7 and ISAPI Connector Question

2010-02-02 Thread Jordan Michaels
mcat Users List Subject: Re: 64bit IIS 7 and ISAPI Connector Question You're welcome. Let us know how it goes. =) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Luis Esquivel wrote: Thank you for y