Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
it is called on MessageBytes from // request.requestURI(). if (messageBytes.getType() == MessageBytes.T_BYTES) { return messageBytes.getByteChunk().toString(); } return messageBytes.toString(); } } ``` so I will update our telemetry-agent first thanks! Zhou Rui On Sat, 18

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
nd of API change will impact 3rd libs such as open-telemetry? 3. what is your suggestion to solve this issue? thanks Zhou Rui On Fri, 17 Mar 2023 at 22:41, Mark Thomas wrote: > On 17/03/2023 14:27, Rui wrote: > > Hi user group: > > > > I added some debug info to the 9.0.71

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
T_NULL at this time, so decodedURI.toChars(); actually will recycle its buffer. I can reproduce it locally with debug mode, but don't know how reproduce it in the company EKS cluster thanks. Zhou Rui On Fri, 17 Mar 2023 at 00:50, Rui wrote: > I did some tests with several different co

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-16 Thread Rui
problem. Next I will go through these codes, but any clue? thanks Zhou Rui On Tue, 7 Mar 2023 at 00:34, Mark Thomas wrote: > On 25/02/2023 17:57, Mark Thomas wrote: > > > > > > On 25/02/2023 15:47, Rui wrote: > >> Hi > >> recently upgraded tomcat to 9.0.7

Re: 9.0.73 change log

2023-03-06 Thread Rui
Hi Mark just tested the 9.0.73 but we still got 404 for health check can you please share how to reproduce this problem locally? thanks zhou rui On Sat, 4 Mar 2023 at 16:38, Mark Thomas wrote: > Fixed. > > Thanks for letting us know. > > Mark > > > On 03/03/2023

health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-02-25 Thread Rui
Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-Encoding: gzip ] Incoming request /health with originalRemoteAddr in 9.0.

Re: HttpSessionActivationListener problems

2009-02-10 Thread Rui Pedro
session.getLastAccessedTime, and make some calculations ... but this not seems me very reliable, do you know another way to do that? Thanks in advance, Rui Pereira On Mon, Feb 9, 2009 at 12:20 PM, Jess Holle wrote: > Last I checked the Tomcat source code neither activation nor passivation > listeners wer

HttpSessionActivationListener problems

2009-02-09 Thread Rui Pedro
users session that implements the HttpSessionActivationListener interface, the problem is that when I kill one of the clusters node the methods sessionDidActivate an sessionWillPassivate never occurr ... Is HttpSessionActivationListener supported by tomcat? Can you help me? Thanks in advance

RE: Apache Tomcat 5.5 install issues.

2007-08-05 Thread William Rui
issues. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William; ["William Rui" <[EMAIL PROTECTED]> @ Fri, 3 Aug 2007 16:19:17 +0800] > *** Host support *** > checking C flags dependant on host system type... ok > *** Java compilation tools *** > checking for javac...

RE: Apache Tomcat 5.5 install issues.

