Re: [OT] Weirdest thing this afternoon: Firefox liked a server, but Chrome didn't

2025-01-05 Thread Pete Helgren
James, One more tidbit (perhaps you already saw this). https://www.400power.com/node/323 Sounds a bit like what you are experiencing? Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java GIAC Cloud Penetration Tester AWS Certified Cloud Practitioner Microsoft Certified

Re: Weirdest thing this afternoon: Firefox liked a server, but Chrome didn't

2024-12-27 Thread Pete Helgren
proxy.  So IBM support suggested I create all certificates using either RSA OR ECDHE.  I've been sticking with RSA, for now. Clutching at straws a bit.... Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java GIAC Cloud Penetration Tester AWS Certified Cloud Practitioner

Re: Connector definitions, Re: Tomcat 8 impending EOL -- what's the minimum Java for Tomcat 9?

2023-03-08 Thread Pete Helgren
27;t had to dig into deeper details like you have so I can't weigh in on the log issues except to say that catalina.out is always in EBCDIC.  The catalina.[date].log files and all the other log files generated by Tomcat are in ASCII (and there are a bunch of them). Pete Helgren www.pe

Re: Tomcat for Apple silicon coming soon?

2023-01-19 Thread Pete Helgren
. Best computing platform on the planet (IMHO...) Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java GIAC Cloud Penetration Tester AWS Certified Cloud Practitioner Microsoft Certified: Azure Fundamentals On 1/19/2023 7:10 AM, Christopher Schultz wrote: James, On 1/18/23 20:05

Re: More information, Re: Tomcat 8.5.68 failing on takeoff!

2021-08-06 Thread Pete Helgren
I don't have an AS/400 any longer but I do I have a 9009 running IBM i.  If you use iACS and go to the IFS menu option, you can filter by a file name.  Are you looking for a class file within a jar or just the jar itself? Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer

Re: Probelm with shutdown script

2020-08-25 Thread Pete Helgren
The only time I ran into this is when I had conflict on the shutdown port or multiple instances which had a port conflict on the shutdown port.  Other than that, I don't know.  Possible permissions issues? Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java AWS Cert

Re: Cryptominer malware and Tomcat

2020-06-17 Thread Pete Helgren
ainst.  However, if something else comes to mind, feel free to post back.  I  did come across a couple of other posts where the OP said there was nothing but Tomcat and they also ended up with the miner. I have some updating to do.... Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer

Cryptominer malware and Tomcat

2020-06-17 Thread Pete Helgren
Liferay/Tomcat bundle but it isn't an easy upgrade and may take a bit -- Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java AWS Certified Cloud Practitioner Twitter - Sys_i_Geek IBM_i_Geek - To

Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread Pete Helgren
Longshotsomething in .profile of the user the Tomcat instance is running under? Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java Twitter - Sys_i_Geek IBM_i_Geek On 9/7/2017 1:10 PM, James H. H. Lampert wrote: I've got two separate boxes, both running Debian J

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Pete Helgren
On 12/12/2014 2:19 PM, James H. H. Lampert wrote: On 12/12/14 11:43 AM, Christopher Schultz wrote: I wouldn't be surprised if the AS/400 unzip software does Bad Things to ZIP archives. Make sure you use UNIX-compatible tools to unpack everything, or maybe do everything from "inside" that UNIX-li

Re: Tomcat 7 RPM download

2014-09-13 Thread Pete Helgren
AH! Sorry I saw the lower case "i" and assume IBM i. Ignore my previous post. Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java On 9/12/2014 10:35 PM, Krishna Saranathan wrote: Hi All Is there any distro portal from where i can download rpm, to install T

Re: Tomcat 7 RPM download

2014-09-13 Thread Pete Helgren
Check this site: http://www.youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries They aren't native i binaries but running/scripting stuff in PASE with these binaries is pretty straight forward Pete Helgren www.petesworkshop.com GIAC Secure Software Programmer-Java On 9/12/20

