Redirect appends port number?

2023-04-12 Thread Kevin Huntly
Hello everyone, I'm sorry for spamming the list =( I'm seeing some odd behavior - my servlet filter is redirecting with port 10943 attached to the redirect - that port is the port httpd is listening on, but there's a redirect under the covers for TCP 443 to TCP 10943. I'm not sure how it's doing

Clustering issue

2023-04-12 Thread Kevin Huntly
Hello Everyone, I setup a quick and dirty cluster following https://tomcat.apache.org/tomcat-9.0-doc/cluster-howto.html I am seeing the following: 12-Apr-2023 19:18:00.369 WARNING [main] org.apache.catalina.ha.tcp.SimpleTcpCluster.registerManager Manager

Re: Getting started with Websocket

2023-04-12 Thread Mark Thomas
On 12/04/2023 20:39, Christopher Schultz wrote: Mark, On 4/12/23 15:21, Mark Thomas wrote: On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code

RE: Tomcat 9.0.73 - Exception while accessing application

2023-04-12 Thread jonmcalexander
And another app, different stack-trace, same java.lang.NoSuchFieldError: EMPTY_CHAR_ARRAY 11-Apr-2023 12:38:44.264 SEVERE [https-jsse-nio-0.0.0.0-23601-exec-11] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [F5 Mo nitoring.] in context with path

RE: Tomcat 9.0.73 - Exception while accessing application

2023-04-12 Thread jonmcalexander
Here is a full stack-trace 12:23:08.346 [https-jsse-nio-0.0.0.0-2-exec-7] DEBUG org.springframework.web.servlet.DispatcherServlet - Failed to complete request: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchFieldError:

RE: Tomcat 9.0.73 - Exception while accessing application

2023-04-12 Thread jonmcalexander
I'm not sure. I'll check with the developers. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC:

Re: Getting started with Websocket

2023-04-12 Thread Christopher Schultz
Mark, On 4/12/23 15:21, Mark Thomas wrote: On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for

Re: Getting started with Websocket

2023-04-12 Thread Mark Thomas
On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for something like the Servlet Async model where you

Re: Tomcat 9.0.73 - Exception while accessing application

2023-04-12 Thread Thomas Meyer
Hi, Do you use newrelic java agent? Mfg Thomas Am 12. April 2023 21:07:27 MESZ schrieb jonmcalexan...@wellsfargo.com.INVALID: >I have an application team that started receiving the following Exception: > >11-Apr-2023 09:26:01.396 SEVERE [https-jsse-nio-0.0.0.0-11510-exec-19]

Tomcat 9.0.73 - Exception while accessing application

2023-04-12 Thread jonmcalexander
I have an application team that started receiving the following Exception: 11-Apr-2023 09:26:01.396 SEVERE [https-jsse-nio-0.0.0.0-11510-exec-19] org.apache.catalina.core.StandardHostValve.custom Exception Processing ErrorPa ge[exceptionType=java.lang.Exception,

AW: Getting started with Websocket

2023-04-12 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Chris, > -Ursprüngliche Nachricht- > Von: Christopher Schultz > Gesendet: Mittwoch, 12. April 2023 20:31 > An: Tomcat Users List > Betreff: Getting started with Websocket > > All, > > I'm finally dipping my toes into Websocket-based communication with my > Tomcat-based

Getting started with Websocket

2023-04-12 Thread Christopher Schultz
All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for something like the Servlet Async model where you take an existing request and put it into async