RE: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
17.10.24 um 08:27 schrieb Xavier, Joseph: > Hi, > > I wanted to understand whether Tomcat 9.0.90 and above minor versions are > supported with JDK 8? We have see compile issues when our JDK 8 environment > tried to work with Tomcat 9.0.90. > If the supportability is deprecated, i

Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or public announcement stating the same? Thank you

Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-16 Thread Xavier, Joseph
Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or public announcement stating the same? Thank you

Re: [Classpath] - Ordering issue

2020-01-31 Thread Xavier (Apache)
> On 30 Jan 2020, at 11:00, Xavier (Apache) wrote: > >> >> On 30 Jan 2020, at 00:09, Christopher Schultz > <mailto:ch...@christopherschultz.net>> wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Xavier, >&g

Re: [Classpath] - Ordering issue

2020-01-30 Thread Xavier (Apache)
> On 30 Jan 2020, at 00:09, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Xavier, > > On 1/29/20 3:23 PM, Xavier (Apache) wrote: >> Hello Tomcat list, >> >> I’m struggling with a classpath problem. I h

[Classpath] - Ordering issue

2020-01-29 Thread Xavier (Apache)
... xx and yy are jar files in myapp/WEB-INF/lib/xx.jar but without any luck. I’m probably missing something obvious, but I just can’t find it. Thanks for your help, Xavier - To unsubscribe, e-mail: users-unsubscr

Re: Which maven provided dependencies to target Tomcat ?

2018-05-09 Thread Xavier Dupont
ax.servlet javax.servlet-api 3.1.0 provided javax.servlet.jsp javax.servlet.jsp-api 2.3.1 provided javax.websocket javax.websocket-api 1.0 provided javax.annotation javax.annotation-api 1.2 provided Xavier 2018-05-09 18:17 GMT+02:00 Luis Rodríguez Fernández : > Hello Xavier, > > P

Which maven provided dependencies to target Tomcat ?

2018-05-09 Thread Xavier Dupont
the tomcat documentation, at least for versions 6, 7, and 8 of Java EE, which Tomcat seems to track. Xavier.

RE: Overriding contextPath through (RemoteIp)Valve

2016-06-13 Thread Xavier Dury
Sorry, resent as plain text: > On 13/06/2016 14:23, Xavier Dury wrote: >> Hi, >>  >> The recommended approach when using a proxy in front of tomcat is to have >> the same context path >> on both sides like this: >>  >> http://mycompany.com/mya

RE: Overriding contextPath through (RemoteIp)Valve

2016-06-13 Thread Xavier Dury
> On 13/06/2016 14:23, Xavier Dury wrote: > > Hi, > > > > The recommended approach when using a proxy in front of tomcat is to have > > the same context path > > on both sides like this: > > > > http://mycompany.com/myapp --> http://myinternal

Overriding contextPath through (RemoteIp)Valve

2016-06-13 Thread Xavier Dury
would give the correct context path for the external world and there would be no need to rewrite urls. Or is it a bad idea? Proxies can already send the remote server, ip address, port to tomcat... so why not the context path? Thanks, Xavier

Valve overriding contextPath behind a proxy

2014-09-22 Thread Xavier Dury
y send the correct contextPath in a request header (X-Forward-ContextPath) which would override request.getContextPath(), response.sendRedirect(), etc.? Or is it a bad idea? Proxies can already send the remote server, ip address, port to tomcat... so why not the context path? Thanks,

Re: Issue with spring when migrating from 7.0.50 to 7.0.52-53-54

2014-07-08 Thread Xavier Outhier
h an issue. Thanks, Xavier.             Apache Tomcat - Migration Guide - Tomcat 7.0.x Select a configuration file, old version and new version from the boxes below and then click "View differences" to see the differences. The differences will be shown in a new tab/win

Re: Issue with spring when migrating from 7.0.50 to 7.0.52-53-54

2014-07-08 Thread Xavier Outhier
been changed between 7.0.50 and 7.0.52. %| Thanks, Xavier. On Thursday, July 3, 2014 5:36 PM, Filip Hanik wrote: These errors may happen when you have two libraries that both contain the class javax.persistence.spi.PersistenceProvider search the libraries (*.jar) in both tomcat and your

Issue with spring when migrating from 7.0.50 to 7.0.52-53-54

2014-07-03 Thread Xavier Outhier
Any clue on this? Thanks, Xavier.

RE: Using EL expressions in an ObjectFactory

