Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-08-12 Thread Vimil Saju
This is regarding the Resources feature of tomcat 8.5 that allows us to add external jars and class folder to the webapp classpath. There seems to be an issue with the order in which class folder and jar files are added to the classpath.         With the above configuration the webapp

Re: Increased memory consumption due to url encoding

2016-08-12 Thread Rainer Jung
Am 11.08.2016 um 21:16 schrieb Jose María Zaragoza: 2016-08-10 14:29 GMT+02:00 Lazar Kirchev : Hello Christopher, I tried with 32 MB and even 24 MB heap and the CPU usage and response time remained the almost the same (the difference is negligible) as with 1 GB heap.

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread Jose María Zaragoza
2016-08-12 13:46 GMT+02:00 John Huss : > In every database I have used every query requires a transaction. Often > they will start them automatically if you don't do it explicitly. Right , but I guess that Tomcat uses JDBC connections and I wonder why for executing

RE: Native Library Error using Context forward in server.xml

2016-08-12 Thread Caldarale, Charles R
> From: Pietag, Tobias (Enterprise Security Services) > [mailto:tobias.pie...@hpe.com] > Subject: RE: Native Library Error using Context forward in server.xml > We are using the Context in the server.xml to change the root application to > a > different webapp. That's a really, really bad

Re: org.apache.catalina.startup.Bootstrap.getCatalinaHomeFile()Ljava/io/File;

2016-08-12 Thread Violeta Georgieva
Hi, 2016-08-12 15:01 GMT+03:00 leonidprokopets : > > Does anyone know which version of tomcat-catalina.jar contains a Bootstrap class with getCatalinaHomeFile() method? > > I'm using Tomcat 8.0 and Eclipse Neon 4.6.0 > > I'm getting an error > java.lang.NoSuchMethodError:

RE: Native Library Error using Context forward in server.xml

2016-08-12 Thread Pietag, Tobias (Enterprise Security Services)
Hello, We are using the Context in the server.xml to change the root application to a different webapp. So that the webapp can be call from https://url:8443/ and https://url:8443/iiq. The webapp is using the sapjco3.jar and the native library libsapjco3.so to

org.apache.catalina.startup.Bootstrap.getCatalinaHomeFile()Ljava/io/File;

2016-08-12 Thread leonidprokopets
Does anyone know which version of tomcat-catalina.jar contains a Bootstrap class with getCatalinaHomeFile() method? I'm using Tomcat 8.0 and Eclipse Neon 4.6.0 I'm getting an error java.lang.NoSuchMethodError: org.apache.catalina.startup.Bootstrap.getCatalinaHomeFile()Ljava/io/File; So

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread John Huss
In every database I have used every query requires a transaction. Often they will start them automatically if you don't do it explicitly. On Fri, Aug 12, 2016 at 4:13 AM Jose María Zaragoza wrote: > 2016-08-11 21:33 GMT+02:00 John Huss : > > I have

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread Jose María Zaragoza
2016-08-11 21:33 GMT+02:00 John Huss : > I have verified that in version 8.0.36 of tomcat jdbc the validation query > functionality does not commit the transaction it starts in order to run the > validation query, which can cause an open transaction for a very long time >

Re: BasicDataSource creation throws SQLException

2016-08-12 Thread Roy Leonardus
Hi Christopher, I only called the basicdatasource.getconnection() in the main test class. but i added TestDriver.addconnection() beforehand. this is my driver class public class TestDriver implements Driver { public static final String TESTDRIVER_PREFIX = "jdbc:not_a_db:"; static { try {