Question about Tomcat Rest Verbs initial settings allowed

2014-08-08 Thread Rob Silver
Is it true that by default on a Apache Tomcat 7.025 server RESTFUL verbs are enabled as part of the HTTP protocol Tomcat uses? Anotherwards if I hade a restful web application - perhaps a spring mvc one would it work out of the box as far as security constraints go? I have not yet seen any way to c

RE: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-08 Thread Peter Rifel
From: Mark Thomas [ma...@apache.org] Sent: Friday, August 08, 2014 1:44 PM To: Tomcat Users List Subject: Re: Tomcat 7 to 8 Upgrade - Performance Degradation > >On 06/08/2014 00:54, Peter Rifel wrote: >> Hello, >> >> I am in the process of upgrading from Tom

Re: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-08 Thread Mark Thomas
On 06/08/2014 00:54, Peter Rifel wrote: > Hello, > > I am in the process of upgrading from Tomcat 7.0.54 to Tomcat 8.0.9 and am > seeing some performance degradation in my webapp. > > Configuration info: > > Ubuntu 14.04.1 LTS > java version "1.8.0_11" > Java(TM) SE Runtime Environment (build 1.

configuring tomcat 7, modify juli default configuration, doesn't work as expected

2014-08-08 Thread Didier Wiroth
Hi, (using tomcat x64 7.0.55 & java jvm 1.7.0_67-b01 on windows 8.1 x64) I'm a tomcat amateur trying to setup tomcat with different service containers and multihosting etc. I would like to modify the default logging.properties to log the appropriate files, but I doesn't work. Here are the 2 serv

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-08 Thread John Smith
> > > > What's on line 182 of AbstractServlet.java? > > -Terence Bandoian > It's the "out.write(xml);" line.

Configuring a 'JarScanner' excluding classpath scanning, the 'VirtualWebappLoader' doesn't get scanned

2014-08-08 Thread Luc
Hello, After a Tomcat 6.0.36 to 7.0.54 migration, I added to my global 'context.xml' the configuration: Which excluded (as I readed in the docs, http://tomcat.apache.org/tomcat-7.0-doc/config/jar-scanner.html#Standard_Implementation) the scaning of system classpath, and shared and common class

ErrorReportValve(showReport,showServerInfo) at Engine-level working in 7.0.54, not anymore in 7.0.55

2014-08-08 Thread Willem Fibbe - Realworks BV
Hi, When we upgraded our Tomcat-servers to 7.0.54, we used the new attributes of ErrorReportValve at the Engine-level. Our server.xml looked like this: ... When we triggered an error, we saw that those attribu