RE: mod_jk.so problems going from Apache 2.0.55 to Apache 2.2.2

2006-05-30 Thread Fenlason, Josh
Any reason you can't use mod_proxy_ajp? I believe that is the recommended method with 2.2.x. , Josh. > -Original Message- > From: raorba [mailto:[EMAIL PROTECTED] > Sent: Monday, May 29, 2006 7:18 PM > To: users@tomcat.apache.org > Subject: Re: mod_jk.so problems going from Apache 2.0.5

RE: Native connector startup problem

2006-05-26 Thread Fenlason, Josh
for the person(s) to > whom this email message is addressed. If you have received > this email message in error, please notify the sender > immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > - Origina

RE: Native connector startup problem

2006-05-26 Thread Fenlason, Josh
ough your Tomcat AJP connector is listening is on another > port than what your actual AJP is running on. > > On 5/26/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > > > Thanks for the suggestion, but the port isn't in use. If I disable > > the nativ

RE: Native connector startup problem

2006-05-26 Thread Fenlason, Josh
diately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > - Original Message - > From: "Fenlason, Josh" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, May 25, 2006 5:44

Native connector startup problem

2006-05-25 Thread Fenlason, Josh
I'm running into the error when I try to startup Tomcat 5.5.17 with the 1.1.3 native connector on AIX. It starts up fine on the same port when not using the native connector, so there's nothing else using the port. Has anyone else seen this? Anyone have any suggestions on what's wrong? Thanks in

RE: JK Connector not distinguishing between Virtual hosts

