Re: Clearing ResourceBundle cache

2014-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, On 6/2/14, 4:35 PM, Jan Tosovsky wrote: > Dear All, > > in my Java webapp I switched to UTF-8 encoded properties files. > > I've implemented a custom ResourceBundle > http://stackoverflow.com/questions/3645491/i18n-with-utf-8-encoded-propert

Clearing ResourceBundle cache

2014-06-02 Thread Jan Tosovsky
Dear All, in my Java webapp I switched to UTF-8 encoded properties files. I've implemented a custom ResourceBundle http://stackoverflow.com/questions/3645491/i18n-with-utf-8-encoded-propertie s-files-in-jsf-2-0-appliaction but my strings are still displayed incorrectly. The original ASCII ones

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 f

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
The only error I saw in my catalina logs was the one I copied earlier. Indeed, removing javax.servlet-api fixed the issue. Thanks, Nick -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, June 02, 2014 9:58 AM To: Tomcat Users List Subject: Re

Re: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicholas, On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote: > I think you are correct, maybe I need to exclude some jars from my > bundle? > > find . -name "*.jar" | xargs grep > ServletContainerInitializer.class Binary file ./servlet-api.jar > matches >

Re: Tomcat 5.5 vs 7.0 SSL

2014-06-02 Thread 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 from 5.5: > > maxThreads="150" mi

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
I think you are correct, maybe I need to exclude some jars from my bundle? find . -name "*.jar" | xargs grep ServletContainerInitializer.class Binary file ./servlet-api.jar matches find ../webapps/api/WEB-INF/lib -name "*.jar" | xargs grep ServletContainerInitializer.class Binary file ../webapps

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
We are using Ivy for our dependency manager, but I'm not exactly following what you mean. Are you suggesting I'm supplying a jar file in my war that doesn't need to be there because Tomcat has its own version of it? Thanks, Nick -Original Message- From: Christopher Schultz [mailto:c

Tomcat 5.5 vs 7.0 SSL

2014-06-02 Thread Арсений Зинченко
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 from 5.5: Next - from 7.0: Also - both configured for CLIENT-CERT authentification (same applicaion with same web.xml). In browser install