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 cl
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. The cumulative allocated me
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 validationQuery sentence, Tomcat
> 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 id
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:
org.apache.catalina.start
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
c
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 obviousl
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 verified that in version 8.0.36 of tomcat jdbc t
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
> (possibly until the databa
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 {
Driv
10 matches
Mail list logo