Re: Tomcat 7.0.50 on IBM i series - System i V7R1 - Installation errors

2014-02-01 Thread Pete Helgren
The usual comes to mind: Are you at the same PTF and CUME levels between the two boxes? Do you have the same Java licensed programs installed on both boxes? It the default JVM set the same on both boxes? Those things are what usually come back to haunt me when I deploy on IBM i Pete Helgren

Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?

2012-07-19 Thread Pete Helgren
The error might be a red herring or a show stopper but I also have: export -s JAVA_OPTS="-Dos400.awt.native=true -Djava.awt.headless=true -Xms256m -Xmx512m" In my catalina.sh script. That took care of a tty error I had (although I don't know if that is the issue in you

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
Answering my own post here. The follow up posts solved it. I added the address="0.0.0.0" to the connector tag and yes, all is well. Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 1/27/2011 11:01 AM, Pete Helgren wrote: 8080 is listed as: TCP

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
to set the "0.0.0.0" address in the connector, is that in the host section? This is my entry (using the server-minimal.xml as the template) Thanks Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 1/27/2011 10:26 AM, Mark Thomas wrote: On 27/01/2011 1

Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
IS is somehow controlling all http traffic, regardless of port but I can't seem to find any hard evidence of this. Suggestions? I am at a loss. -- Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com -

Re: Pointers on diagnosing session and thread hangs

2009-06-22 Thread Pete Helgren
return dataSource; } I will need to find out why the code is structured this way, particularly the makeObject calls. And, again, the thread dump has been very helpful in sorting this all out. Pete Caldarale, Charles R wrote: From: Pete Helgren [mailto:p...@valadd.com] Su

Re: Pointers on diagnosing session and thread hangs

2009-06-21 Thread Pete Helgren
ect to pool"); _pools.put(roleID, connectionPool); _dataSources.put(roleID, dataSource); } return dataSource; } I will need to find out why the code is structured this way, particularly the makeObject calls. And, again, the thread dump has been very he

Re: Pointers on diagnosing session and thread hangs

2009-06-20 Thread Pete Helgren
hristopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete, On 6/18/2009 10:52 AM, Pete Helgren wrote: Thanks. Looking at the dump I can see there is an issue with a DB manager we wrote (Blocking). I'll investigate further. It's amazing what you can learn ju

Re: Pointers on diagnosing session and thread hangs

2009-06-18 Thread Pete Helgren
Thanks. Looking at the dump I can see there is an issue with a DB manager we wrote (Blocking). I'll investigate further. This is what I needed! It has helped quite a bit. Pete Caldarale, Charles R wrote: From: Pete Helgren [mailto:p...@valadd.com] Subject: Re: Pointers on diagn

Re: Pointers on diagnosing session and thread hangs

2009-06-18 Thread Pete Helgren
Caldarale, Charles R wrote: From: Pete Helgren [mailto:p...@valadd.com] Subject: Re: Pointers on diagnosing session and thread hangs Not sure how much change to the environment we want to make before we track down the issue but going to 1.6 is something we'll consider. For JDK 1

Re: Pointers on diagnosing session and thread hangs

2009-06-18 Thread Pete Helgren
Thanks. We'll take a look at that as well. Not sure how much change to the environment we want to make before we track down the issue but going to 1.6 is something we'll consider. Pete Caldarale, Charles R wrote: From: Pete Helgren [mailto:p...@valadd.com] Subject: Re: P

Re: Pointers on diagnosing session and thread hangs

2009-06-18 Thread Pete Helgren
this problem, on of which crashed with 825 threads running last night, but I'll continue to pursue a tool that will do something similar and run in Windows. Pete Caldarale, Charles R wrote: From: Pete Helgren [mailto:p...@valadd.com] Subject: Re: Pointers on diagnosing session and t

Re: Pointers on diagnosing session and thread hangs

