Re: Side effect of Tomcat 10.1.20 with Freemarker

2024-06-12 Thread Jeroen Hoffman
Fixed in: - 11.0.x for 11.0.0-M21 onwards - 10.1.x for 10.1.25 onwards -  9.0.x for  9.0.90 onwards Awesome Mark, I was also thinking that a rethrow if null would solve this. Thank you! Jeroen - To unsubscribe, e-mail: users-uns

Re: Side effect of Tomcat 10.1.20 with Freemarker

2024-06-07 Thread Jeroen Hoffman
On 06-Jun-24 18:17, Mark Thomas wrote: On 06/06/2024 11:01, Jeroen Hoffman wrote: Hi all, We've found a side effect of change #68721 [1] in Tomcat 10.1.20 that we'd like to notify you about. We're using Apache Freemarker for back-end templating, and its NodeModel class use

Side effect of Tomcat 10.1.20 with Freemarker

2024-06-06 Thread Jeroen Hoffman
was unexpected. We can (and must) work around it, preventing the IllegalAccessError, but still, maybe you'd like to improve again or have other thoughts? Regards, Jeroen Hoffman [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=68721 [2] https://github.com/apache/freemarker/blob/2.3

Re: Tomcat taglibs 2.0.0 release?

2024-02-06 Thread Jeroen Hoffman
Thanks for the answers guys, very helpful. Regards, Jeroen On Mon, Feb 5, 2024 at 5:28 PM Greg Huber wrote: > I was testing struts 7 (tomcat 10) and I also use jstl for my 404,403s etc > (when I have no struts context) ie thrown from web.xml: > > >403 >/WEB-INF/

Re: Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Jeroen Hoffman
ed jars or should it also do a conversion? TIA, Jeroen

Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Jeroen Hoffman
base [1] has been reworked 4 years ago to use jakarta, development version is 2.0.0-SNAPSHOT. Are there plans to release the 2.0.0 version? Regards, Jeroen Hoffman [1] https://github.com/apache/tomcat-taglibs-standard - To

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Jeroen van Ooststroom
On 10/02/16 12:00, Mark Thomas wrote: On 10/02/2016 09:20, Mark Thomas wrote: On 09/02/2016 16:19, Jeroen van Ooststroom wrote: Hello Mark, I have been trying to get an isolated test case reproducing the issue, but so far without luck. I'll try to reproduce it again with the ori

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Jeroen van Ooststroom
o see if I can reproduce it using an open source version of ICEfaces. Thanks, Jeroen... On 10/02/16 10:20, Mark Thomas wrote: On 09/02/2016 16:19, Jeroen van Ooststroom wrote: Hello Mark, I have been trying to get an isolated test case reproducing the issue, but so far without luck. I'

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-09 Thread Jeroen van Ooststroom
On 05/02/16 13:46, Jeroen van Ooststroom wrote: On 05/02/16 12:05, Mark Thomas wrote: On 05/02/2016 09:00, Mark Thomas wrote: On 05/02/2016 00:30, Jeroen van Ooststroom wrote: Hello, Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 we are getting a stuck thread issue

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-05 Thread Jeroen van Ooststroom
On 05/02/16 12:05, Mark Thomas wrote: On 05/02/2016 09:00, Mark Thomas wrote: On 05/02/2016 00:30, Jeroen van Ooststroom wrote: Hello, Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 we are getting a stuck thread issue when our server is on high(er) load. It seems to

Stuck thread when invoking the AsyncContext.complete() method

2016-02-04 Thread Jeroen van Ooststroom
bject's notify() method on it eventually when the right conditions are met or something. I’m not saying this is a/the problem though, I'm just trying to understand what would/should happen when you get into this state. Regards, Jeroen...

RE: Deploying emboss in Opal2

2011-07-11 Thread jeroen vannevel
> Date: Fri, 8 Jul 2011 10:39:16 -0700 > From: its_toas...@yahoo.com > Subject: Re: Deploying emboss in Opal2 > To: users@tomcat.apache.org > > - Original Message - > > > From: jeroen vannevel > > To: users@tomcat.apache.org > > Cc: > > S

RE: Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
> Date: Fri, 8 Jul 2011 15:21:05 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Deploying emboss in Opal2 > > jeroen vannevel wrote: > > > > > >> Date: Fri, 8 Jul 2011 14:04:37 +0200 > >> From: a...@ice-sa.com &

RE: Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
> Date: Fri, 8 Jul 2011 14:04:37 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Deploying emboss in Opal2 > > jeroen vannevel wrote: > > Hello > > > > I've installed Opal2 on my Tomcat 5.5.33 server and now I'd like

Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
this specific case? I've tried compiling all the emboss programs and put them in a .war package but after uploading this to Tomcat I just keep getting 'The requested r= esource () is not available.' error messages. Yours Jeroen V.

Redirecting/proxying/forwarding webapp

2009-05-10 Thread Jeroen Kransen
Hello, is there a webapp that will redirect all incoming requests to another host/path? I have a Lenya instance running on one virtual host, and want another virtual host point to its live publication like this: jeroen.example.com/* > cms.example.com/jeroen/live/* Both virtual hosts run

RE: Tomcat 6 multiple hosts howto

2009-03-17 Thread Jeroen Kransen
s. Thanks again! Jeroen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 6 multiple hosts howto

2009-03-16 Thread Jeroen Kransen
hat to put there, and how to link it to the host example.com.. Also, is there a way to specify individual classpaths that have a Host as scope? That way I can deploy the same webapp for different hosts using different settings in the .properies files. Thanks in advan

Own implementation WebdavServlet

2006-06-02 Thread jeroen
ibute "org.apache.catalina.resources", but I can't find where it is set. Can anybody help me with this? Why is it the DefaultServlet, and its subclass WebdavServlet can find it, but my own subclass with exactly the same code can't? Has anybody successfully made an own implemen