2007-08-03 Thread William Rui
k [mailto:[EMAIL PROTECTED] Sent: 2007?8?3? 16:08 To: users@tomcat.apache.org Subject: Re: Apache Tomcat 5.5 install issues. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William; ["William Rui" <[EMAIL PROTECTED]> @ Fri, 3 Aug 2007 15:43:18 +0800] ... > [EMAIL PROTECTED] b

Apache Tomcat 5.5 install issues.

2007-08-03 Thread William Rui
Hi, all During the process of installing Apache Tomcat 5.5 on redhat 9, pop following error: Code: [EMAIL PROTECTED] bin> cd jsvc-src/ [EMAIL PROTECTED] jsvc-src> autoconf [EMAIL PROTECTED] jsvc-src> ./configure -bash: ./configure: Permission denied It should be following as the in

linux + tomcat, some path/link problem

2007-04-24 Thread Lu Rui
hi, all, i'm writing a jsp front-end of a desktop search program in linux using tomcat 5.5, here is my problem. say we need a result.jsp which can display the results from lucene and show the related links, codes like below (hard-coding for simple, as long as you can get my thougt is oka

Re: [Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Rui Monteiro
d escribió: So, since we are using Tomcat as a standalone then this would apply, right? Thanks, Laura Rui Monteiro wrote: And just in case! It desn't seem to apply in case you don't have Apache Server + Apache Tomcat through connector. Mensaje original Su

[Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Rui Monteiro
cat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- *Rui Monteiro - 616976483 * [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> *Villanueva de la Serena Pol. Ind. Cagancha, 9 06700 VILLANUEVA DE LA SERENA (B

Re: Tomcat 5.5.23 Question

2007-04-10 Thread Rui Monteiro
Supposing the security vulnerability to be true as it seems (but i didn't check) means first of all that if you don't have the Tomcat Manager Aplication working and you don't have more than one web aplication or at least you don't have any other application proxified then you don't have to worr

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-10 Thread Rui Monteiro
7;t happen. Don't know why but probably some classloading preference difference between jdk1.5 and jdk1.6 was going on underneath. Pid escribió: Rui Monteiro wrote: I put the same instalation (the same jars on lib) on a tomcat6.0.10 installed in my windows xp machine and everything goes fin

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-10 Thread Rui Monteiro
, and overwritten something you didn't intend to, start over with a fresh install Filip Rui Monteiro wrote: I put the same instalation (the same jars on lib) on a tomcat6.0.10 installed in my windows xp machine and everything goes fine. The problem only occurs on the Centos 4 machine and

[Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-09 Thread Rui Monteiro
oEndpoint$Worker.run(JIoEndpoint.java:445) java.lang.Thread.run(Thread.java:619) Hassan Schroeder escribió: On 4/9/07, Rui Monteiro <[EMAIL PROTECTED]> wrote: Nobody says nothing so i admit it it's something new as i feared. And probably nobody is using tomcat 6 (wise people).

[Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]

2007-04-09 Thread Rui Monteiro
JIoEndpoint.java:445) java.lang.Thread.run(Thread.java:619) Hassan Schroeder escribió: On 4/9/07, Rui Monteiro <[EMAIL PROTECTED]> wrote: Nobody says nothing so i admit it it's something new as i feared. And probably nobody is using tomcat 6 (wise people). Hardly :-) Am i the only one w

Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]

2007-04-09 Thread Rui Monteiro
point$Worker.run(JIoEndpoint.java:445) java.lang.Thread.run(Thread.java:619) Hassan Schroeder escribió: On 4/9/07, Rui Monteiro <[EMAIL PROTECTED]> wrote: Nobody says nothing so i admit it it's something new as i feared. And probably nobody is using tomcat 6 (wise people).

[Fwd: Can't run jsp pages on tomcat 6.0.10]

2007-04-09 Thread Rui Monteiro
e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *Rui Monteiro - 616976483 * [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> *Villanueva de la Serena Pol. Ind. Cagancha, 9 06700 VILLANUEVA DE LA SERENA (Badajoz) Telf: 924 840962 y Fax: 92

Can't run jsp pages on tomcat 6.0.10

2007-04-09 Thread Rui Monteiro
For any of my jsp pages i get: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED org.apache.jasper.compiler.JspRuntimeContext.(JspRuntimeContext.java:136) org.apache.jasper.servlet.JspServlet.init(JspServlet.java:101) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

Re: Log4j and Tomcat problem

2006-08-24 Thread zh rui
hi pompiuses< if you don't use vi , instead of using tail -f ... On 8/24/06, pompiuses <[EMAIL PROTECTED]> wrote: Found a solution: I had installed Tomcat through the Ubuntu Synaptic Package manager. It would seem this was not a healthy install, because I just uninstalled it and inst

Re: web.xml config

2006-08-16 Thread zh rui
if you user tomcat 5.5 and jdk1.5 ,so , the webapp can autoDeploy yes or no? On 8/16/06, Rob Elliott <[EMAIL PROTECTED]> wrote: Hello, I need to deliver a WAR file to a customer. The cutomer will ultimately need to change the webapp configuration however they would like to do so without havin