Re: Disabling http connector

2010-03-22 Thread Cummins College
Hi, Regarding our question and intention, there is not much to convince. Actually we have been given this task and we have no option but to do it even though it is crazy. We figured out a way to make the removeConnector() method work, ie we are disabling/removing the http/https connector. now to

Re: Always load balance to same box with different tomcat contexts

2010-03-22 Thread Andrey Ilyin
Hi Mark, Gregor, Thank you for your kind explanations - I think I understand how it works now. This is working exactly as I wanted, as for your concerns: 1) We dont use full clustering (distributable flag is set to false on contexts) - due to heavy sessions in webapp and fixing them is a big

RE: Disabling http connector

2010-03-22 Thread Caldarale, Charles R
From: Cummins College [mailto:cummins.grou...@gmail.com] Subject: Re: Disabling http connector Regarding our question and intention, there is not much to convince. Actually we have been given this task and we have no option but to do it even though it is crazy. Just say no. The whole

RE: Error connecting to MySQL

2010-03-22 Thread Caldarale, Charles R
From: David Smith [mailto:d...@cornell.edu] Subject: Re: Error connecting to MySQL Suggests either a) the mysql server isn't running or b) it isn't listening on port 3306 of your localhost adapter. Or the ubiquitous Windows firewall is blocking access. - Chuck THIS COMMUNICATION MAY

Re: Error connecting to MySQL

2010-03-22 Thread Roman Sokolyuk
It was the firewall - I reconfigured MySQL using the wizard and checked the Make firewall exception - and it worked. Thank you all for guidance. On Mon, Mar 22, 2010 at 9:28 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: David Smith [mailto:d...@cornell.edu] Subject: Re:

Re: Portable

2010-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/21/2010 9:16 AM, David Kerber wrote: If you can find one. I've been looking for 2GB ones, and they're tough to find. The smallest I can easily find is 8. I don't know about the stock availability, but MicroCenter (in the US) still

Re: Portable

2010-03-22 Thread Dan Armbrust
and  what specific files do i need to reconfigure withe the new port address say, 8088? conf/server.xml Don't forget to change these other ports (in the same file) as well to something non-default: port=8005 port=8009 port=8443

Re: Trouble with SecurityManager: can't load org.apache.commons.logging.impl.Log4JLogger

2010-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Thanks for the response. On 3/19/2010 6:38 PM, Caldarale, Charles R wrote: I'd be somewhat reluctant to see that behavior changed at this stage of the game. I'd prefer to have an additional environment variable that allows specifying

OT: Bootable USB sticks (was Re: Portable)

2010-03-22 Thread David kerber
On 3/22/2010 1:47 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/21/2010 9:16 AM, David Kerber wrote: If you can find one. I've been looking for 2GB ones, and they're tough to find. The smallest I can easily find is 8. I don't know about the stock

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Dan Armbrust
On Tue, Mar 16, 2010 at 4:46 PM, Carl c...@etrak-plus.com wrote: My approach is to get something (a JVM) that works and then gradually change until it breaks.  Then, I know what is causing the problem.  To date, I haven't been able to get a JVM that works. I have had a lot of issues finding

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Carl
Dan, 6u18 did not work for us, crashed with the same regularity as 6u17. However, 6u7 has been running for two weeks without a failure (the others would fail between 15 minutes and 10 days runtime.) Thanks, Carl - Original Message - From: Dan Armbrust daniel.armbrust.l...@gmail.com

RE: APR Question

2010-03-22 Thread Anthony J. Biacco
This kind of tomcat log message would tell you it's running: Mar 18, 2010 3:01:16 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.19. The Tomcat 6.0.26 branch is considered stable. -Tony --- Manager, IT

Re: Trouble with SecurityManager: can't load org.apache.commons.logging.impl.Log4JLogger

2010-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/22/2010 2:05 PM, Christopher Schultz wrote: Since the code is mine, I can easily instrument it and see what thread's context class loader is at the time. I added this code to my InitListener class: {

Bug 48757 Resolved: Tomcat deletes content of symbolic links on undeploy of application.

2010-03-22 Thread Fulford, William
Looking at the bug report, it looks like this issue was resolved in Apache Tomcat 6.0.24. It doesn't show as closed. We did a preliminary test and appears it was fixed in 6.0.24, but we want to be absolutely certain, as the consequences are dire. Was this fixed for linux in 6.0.24 (and beyond)?

RE: Bug 48757 Resolved: Tomcat deletes content of symbolic links on undeploy of application.

2010-03-22 Thread Caldarale, Charles R
From: Fulford, William [mailto:william.fulf...@ngc.com] Subject: Bug 48757 Resolved: Tomcat deletes content of symbolic links on undeploy of application. Looking at the bug report, it looks like this issue was resolved in Apache Tomcat 6.0.24. Only in that it was a duplicate of older entry

RE: [OT] Re: jvm exits without trace

2010-03-22 Thread George Sexton
-Original Message- From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] Sent: Monday, March 22, 2010 12:17 PM To: Tomcat Users List Subject: Re: [OT] Re: jvm exits without trace On Tue, Mar 16, 2010 at 4:46 PM, Carl c...@etrak-plus.com wrote: My approach is to get something

RE: [OT] Re: jvm exits without trace

2010-03-22 Thread Martin Gainty
Carl- enable logging FileHandler and set level to finest e.g. org.apache.catalina.level=FINEST http://tomcat.apache.org/tomcat-6.0-doc/logging.html hth Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Mark Thomas
On 22/03/2010 22:12, Martin Gainty wrote: Carl- enable logging FileHandler and set level to finest e.g. org.apache.catalina.level=FINEST Not recommended unless you actually want Tomcat to take over 20 minutes to start up. Added to which, that isn't going to help track down this JVM bug.

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Carl
George, I tried OpenSuSE with 6u17 and the results were about the same as Slackware 64 so the implication is that there is something in my app that is triggering the seg fault. My app is mostly jsp's running against MySQL with some AJAX and Flash (communicating through a servlet.) I do not

Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-22 Thread Goo Sam Kong
Hi Is it possible Tomcat close SSL session upon every HTTP request? I am running Tomcat 5.5.16 on JDK 1.5.0 update 7 on RedHat Enterprise. Thank you. Regards, SamKong Goo - To unsubscribe, e-mail:

Re: Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-22 Thread Ben Stringer
Hi, Take a look at the documentation for maxKeepAliveRequests on this page: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html If you set this to 1 for your SSL connector, I believe it will do what you want. Cheers, Ben Hi Is it possible Tomcat close SSL session upon every HTTP