2009-06-17 Thread Pete Helgren
ultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete, On 6/17/2009 8:33 AM, Pete Helgren wrote: I am not an expert by any stretch in Tomcat internals so what I need is a way to determine what is causing the sessions to "hang" and the threads to begin to grow beyond the maxi

Pointers on diagnosing session and thread hangs

2009-06-17 Thread Pete Helgren
We are having a devil of a time tracking down why a web app is hanging while running in Tomcat. We are running version 5.5.27 in Windows XP with 2Gb RAM. The symptom is that randomly a user will report that they cannot log into the application. When we view the Tomcat application using Lambd

Re: AJP13 Connector and JKOptions

2009-02-20 Thread Pete Helgren
On 2/20/2009 12:25 AM, Pete Helgren wrote: Chris suggested that I use JKMount //* but not knowing exactly how that would play when the context was ROOT With "JkMount /context/*", a ROOT-deployed application won't work without other configuration. If you'd re

Re: AJP13 Connector and JKOptions

2009-02-19 Thread Pete Helgren
, but the correct images as well. The slightly longer URL isn't an issue. /asaap3/ASAAP vs /ASAAP isn't a problem. Again, thanks for the patient explanations. Pete André Warnier wrote: Pete Helgren wrote: Thanks Andre. And, I DID carefully read your original post and I had some in

Re: AJP13 Connector and JKOptions

2009-02-19 Thread Pete Helgren
te the help and the good counsel and I'll try on a couple of things for size this evening and let you know how things turn out in the morning Pete Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete, On 2/19/2009 12:31 PM, Pete Helgren wrote: My servlet use

Re: AJP13 Connector and JKOptions

2009-02-19 Thread Pete Helgren
I'll rather change the configuration to one that works rather than have to change the application itself. Pete André Warnier wrote: Pete Helgren wrote: [...] Pete, I really think you should re-read my previous answer. I did a quick check on the page you indicated, using Firefox and it's

Re: AJP13 Connector and JKOptions

2009-02-19 Thread Pete Helgren
help. I can't make immediate changes to the Apache instance and bounce it because the server is in production and I have a very limited "testing" window late in the evening. Pete Rainer Jung wrote: On 19.02.2009 15:24, Pete Helgren wrote: It does resolve to h t t p : // w w w .

Re: AJP13 Connector and JKOptions

2009-02-19 Thread Pete Helgren
different context and behind ISA server and it works fine. I am just trying to get to the bottom of why this particular application instance installed at ROOT on Tomcat is responding OK and rendering OK at :8080/MyApp but through AJP it has no images at :80/MyApp. Pete Rainer Jung wro

Re: AJP13 Connector and JKOptions

2009-02-18 Thread Pete Helgren
nd see what happens with that option. I'll post back. Pete Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete, On 2/18/2009 8:17 AM, Pete Helgren wrote: The pages display but none of the images display and several of the webapps links are broken. So, somethin

AJP13 Connector and JKOptions

2009-02-18 Thread Pete Helgren
Still struggling with this so I am reposting. I can't seem to find a configuration that allows the images and links to properly display. Info from prior posts: I have a Tomcat application that serves up a web app when I use a URL like this: http://www.mywebsite.com:8080/MyAPP Which I wante

Re: AJP13 Connector and JKOptions]

2009-02-16 Thread Pete Helgren
; To: "Tomcat Users List" Sent: Saturday, February 14, 2009 3:26 AM Subject: Re: AJP13 Connector and JKOptions Pete Helgren wrote: [...] Hi. Maybe start at the beginning and let us know : - which version of Tomcat you are running - on what kind of "box" (the OS) - with which ve

AJP13 Connector and JKOptions

2009-02-13 Thread Pete Helgren
I have a Tomcat application that happily serves up a web app when I use a URL like this: http://www.mywebsite.com:8080/MyAPP Which I wanted to change to this: http://www.mywebsite.com/MyAPP Using Apache I added the worker.properties file and the following directives to an existing Apache ser