RE: Tomcat Xml parser issue

2017-11-16 Thread Jean Pierre Urkens
Vicky, I am using both SPRING and Oracle XML features in a project and indeed the oracle xmlparser installs itself as default parser. To prevent this I start the VM with following settings (JDK8):

Re: Tomcat 8.5 justification (UNCLASSIFIED)

2017-11-16 Thread Simon De Uvarow
Hi, do you want to compare tomcat 8.5.last with what version ? "No olvides, no traiciones, lo que llevas bien dentro de ti. No olvides, no traiciones, lo que siempre te ha hecho vivir." On Thu, Nov 16, 2017 at 8:52 PM, Lueders, Paul T CIV USARMY NGIC (US) < paul.t.lueders@mail.mil> wrote:

Re: Tomcat 8.5 justification (UNCLASSIFIED)

2017-11-16 Thread Mark Thomas
On 16/11/17 20:52, Lueders, Paul T CIV USARMY NGIC (US) wrote: > CLASSIFICATION: UNCLASSIFIED > > I have been tasked to migrate our apps to tomcat 8.5. But first I need to > convince management that it is a good idea. Does anyone have any documents > that state the benefits of using tomcat

Tomcat 8.5 justification (UNCLASSIFIED)

2017-11-16 Thread Lueders, Paul T CIV USARMY NGIC (US)
CLASSIFICATION: UNCLASSIFIED I have been tasked to migrate our apps to tomcat 8.5. But first I need to convince management that it is a good idea. Does anyone have any documents that state the benefits of using tomcat 8.5? Thanks a lot, Paul CLASSIFICATION: UNCLASSIFIED

Re: Question - Tomcat Memory

2017-11-16 Thread Suvendu Sekhar Mondal
On Nov 17, 2017 12:18 AM, "Ramya Elineni" wrote: The "Initial memory pool" and "maximum memory pool" are the two configurations under Tomcat. I couldn't find any detailed explanation of how Tomcat uses these settings. Those settings are equivalent to Xms and Xmx

Re: Question - Tomcat Memory

2017-11-16 Thread Coty Sutherland
On Thu, Nov 16, 2017 at 1:48 PM, Ramya Elineni wrote: > The "Initial memory pool" and "maximum memory pool" are the two > configurations under Tomcat. I couldn't find any detailed explanation of how > Tomcat uses these settings. I request you to please provide me

Question - Tomcat Memory

2017-11-16 Thread Ramya Elineni
The "Initial memory pool" and "maximum memory pool" are the two configurations under Tomcat. I couldn't find any detailed explanation of how Tomcat uses these settings. I request you to please provide me that informaiotn so that I can have the appropriate values set on a production environment.

Re: Tomcat Xml parser issue

2017-11-16 Thread Vicky B
Thanks but the same war works fine is WebSphere and tomcat on Windows it is just tomcat provided by Redhat which work different i.e it throws the exception On Nov 16, 2017 11:39 PM, "Christopher Schultz" < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256

Re: Tomcat Xml parser issue

2017-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 11/16/17 12:24 PM, Vicky B wrote: > It is XML parser (DOM and SAX ) from oracle (doc > ) > > . Why do you need a custom XML parser? Why not simply use the one

Re: Tomcat Xml parser issue

2017-11-16 Thread Vicky B
It is XML parser (DOM and SAX ) from oracle (doc ) . Why is tomcat using XMLparserv2 , tomcat we have in linux machine is from redhat . Why does tomcat downloaded from apache tomcat site work different form the one

RE: Skip resource path in TLD scanner?

2017-11-16 Thread Matt Cosentino
This keeps getting worse, my site was down for over a minute while the TLD scanner ran. There must be something I can do. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, April 29, 2017 5:02 AM To: Tomcat Users List

Re: Tomcat Xml parser issue

2017-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 11/16/17 6:53 AM, Vicky B wrote: > Hi All, > > I have application which is using spring , ESAPI and oracle > xmlparserv2.jar , this application works fine in my local tomcat on > windows but when i deployed in linux server with linux

Tomcat Xml parser issue

2017-11-16 Thread Vicky B
Hi All, I have application which is using spring , ESAPI and oracle xmlparserv2.jar , this application works fine in my local tomcat on windows but when i deployed in linux server with linux based apache tomcat i got below error when spring container was trying to parse application specific