changing location of conf/Catalina

2009-05-07 Thread Dmitry Beransky
Hi, I want to lock down the core Tomcat installation by making it read-only (and updateable only through a SCM). I've figured out how to relocate temp, work, logs, webapps directories, all of which get modified as part of Tomcat's standard operation. The last directory left inside the core that

Re: jk-to-tomcat multiple retries

2009-05-06 Thread Dmitry Beransky
We were finally allowed to upgrade to Tomcat 5.5.27 and that seemed to have done away with the symptoms (I'm reluctant so say that upgrading fixed the problem, since I don't even know what it was in the first place ;-) Thanks for the help, everyone. d. The chunk length message seems pretty

jk-to-tomcat multiple retries

2009-05-01 Thread Dmitry Beransky
Hi, We have the strangest problem started happening to us a few weeks ago (after several years of running pretty much the same configuration). 1. The problem is only happening in the production environment. We cannot reproduce it on staging, which as far as we can tell is configured identically

Re: jk-to-tomcat multiple retries

2009-05-01 Thread Dmitry Beransky
Upgrade that Tomcat, it is *years* old - 5.5.27 is the latest. See if it still does it then. Unfortunately, the pesky reality is that I would not be permitted to do such an upgrade to our entire infrastructure until I can show that all other options have been exhausted.

Re: jk-to-tomcat multiple retries

2009-05-01 Thread Dmitry Beransky
If you suspect a bug in Tomcat, wouldn't upgrading to a version of Tomcat where that bug had potentially been fixed be a good strategy? True, but the problem is that I don't have enough data to make a decision. For all I know, there might be something really bad in our code that's triggering

jk's Chunk length too large message

2009-04-30 Thread Dmitry Beransky
Hi, Is this the right list for asking this question? We get a lot of errors in the jk log that look lilke the following: [Thu Apr 30 14:36:58.640 2009] [5184:5144] [error] jk_ajp_common.c (1726): Chunk length too large. Length of AJP message is 8188, chunk length is 8192. What do these mean

Re: mod_jk and Host matches server name

2008-01-10 Thread Dmitry Beransky
Just want to document the solution for folks facing the same problem in the future. Actually, it turned out to be quite nasty, in part because I wasn't paying much attention to the logs which were giving warnings that the AJP port was already bound. Being used to Tomcat failing to start when it

mod_jk and Host matches server name

2008-01-09 Thread Dmitry Beransky
I've seen many references to this problem, but since the message is an umbrella to many possible problems, nothing of what I've read so far offers a solution for my particular symptoms. In the back I've got Tomcat 5.5.23 with default configuration: 1. default host is localhost 2. HTTP

debugging connectors

2008-01-09 Thread Dmitry Beransky
Hi, I can't find any definitive documentation on this. Does the Connector element in Tomcat 5.5. support the debug property (I've seen examples of this in older Tomcats)? If so, where will the output go? Thanks Dmitry - To

Re: clustering iis with JK

2007-11-28 Thread Dmitry Beransky
more complex setup) makes this problem moot. But, let's say, I do not take the session relication route, can I still make sure that #3 from above does not happen? Thanks Dmitry On Nov 28, 2007 3:02 AM, Rainer Jung [EMAIL PROTECTED] wrote: Dmitry Beransky wrote: Hi, Is it possible

Re: clustering iis with JK

2007-11-28 Thread Dmitry Beransky
Does that answer your question? Oh! I think it does. I was assuming that isapi_redirect maintained an internal map of sessions and tomcat nodes, but if the jvmRoute is in the session id, then it shouldn't matter which IIS/isapi is serving the request, it will still go to the correct instance of

clustering iis with JK

2007-11-27 Thread Dmitry Beransky
Hi, Is it possible to implement the following setup with JK/isapi_redirect? 1. Two clustered IIS instances 2. Two load-balanced Tomcat instances 3. Each IIS uses JK to forward requests to two load-balanced Tomcat instances I know how to do each individual item in isolation, but I can't

Wr Rd in the JK status report

2007-11-20 Thread Dmitry Beransky
Hi, I'm having problems understanding the legend text for Wr Rd columns of the JK status report. What exactly do they mean? Here's a concrete example: Name Type Host Addr Act Stat D F M V Acc Err CE Wr Rd Busy Max Route RR Cd Rs static_1 ajp13 localhost:8012 127.0.0.1:8012 ACT OK 0 1 1 61

Re: Incorrect function error w/isapi_redirect 1.2.25

2007-11-13 Thread Dmitry Beransky
Ay, caramba. I don't even have access to VS... do I need VS to compile or can I use a GNU compiler? On Nov 13, 2007 5:25 PM, Martin Gainty [EMAIL PROTECTED] wrote: This is the classic problem of Microsoft products not working with Microsoft Products If a dll isnt working you will need to get

alternative tag pool implementation

2007-10-11 Thread Dmitry Beransky
Hi, I've noticed that there are two implementations of the tag pool: TagHandlerPool and PerThreadTagHandlerPool. I haven't been able to figure out how to tell Jasper to use the per-thread implementation. Any pointers? Thanks Dmitry