2013-09-20 Thread Xavier Dury
he > el-api provided by tomcat, everything works fine. > > Xavier > > >> Subject: Re: Using EL expressions in an ObjectFactory >> From: dmik...@gopivotal.com >> Date: Mon, 16 Sep 2013 10:05:14 -0400 >> To: users@tomcat.a

RE: Using EL expressions in an ObjectFactory

2013-09-16 Thread Xavier Dury
I found the problem: I was using javax.el:javax.el-api:3.0.0 as EL api jar... now, if I use the el-api provided by tomcat, everything works fine. Xavier > Subject: Re: Using EL expressions in an ObjectFactory > From: dmik...@gopivotal.com >

RE: Using EL expressions in an ObjectFactory

2013-09-16 Thread Xavier Dury
it's normal behaviour, isn't it? I don't think EL spec does mandate implementations to make their best effort to find a suitable method when invoking overloaded methods. Xavier > Subject: Re: Using EL expressions in an ObjectFactory > F

RE: Using EL expressions in an ObjectFactory

2013-09-16 Thread Xavier Dury
etValue(ELProcessor.java:129) at javax.el.ELProcessor.eval(ELProcessor.java:115) at org.apache.naming.factory.ExpressionFactoryTest.elImplementationShouldWork(ExpressionFactoryTest.java:43) Are methods importClass, importStatic and importPackage on ELManager already imp

RE: Using EL expressions in an ObjectFactory

2013-09-13 Thread Xavier Dury
ng to class java.net.URI. I'm using glassfish javax.el 3.0 implementation for my tests. Maybe the problem comes from this specific implementation. Xavier > Subject: Re: Using EL expressions in an ObjectFactory > From: dmik...@gopivotal.com >

RE: Using EL expressions in an ObjectFactory

2013-09-12 Thread Xavier Dury
Ok, I fixed the styling and the documentation. If anything else must be changed, don't hesitate. Thanks, Xavier. > Date: Thu, 12 Sep 2013 12:01:26 +0100 > From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: Using EL

RE: Using EL expressions in an ObjectFactory

2013-09-12 Thread Xavier Dury
Hi, I implemented a simple ExpressionFactory @ https://github.com/kalgon/expression-factory. I would love to see this ExpressionFactory next to  org.apache.naming.factory.BeanFactory in tomcat. Regards, Xavier > From: kal...@hotmail.com > To:

RE: Using EL expressions in an ObjectFactory

2013-08-30 Thread Xavier Dury
ory if there's one, like  BasicDataSourceFactory... but for exotic and rare cases where no ObjectFactory exist, a generic EL-based one could be helpful). Xavier > Date: Thu, 29 Aug 2013 14:53:31 -0400 > From: ch...@christopherschultz.net > To: u

Using EL expressions in an ObjectFactory

2013-08-29 Thread Xavier Dury
es). Regards, Xavier - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
Nevermind my last mail, you responded while I was typing. I will look into ServletContextInitializer. Thanks, Xavier > From: kal...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: Default web.xml for all webapps of a specific Host &g

RE: Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
Well, I tried to declare the per-host web.xml as a web-fragment like this but it does not work: ... Tomcat is expecting a which can only contain which must reference other fragments. I wanted the content of the host web.xml to be applied first and transparently to the webapp. Xavier

RE: Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
x27;s no harm in asking =) Thanks, Xavier > Date: Thu, 16 May 2013 15:01:28 +0100 > From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: Default web.xml for all webapps of a specific Host > > On 16/05/2013 14:47, Xavier

RE: Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
ALINA_BASE/conf/[enginename]/[hostname]/web.xml.default I would have expected WEB-INF/web.xml to be the last one (or the first one if you want, but certainly not between the 2 others). Is it normal? Thanks, Xavier > Date: Thu, 16 May 2013 10:12:46 +01

RE: Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
Thanks, I didn't find any reference to web.xml.default in the doc. Maybe, I wasn't looking at the right place. Regards, Xavier > Date: Thu, 16 May 2013 09:49:34 +0100 > From: ma...@apache.org > To: users@tomcat.apache.org > Subjec

Default web.xml for all webapps of a specific Host

2013-05-16 Thread Xavier Dury
/context.xml For web.xml, the following files are used:  - $CATALINA_BASE/conf/web.xml  - /WEB-INF/web.xml I would like to have some sort of $CATALINA_BASE/conf/[enginename]/[hostname]/web.xml.default too. Regards, Xavier

RE: Destroying resources created with a custom ObjectFactory

