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:
Connector port=${port.https} maxHttpHeaderSize=8192
maxThreads=150 minSpareThreads=25 maxSpareThreads=75
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
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
-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:
Connector port=${port.https}
-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
find
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:
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
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
-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-propertie