Re: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Mark Thomas
On August 27, 2019 5:40:57 PM UTC, Juan Ramirez wrote: >Hello, > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit >version as a service. https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 It seems to be specific to 32-bit Windows. Still digging in to the root cause. You can

Re: Profiler for Tomcat

2019-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 8/27/19 18:47, Michael Duffy wrote: > I have searched for a good profiler for Tomcat with little > success. > > I am looking for an application that will profile internal memory > and bandwidth utilized (data transfer rates from Tomcat)

Re: Profiler for Tomcat

2019-08-27 Thread Igal Sapir
YourKit Java Profiler [1] is really great in my opinion. Igal [1] https://www.yourkit.com/java/profiler/ On Tue, Aug 27, 2019 at 5:12 PM calder wrote: > YourKit, AppDynamics, Mission Control, JProfiler, New Relic, ... > > > On Tuesday, August 27, 2019, Michael Duffy wrote: > > > I have search

Re: Profiler for Tomcat

2019-08-27 Thread calder
YourKit, AppDynamics, Mission Control, JProfiler, New Relic, ... On Tuesday, August 27, 2019, Michael Duffy wrote: > I have searched for a good profiler for Tomcat with little success. > > I am looking for an application that will profile internal memory and > bandwidth utilized (data transfer

Profiler for Tomcat

2019-08-27 Thread Michael Duffy
I have searched for a good profiler for Tomcat with little success. I am looking for an application that will profile internal memory and bandwidth utilized (data transfer rates from Tomcat). Any help would be greatly appreciated. Thx!

RE: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Juan Ramirez
On Tuesday, August 27, 2019 7:41 PM Juan Ramirez wrote: > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a >service. After installing Tomcat9 using the windows service installer, I try >to run Tomcat9 and get the windows service error: >"Windows could not start Tomca

RE: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Lemke, Michael ST/HZA-ZIC2
On Tuesday, August 27, 2019 7:41 PM Juan Ramirez wrote: > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a >service. After installing Tomcat9 using the windows service installer, I try >to run Tomcat9 and get the windows service error: >"Windows could not start Tomca

Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Juan Ramirez
Hello, I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a service. After installing Tomcat9 using the windows service installer, I try to run Tomcat9 and get the windows service error: "Windows could not start Tomcat9 service on Local Computer. Error 1067: The process

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
And just for fun, I searched Google for "tcp port 12345" and found this among others : https://www.speedguide.net/port.php?port=12345 On 27.08.2019 16:09, Patrick Heinen wrote: Thank you very much for your prompt and detailed feedback. Unfortunately, there are no such entries in the "web.xml"

RE: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread Patrick Heinen
Thank you very much for your prompt and detailed feedback. Unfortunately, there are no such entries in the "web.xml" files within "webapps". Logfiles do not show such entry either. We therefore have to get in touch with the software vendor in order to address this. Thanks again. -Orig

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
Addendum : On 27.08.2019 15:23, André Warnier (tomcat) wrote: On 27.08.2019 14:05, Patrick Heinen wrote: Hi everyone, In our Apache Tomcat 8.5.31 installation, Tomcat8.exe ist listening on TCP port 12345, and we need to change this to a different port number. Unfortunatley, we cannot find a w

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
On 27.08.2019 14:05, Patrick Heinen wrote: Hi everyone, In our Apache Tomcat 8.5.31 installation, Tomcat8.exe ist listening on TCP port 12345, and we need to change this to a different port number. Unfortunatley, we cannot find a way to change this since it is not specified in server.xml or Ja

How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread Patrick Heinen
Hi everyone, In our Apache Tomcat 8.5.31 installation, Tomcat8.exe ist listening on TCP port 12345, and we need to change this to a different port number. Unfortunatley, we cannot find a way to change this since it is not specified in server.xml or Java options. Does anybody know how this port

Re: is it logical that WsBaseFrame/WsServerFrame calls WsSession.onclose that results in a call to the client again?

2019-08-27 Thread Mark Thomas
On August 27, 2019 6:54:22 AM UTC, Johan Compagner wrote: >> >> >> > As far as i can understand it should not try to send a close >message at >> > that point, because the close did already happen from the client >side.. >> > I guess if onclose was called programatically from the server side >then