Re: Long running requests and timeouts...resolved...

2005-01-26 Thread Andrzej Jan Taramina
the very consistent response body length that is always returned. Almost seems like some strange buffering issue that is timer-related. Any ideas? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Long running requests and timeouts?

2005-01-25 Thread Andrzej Jan Taramina
this, especially given the very consistent response body length that is always returned. Almost seems like some strange buffering issue that is timer-related. Any ideas? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: How to run servlet for every 30 minutes in Tomcat 4.1.30

2005-01-19 Thread Andrzej Jan Taramina
Will be the the RUN-AT-paramter evaluated by Tomcat 5.0x or by anybody else? Use an external scheduler like Quartz or Flux. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Long running requests and timeouts?

2005-01-17 Thread Andrzej Jan Taramina
? Are there any other timeout settings that might affect this? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Long running requests and timeouts?

2005-01-17 Thread Andrzej Jan Taramina
fix the timeout issue that causes the response to be truncated when Tomcat services a long running request. Thanks for the inputmost appreciated. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Long running requests and timeouts?

2005-01-13 Thread Andrzej Jan Taramina
? Are there any other timeout settings that might affect this? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

JK2: mapping urls from Apache to Tomcat

2004-10-25 Thread Andrzej Jan Taramina
possible? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat - Apache with JK2: mapping urls...

2004-10-08 Thread Andrzej Jan Taramina
connection. The context parameter shown above in workers2.properties does not do this, in fact, who knows what it does. I agree with Doug that the JK2 docs are abysmal. Anyone figured out a way to do such URI mapping using JK2? Is it even possible? Thanks! Andrzej Jan Taramina Chaeron

Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Andrzej Jan Taramina
] if you could. Many thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help with JK2 and Apache 2.0.47

2003-09-09 Thread Andrzej Jan Taramina
the version of the mod_jk2.so file that I am using in a private email. Maybe that will help. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL

TC 4.1.18 + Apache 2.0.44 + JK2 2.0.43...

2003-01-23 Thread Andrzej Jan Taramina
Just installed Apache 2.0.44 on my Windoze server box. The combo of TC 4.1.18 + Apache 2.0.44 + JK2 2.0.43 seems to be working just fine. FYI to those that might want to try it. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e

mod_jk2-2.0.43.so with Apache 2.0.44?

2003-01-22 Thread Andrzej Jan Taramina
Anyone know if the current mod_jk2-2.0.43.so module will work with the recently posted Apache Apache 2.0.44 release? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Jndi.properties file

2003-01-14 Thread Andrzej Jan Taramina
bean facade. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mod_jk2 with Apache2 JBoss/Tomcat 4.1.12 bundle?

2002-12-18 Thread Andrzej Jan Taramina
Has anyone managed to get the jk2 connector working with the bundled JBoss/Tomcat 4.1.12 release? Any tricks/hints? We're having trouble with it... Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Warp or Coyotte ? I'm so bad in my choice....

2002-12-16 Thread Andrzej Jan Taramina
the bugs. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Andrzej Jan Taramina
I have had to spend far too much time deleting the hundred or so reponses to this thread. Change your subscription to digest mode. End of problem. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL

Re: mod_webapp status

2002-12-04 Thread Andrzej Jan Taramina
useless on Windoze servers. After wasting a lot of time trying to get mw working, I switched to jk2...which works like a charm. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Tomcat with external JBoss (JNDI problems)...Workaround...

2002-11-25 Thread Andrzej Jan Taramina
the jndi.properties file without this workaround! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
to set this up so my servlet can get an IntialContext that points to the JBoss server (that is, so that it finds the jndi.properties file)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
is how to just do a: InitialContext context = new InitialContext(); call...without the hardcoded properties objectand have it pick up the properties from the jndi.properties file...like it's supposed to. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
read the jndi.properties file and then use it to build the properties object passed to the InitialContext constructor. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: Tomcat with external JBoss (JNDI problems)...Workaround...

2002-11-22 Thread Andrzej Jan Taramina
the jndi.properties file without this workaround! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Servlet InitialContect (jndi.properties) pointing to external JBoss JNDI?

2002-11-21 Thread Andrzej Jan Taramina
to set this up so my servlet can get an IntialContext that points to the JBoss server (that is, find the jndi.properties file)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: mod_webapp

2002-03-29 Thread Andrzej Jan Taramina
Searching the jakarta site is like trying to find a needle in a haystack. Does anyone have the url for an already built mod_webapp for windows machines? Far as I know, the current code for mod_webapp on a windows platform still have a critical bug that causes it to block when sending

Re: Apache Tomcat as Service on Win2k

2002-03-07 Thread Andrzej Jan Taramina
this will take care of the order in which the services are started for you at boot time. Caveat: Edit the Windows Registry at your OWN RISK. I will not be responsible for any damage you might do to your windows system by mucking about incorrectly. Andrzej Jan Taramina Chaeron Corporation

RE: Nice Tomcat+apache beginner site

2002-02-28 Thread Andrzej Jan Taramina
ideas? You running on a windows platform? If so, there is an outstanding bug that causes binary transfers between Tomcat and Apache to block (this includes transmission of images like .gifs). Bug and details are posted at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6621 Andrzej Jan

Tomcat Icons?

2002-02-24 Thread Andrzej Jan Taramina
Anyone know of a place I can find 32x32 icons for Tomcat (and JBoss, Apache, etc.) so I can set up convenient shortcuts to start/stop/manage the servers? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe: mailto:[EMAIL

Installing Tomcat 4.0.2 JBoss 2.4.4?

2002-02-24 Thread Andrzej Jan Taramina
packages (one for JBoss and one for Tomcat)? The problem with the combined release is that it does not yet include 4.0.2 of Tomcat. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

warp binary image bug with TC4.02 A1.3.23 under Windows?

2002-02-15 Thread Andrzej Jan Taramina
Has anyone else experienced a problem using the latest mod_webapp Warp connector on a Windows 2K platform when trying to transmit images (binary files) between Tomcat 4.0.2 and Apache 1.3.23? Still hoping to get this resolved Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Andrzej Jan Taramina
a final release. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

More info on mod_webapp problems....

2002-02-11 Thread Andrzej Jan Taramina
in the final 4.0.2 release, since this used to work only a few days go. Very frustrating. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: Strange mod_webapp problem with Tomcat 4.01 Apache 1.3.23...

2002-02-08 Thread Andrzej Jan Taramina
across the warp connection (and lock up the connection). I guess it was fixed shortly after 4.02beta2 was packaged up. I might just wait for beta3, not sure I want to do a whole build of Tomcat from a daily snapshot. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

Image handling mod_webapp problem

2002-02-08 Thread Andrzej Jan Taramina
connection (mod_webapp) I block on one of the image files referenced in the tomcat examples html. This bug has NOT been fixed yet, at least not that I can determine. Any ideas? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe

Strange mod_webapp problem with Tomcat 4.01 Apache 1.3.23...

2002-02-07 Thread Andrzej Jan Taramina
the problem is somehow related to getting multiple images. If I change the examples/index.html file to only reference a single image, the problem goes away. Anyone else seen this kind of behaviour? Is it windows specific? Fixes? Andrzej Jan Taramina Chaeron Corporation: Enterprise System

Addendum: Strange mod_webapp problem with Tomcat 4.01 Apache 1.3.23...

2002-02-07 Thread Andrzej Jan Taramina
/code.gif Seems the problem is somehow related to getting multiple images. If I change the examples/index.html file to only reference a single image, the problem goes away. Anyone else seen this kind of behaviour? Is it windows specific? Fixes? Andrzej Jan Taramina Chaeron Corporation