2006-05-16 Thread Fenlason, Josh
I'm not sure if this will fix your problem or not, but I believe it's recommended to use mod_proxy_ajp instead of mod_jk with Apache 2.2.x. http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html , Josh. > -Original Message- > From: Naren Koka [mailto:[EMAIL PROTECTED] > Sent: Tuesday, M

Native Connector startup error

2006-05-16 Thread Fenlason, Josh
I'm seeing the error below when I try to startup Tomcat with the native connector enabled on Windows. It's starts up fine when I disable the native connector, so the port isn't actually in use. This is happening in Tomcat 5.5.15. Has anyone seen this? Or have any suggestions? Thanks in advance.

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: 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 Fenlason, Josh
; Subject: Re: Native Connector Question > > 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

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

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.

RE: Building mod_jk.so on AIX

2006-03-24 Thread Fenlason, Josh
This doesn't answer your question, but is there a specific reason you don't just user mod_proxy_ajp with Apache 2.2.0? You wouldn't have to build mod_jk then. , Josh. > -Original Message- > From: Bernie Durfee [mailto:[EMAIL PROTECTED] > Sent: Friday, March 24, 2006 12:41 PM > To: Tomca

RE: Problem Starting Tomcat

2006-03-17 Thread Fenlason, Josh
What platform are you on? What version of Tomcat are you using? Are you sure nothing else is already using 8005? , Josh. > -Original Message- > From: Marco Aurélio Seraphim da Silva > [mailto:[EMAIL PROTECTED] > Sent: Friday, March 17, 2006 9:04 AM > To: users@tomcat.apache.org > Subj

RE: Tomcat not shutting down

2006-03-13 Thread Fenlason, Josh
, > Thank you for responding. I am using 5.5.15. I shutdown > using TOMCAT_HOME/bin/shutdown.sh. Do I need to upgrade to > the latest version to get this to work? Thanks again. > > Regards, > Khawaja Shams > > On 3/13/06, Fenlason, Josh <[EMAIL PROTECTED]> wrot

RE: Tomcat not shutting down

2006-03-13 Thread Fenlason, Josh
What version of Tomcat are you using? Are you using the native APR connector? There is a bug in the native shutdown code in 5.5.15, but it's fixed in 5.5.16. , Josh. > -Original Message- > From: Khawaja Shams [mailto:[EMAIL PROTECTED] > Sent: Monday, March 13, 2006 2:27 PM > To: Tomcat

RE: default Tomcat 5.5 won't shutdown cleanly (Was: After adding mod_jk, tomcat won't shutdown cleanly)

2006-02-24 Thread Fenlason, Josh
Are you using the native apr connector? , Josh. > -Original Message- > From: Brad O'Hearne [mailto:[EMAIL PROTECTED] > Sent: Friday, February 24, 2006 11:50 AM > To: Tomcat Users List > Subject: default Tomcat 5.5 won't shutdown cleanly (Was: > After adding mod_jk, tomcat won't shutdown

RE: Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Fenlason, Josh
uation. Doesn't there have to be a connector > in tomcat's server.xml which will allow listening for the ajp > protocol? Is there documentation on this somewhere? > > Brad > > On Feb 24, 2006, at 8:07 AM, Fenlason, Josh wrote: > > > That depends if you want

RE: Issue with ajp13 socket after tomcat shutdown

2006-02-24 Thread Fenlason, Josh
gt; the correct port) > > Any help is appreciated. Thank you. > > > >>Subject: RE: Re: Re: APR Connector Shutdown Problem > >>From: "Fenlason, Josh" > >>Date: 2006-01-31 22:45:57 > >>... > >>I added the following line to &g

RE: Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Fenlason, Josh
That depends if you want to use Apache 2.0.x, Apache 2.2.x, or some other web server (i.e. IIS). If you're planning on using Apache 2.2.x, mod_proxy_ajp is the way to go. For anything else, mod_jk is the way to go. , Josh. > -Original Message- > From: Brad O'Hearne [mailto:[EMAIL PROTECT

RE: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-22 Thread Fenlason, Josh
,391 UNREFERENCED_STDARGS; TCN_ASSERT(sock != 0); TCN_ASSERT(s->sock != NULL); - apr_socket_opt_set( s->sock, APR_SO_REUSEADDR, 1 ); return (jint)apr_socket_bind(s->sock, a); } --- 385,390 --- Begin Message --- I was doing a cut-and paste from the co

RE: Re: Re: Re: APR Connector Shutdown Problem

2006-02-06 Thread Fenlason, Josh
hutdown Problem > > > I was doing a cut-and paste from the code in Httpd. In > tcnative, 's' is > it's internal socket structure, and the APR socket is s->sock. > > "Fenlason, Josh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECT

RE: Re: Re: APR Connector Shutdown Problem

2006-01-31 Thread Fenlason, Josh
don't really work on the APR Connector ;-). > > In the bind method in network.c is probably easiest. If you > want your patch > to be accepted by the dev team, then you should probably wrap it in a > '#ifndef WIN32' like httpd does (don't know why, and care &g

RE: Re: APR Connector Shutdown Problem

2006-01-30 Thread Fenlason, Josh
About the only work-around is to hack the tcnative code, and > recompile it. > > "Fenlason, Josh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > I added the Listener you mentioned to server.xml, but I'm > still seeing the issue. The problem is ha

RE: APR Connector Shutdown Problem

2006-01-27 Thread Fenlason, Josh
Subject: Re: APR Connector Shutdown Problem > > > Fenlason, Josh wrote: > > I'm running into a problem with the APR connector not shutting down > > properly. Tomcat runs fine and there are no errors on > shutdown, but if > > I shut Tomcat down and start it up aga

RE: APR Connector Shutdown Problem

2006-01-26 Thread Fenlason, Josh
IL PROTECTED] > Sent: Thursday, January 26, 2006 5:13 PM > To: Tomcat Users List > Subject: Re: APR Connector Shutdown Problem > > > Try switching to a ajp1.3 connector - "cyote" if you can...AJP are > fairly new and problematic from what I have seen and heard > &g

APR Connector Shutdown Problem

2006-01-26 Thread Fenlason, Josh
Title: Message I'm running into a problem with the APR connector not shutting down properly.  Tomcat runs fine and there are no errors on shutdown, but if I shut Tomcat down and start it up again I get a socket bind failed error in the catalina log (attached).  I have to wait for several min

apr port + tomcat

2006-01-04 Thread Fenlason, Josh
Title: Message I'm running into a problem with Tomcat 5.5.12 and tomcat-native-1.1.0.  I get the exception below when I try to restart Tomcat after it has served dynamic content for Apache.  If I stop both Apache and Tomcat and wait a while and restart them, they startup fine.  This seems ve