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
rted 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

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 original

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

2016-02-10 Thread Jeroen van Ooststroom
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'll try

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

Stuck thread when invoking the AsyncContext.complete() method

2016-02-04 Thread Jeroen van Ooststroom
ally 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 jer_vanne...@hotmail.com To: users@tomcat.apache.org Cc: Sent: Friday, July 8, 2011 6:37 AM

Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
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.

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 to make the emboss programs available in this. I've

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 To: users@tomcat.apache.org Subject: Re: Deploying emboss in Opal2

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
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
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 advance! Jeroen

Own implementation WebdavServlet

2006-06-02 Thread jeroen
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 implementation of WebDAV? Jeroen