2013-01-29 Thread Xavier Dury
Ok nevermind, I just found the closeMethod attribute on Resource (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Definitions) Thanks, Xavier > From: kal...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: Destroying resources created with a custom Obje

RE: Destroying resources created with a custom ObjectFactory

2013-01-29 Thread Xavier Dury
resources? Thanks, Xavier > From: kal...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: Destroying resources created with a custom ObjectFactory > Date: Tue, 29 Jan 2013 09:22:36 +0100 > > Hi, > Here is my context.xml > type="net.sf.ehcache.CacheManager&quo

RE: Destroying resources created with a custom ObjectFactory

2013-01-29 Thread Xavier Dury
cheManager; }} Xavier > Date: Mon, 28 Jan 2013 13:07:15 -0500 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: FW: Destroying resources created with a custom ObjectFactory > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Xavier, >

FW: Destroying resources created with a custom ObjectFactory

2013-01-28 Thread Xavier Dury
ed? I tried adding a NamespaceChangerListener to the (Event)Context passed to the ObjectFactory.getObjectInstance() method without luck. Thanks, Xavier

RE: tomcat 5.5 -> tomcat 6.0

2009-12-16 Thread Xavier Vercoutere
Hi What is the preferred method for attachments ? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: woensdag 16 december 2009 16:11 To: Tomcat Users List Subject: RE: tomcat 5.5 -> tomcat 6.0 > From: Xavier Vercoutere [mailto:xavier.v

RE: tomcat 5.5 -> tomcat 6.0

2009-12-16 Thread Xavier Vercoutere
> From: Xavier Vercoutere [mailto:xavier.vercout...@korfina.be] > Subject: tomcat 5.5 -> tomcat 6.0 > > Everything is functioning perfectly except for the built-in scheduling. What built-in scheduling is that? One of your webapps? It's a custom sync job ran by the quartz

tomcat 5.5 -> tomcat 6.0

2009-12-16 Thread Xavier Vercoutere
iendelijke groeten Xavier Vercoutere Tel Dir : +32 56 /52 87 22 Tel Alg +32 56 /21 61 82 Fax : +32 56 /52.87.35 xavier.vercout...@korfina.be Minister Liebaertlaan 10 B-8500 Kortrijk P Denk aan het milieu vooraleer je dit bericht of de bijlagen uitprint De verzending van huidig e-m

Re: jdbc-pool ignoring minIdle ?

2009-11-17 Thread Xavier Poinsard
Hi Filip, Thanks for this precision. Based on the description on the minIdle parameter, I was thinking the validation query failure was the only case where the pool can have less connections than minIdle. Maybe you could add a note about this or change the behaviour. Best regards, Xavier

jdbc-pool ignoring minIdle ?

2009-11-16 Thread Xavier Poinsard
e bug or point the mistake in my configuration ? Thanks in advance. Best regards, Xavier. Here is the test program : public class TestPool { public static void main(String[] args) throws Exception { PoolProperties p = new PoolProperties(); p.s

Time taken in millis in ExtendedAccessLogValve

2009-09-24 Thread Xavier
conds, not in milliseconds. Does anyone know how to bypass this limitation ? (and why such a limitation, when the standard AccessLogValve can log the time taken in milliseconds ?) Thank you in advance Regards, Xavier -- View this message in context: http://www.nabble.com/Time-taken-in-mill

Re: 5.5.x Connector no className attribute?

2006-02-24 Thread Xavier Toth
ndler. You can do this by specifying > protocol="com.myfirm.mypackage.MyProtocolHandler" on the > element (the values 'HTTP/1.1' and 'AJP/1.3' are just there to specify > use-the-default-handler). > > "Xavier Toth" <[EMAIL PROTECTED]> wrote in

5.5.x Connector no className attribute?

2006-02-23 Thread Xavier Toth
I don't see className as an attribute can connector behavior no longer be overloaded?

Re: where can I find server.xml documentation?

2006-02-23 Thread Xavier Toth
Unfortunately this documentation seems to be out of date as it makes reference to the element as a way to specify a keystore password but I don't think this is valid in 5.5.x. On 2/23/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Brad O'Hearne [mailto:[EMAIL PROTECTED] > > Subje

configuring tomcat 5.5.9+ connector socket factory

2006-02-23 Thread Xavier Toth
I'm trying to provide a socket factory class that overrides the getKeystorePass method but I can't figure out how to hook it in. What attribute or subelement (is the Factory element supported in 5.5.x?) do I configure with my class name to get this to work? I've looked at the 5.5.15source code and