Configure Tomcat Manager-GUI to use SPNEGO authentication

2015-06-02 Thread Jingru Barr
Tomcat version: 7.0.62Platform (OS) - Centos 6.6 Steps I perform1) follow the document (http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html) to configure Kerbero.      - I use kinit to verify the keytab and service account and it shows.        kinit -V -k -t server.keytab

Re: Tomcat DBCP 8.0.18 issue

2015-06-02 Thread Konstantin Kolinko
2015-06-01 16:22 GMT+03:00 Tweak Ronaldo twea...@gmail.com: Hello guys, we have migrated to Tomcat DBCP 8.0.18 from 7.0.37 recently and faced the following issue: after database restart (Postgres), our application wasn't been able to restore connectivity to DB, all connections were closed and

Re: jar files - where - please explain

2015-06-02 Thread Ray Holme
Humble apologies, I have not seen changes to the lib structures for any of the tomcat releases I have used and that spans back 5 years or more     (well OK, at one point symbolic links worked, now they don't unless I change the xml file). Thanks for the answer. I would have moved the jaybird

jar files - where - please explain

2015-06-02 Thread Ray Holme
I have been using tomcat for a while and have several applications. Some jar files are specific to an application and make sense to be in .../webapps/APPLICATION/WEB-INF/lib and some are used in multiple applications so they need to appear in each applications lib. One shared jar file is my own

Re: WebSocket: Special character escaping

2015-06-02 Thread Ganesh Bms
Thanks Mark. Sample web socket chat helped to identify the problem. In fact, problem was there in one of third-party lib I used and also, in log4j config. The log4j was configured with non-utf encoding scheme. That's why raw web socket messages were getting printed wrongly in log file. I solved

Re: jar files - where - please explain

2015-06-02 Thread Mark Thomas
On 02/06/2015 14:52, David kerber wrote: On 6/2/2015 9:11 AM, Ray Holme wrote: Currently using apache-tomcat-7.0.35. Not sure that matters as no behavior has changed in prior releases. That kind of response when asked for further information - especially when the information is as basic as

Re: Tomcat DBCP 8.0.18 issue

2015-06-02 Thread Mark Thomas
On 01/06/2015 14:22, Tweak Ronaldo wrote: Hello guys, Assuming you don't want to limit your question to men only, you would be better to use of of the following greetings: Hello, Hello all, Hello folks, etc. we have migrated to Tomcat DBCP 8.0.18 from 7.0.37 recently and faced the following

7.0.54 Memory Errors

2015-06-02 Thread Lunsford, David
I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does anyone have any ideas of what's causing? SEVERE: The web application [/crowd] created a Threadlocal with a key of type [net.sf.ehcache.util.concurrent.Striped64.ThreadHasCode] {calue

Re: jar files - where - please explain

2015-06-02 Thread Ray Holme
Currently using apache-tomcat-7.0.35. Not sure that matters as no behavior has changed in prior releases. On Tuesday, June 2, 2015 8:56 AM, Mark Thomas ma...@apache.org wrote: On 02/06/2015 12:42, Ray Holme wrote: I have been using tomcat for a while and have several applications.

Re: jar files - where - please explain

2015-06-02 Thread Mark Thomas
On 02/06/2015 12:42, Ray Holme wrote: I have been using tomcat for a while and have several applications. Some jar files are specific to an application and make sense to be in .../webapps/APPLICATION/WEB-INF/lib and some are used in multiple applications so they need to appear in each

Re: jar files - where - please explain

2015-06-02 Thread David kerber
On 6/2/2015 9:11 AM, Ray Holme wrote: Currently using apache-tomcat-7.0.35. Not sure that matters as no behavior has changed in prior releases. It does matter, because the directory layouts have changed in the various major versions. On Tuesday, June 2, 2015 8:56 AM, Mark Thomas

RE: 7.0.54 Memory Errors

2015-06-02 Thread Caldarale, Charles R
From: Lunsford, David [mailto:david.lunsf...@vistronix.com] Subject: 7.0.54 Memory Errors I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does anyone have any ideas of what's causing? SEVERE: The web application [/crowd] created a Threadlocal with a key

Re: MariaDB Connector Issues

2015-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicholas, On 6/1/15 4:24 PM, Cuneo, Nicholas wrote: We’ve been running for a while now using embedded Jetty but due to some upcoming infrastructure changes we’re migrating to Tomcat 7. Migrate to Tomcat 8 instead. It's going to have much longer

Re: [OT] 7.0.54 Memory Errors

2015-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 6/2/15 10:36 AM, Lunsford, David wrote: I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does anyone have any ideas of what's causing? SEVERE: The web application [/crowd] created a Threadlocal

Deploy local war to Tomcat with Maven plugin

2015-06-02 Thread toddfas
I'm trying to use the Tomcat Maven plugin to deploy a local war (file path relative to the Tomcat server) and can't seem to find the right combination of configuration. The plugin always wants to validate the WAR file path specified exists relative to the plugin - not the Tomcat server. Currently