Re: issue with iis 7.5 ajpconnector

2012-07-26 Thread André Warnier
Rainer Jung wrote: On 25.07.2012 22:40, Alex Samad - Yieldbroker wrote: Oh so your saying there was an issue that has been fixed since then .. Okay I get the drill. I had just presumed that there had been no changes since then on the mutex code that ... Any way ... Back once I run up a

Happy Birthday, Chuck!

2012-07-26 Thread Gregor S.
Hi Chuck, thanks again for your valuable comments on this list, and keep it up! Cheers! Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 3DB13F197F8A0360814885D1F1F1E2EFAD509AFD skype:rc46fi gplus.to/gregor twitter.com/#/2smart4u

RE: Happy Birthday, Chuck!

2012-07-26 Thread Caldarale, Charles R
From: Gregor S. [mailto:rc4...@googlemail.com] Subject: Happy Birthday, Chuck! thanks again for your valuable comments on this list, and keep it up! You're welcome, and thank you. - Chuck

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-26 Thread James Lampert
Tim Watts wrote: I made some suggestions to this effect the other day: http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215 Maybe you already tried them or didn't get the email. Thanks for the link. I'm guessing that the email probably got

tomcat maven plugin + [default] overlay

2012-07-26 Thread Albert Kam
Hello, I am having a situation where i couldnt tomcat7:run with overlay in eclipse. In the eclipse indigo, i am using the maven plugin, and have imported two maven modules, the childwebapp which depends on the parentwebapp, which is just like a skeleton, with it's own classes, jsps, static

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-26 Thread James Lampert
Tim Watts wrote: http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215 - Add these lines to the end of conf/logging.properties: org.apache.catalina.startup.Bootstrap.level = ALL

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-26 Thread Tim Watts
On Thu, 2012-07-26 at 08:57 -0700, James Lampert wrote: Tim Watts wrote: http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215 - Add these lines to the end of conf/logging.properties:

Re: Happy Birthday, Chuck!

2012-07-26 Thread Jordan Michaels
Happy birthday. =) Warm Regards, Jordan Michaels On 07/26/2012 07:05 AM, Caldarale, Charles R wrote: From: Gregor S. [mailto:rc4...@googlemail.com] Subject: Happy Birthday, Chuck! thanks again for your valuable comments on this list, and keep it up! You're welcome, and thank you. -

Re: Happy Birthday, Chuck!

2012-07-26 Thread Mark Eggers
From: Jordan Michaels jor...@viviotech.net To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, July 26, 2012 10:38 AM Subject: Re: Happy Birthday, Chuck! Happy birthday. =) Warm Regards, Jordan Michaels On 07/26/2012 07:05 AM, Caldarale, Charles R

RE: Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-26 Thread Carlucci, Tony
-Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, July 25, 2012 9:12 PM To: Tomcat Users List Subject: Re: Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog You have max clients on the apache side set to 400 but only

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 7/26/12 11:57 AM, James Lampert wrote: Tim Watts wrote: http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215 - Add these lines to the end of conf/logging.properties:

Permanent servlet in TC7

2012-07-26 Thread Chip McVey
Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded (unless someone manually instructs Tomcat to do

Re: Permanent servlet in TC7

2012-07-26 Thread Jose María Zaragoza
2012/7/26 Chip McVey chip.mc...@quest.com: Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded

Re: Permanent servlet in TC7

2012-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chip, On 7/26/12 3:19 PM, Chip McVey wrote: In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat

Re: Permanent servlet in TC7

2012-07-26 Thread Daniel Mikusa
- Original Message - Hi, In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat process without being unloaded reloaded (unless someone

Re: Permanent servlet in TC7

2012-07-26 Thread Pid
On 26/07/2012 22:38, Christopher Schultz wrote: Chip, On 7/26/12 3:19 PM, Chip McVey wrote: In TC7, is there a way to tell Tomcat to never unload a given servlet unless Tomcat itself is being shutdown? I want a single servlet instance that I can know will exist for the life of the tomcat

RE: Permanent servlet in TC7

2012-07-26 Thread Chip McVey
Hi Chris, Thanks for the response. Sorry, where I said ...unload a server any time I should have said 'servlet'. I have read that Tomcat does not unload servlets (even though it would be permissible to do so), but as you say, I have done some logging in the destroy method, and I see this

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-26 Thread James Lampert
Tim Watts wrote: import java.io.File; import java.net.URL; import java.net.URLClassLoader; public class FindClass { public static void main(String[] args) { try { URLClassLoader loader = new URLClassLoader( new

RE: issue with iis 7.5 ajpconnector

2012-07-26 Thread Alex Samad - Yieldbroker
[snip] Without rubbing it in too forcefully, this is exactly the reason why it is important to provide precise technical details right from the start. Lack of details yep, my fault. You write thing presuming people who deal with it every day know and think the same way. Always better for

Re: Happy Birthday, Chuck!

2012-07-26 Thread Rainer Jung
On 26.07.2012 15:46, Gregor S. wrote: Hi Chuck, thanks again for your valuable comments on this list, and keep it up! Cheers! +2 ! Rainer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Happy Birthday, Chuck!

2012-07-26 Thread Chris Patterson
Chuck, ich danke dir für deineehrliche bemühungen und wünsche alles gute zum Geburtstag. Und hoffe du bist immerin dieser liste. Wilhelm El 26/07/2012 03:46 p.m., Rainer Jung escribió: On 26.07.2012 15:46, Gregor S. wrote: Hi Chuck, thanks again for your valuable comments on this list, and

RE: Calling Bootstrap.main from a Java program

2012-07-26 Thread Mike O'Leary
Thanks, for this information. It helped me with everything I needed to know, including things I didn't realize that I needed to know at the time. Mike -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Sunday, July 15, 2012 4:55 PM To: Tomcat Users

Re: Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 4:20 AM, Carlucci, Tony acarlu...@mitre.org wrote: -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, July 25, 2012 9:12 PM To: Tomcat Users List Subject: Re: Intermittent mod_proxy_ajp error - APR does not understand this

Check if a file exists before passing to a servlet in TC7

2012-07-26 Thread Jordan Michaels
I'm trying to have Tomcat serve up a directory listing if a file listed in the welcome-file-list doesn't exist. I have custom files there that will get passed to my servlet if the normal HTML or JSP files don't exist. In Tomcat 6, this seemed to work nicely. I have my files listed in the

An attempt was made to authenticate the locked user admin

2012-07-26 Thread srinibas behera
Greeting! we are getting the following warning message from the log, when the machine on but we are not in the office. what is the meaning of the following message? Is anybody outside trying to login? Jul 26, 2012 10:28:32 PM org.apache.catalina.realm.LockOutRealm authenticate WARNING: An