Re: [OT] Tomcat JBDCRealm with Oracle DB

2013-12-16 Thread Arseny
16.12.2013 21:21, Christopher Schultz пишет: Name=org.gjt.mm.mysql.Driver That driver name is *SUPER* old. Are you using a really old driver, or just the old name? Current driver version is 5.1.27. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (Darwin) Comment: GPGTools -

Re: Unable to shutdown tomcat

2014-02-16 Thread Arseny
Hi. Use `kill 34933` - this will stop all Tomcat's treads correctly (exactly - this will send `kill -TERM 34933 instead of `kill -KILL 34933` which is `kill -9` and really kill process imediatelly). Unfortunatelly I'm not Java coder so I can't give you advice - why exactly Tomcat doesn't

Re: Unable to shutdown tomcat

2014-02-16 Thread Arseny
btw - you can use `jstack 34933` after you run shutdown.sh to see which classes (files) still hold in memory. 16.02.2014 9:51, Tim Leung пишет: I am running Tomcat 7.0.50 btw. On Sat, Feb 15, 2014 at 11:47 PM, Tim Leung timleung1...@gmail.com wrote: I am unable to shutdown tomcat. When I

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
Hi. What happen's if you open in browser 8445? Does Tomcat really open port 8445? Try find it with: netstat -b -n | findstr 80 From your log - I don't see any problems. And here is Connector config from my server (under Linux - but there is must be difference): Connector port=8444

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
25.02.2014 7:54, Caldarale, Charles R пишет: From: Arseny [mailto:setev...@gmail.com] Subject: Re: Troubles to configure SSL But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current

Re: SSL on one subdirectory only.

2014-05-27 Thread Arseny
two-factor authentification with SSL - but I think in your case this can be helpful too - not a big difference. Try look at this: http://wiki.metawerx.net/wiki/ForcingSSLForSectionsOfYourWebsite Best, John Arseny

Re: Tomcat 5.5 vs 7.0 SSL

2014-06-02 Thread Arseny
02.06.2014 19:56, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 6/2/14, 10:24 AM, Арсений Зинченко wrote: Hi. Faced with very odd behavior of Tomcat 7... Have two instances on same box - Tomcat 5.5 and Tomcat 7. Both have same configuration - first

Re: Tomcat autodeploy doesn't return actual files via HTTP

2014-06-05 Thread Arseny
05.06.2014 3:28, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am I missed something? Tomcat keep it in some cache? This is why nobody should define Context elements in server.xml: they always mess them up. In addition to what Konstantin has said, note that Tomcat

Re: Tomcat autodeploy doesn't return actual files via HTTP

2014-06-05 Thread Arseny
05.06.2014 18:20, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The file should be called ROOT.xml and should not have a path attribute *at all*. Please read the configuration guide: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html - -chris -BEGIN

Re: Tomcat autodeploy doesn't return actual files via HTTP

2014-06-05 Thread Arseny
05.06.2014 22:09, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 6/5/14, 12:21 PM, Arseny wrote: The Tomcat documentation clearly states that you can (and should!) do that, too. I guess having someone else do your homework for you is easier than reading

Re: Graceful Shutdown

2014-07-30 Thread Arseny
30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener ./$CATALINA_HOME/bin/catalina.sh stop 30 (30 sec. wait) Don't remember same option inside shutdown.sh, but anyway - it call

Re: Graceful Shutdown

2014-07-30 Thread Arseny
31.07.2014 6:19, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arseny, On 7/30/14, 4:13 PM, Arseny wrote: 30.07.2014 16:19, Ron Holckener пишет: This behavior exists using the regular shutdown.sh script? Is the timeout (10s) configurable? Thanks, Ron Holckener