Re: Tomcat for Apple silicon coming soon?

2023-01-18 Thread m...@cvkimball.com
Dear Folks, Thanks to all for your assistance! Best wishes, Chris Kimball - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat for Apple silicon coming soon?

2023-01-18 Thread James H. H. Lampert
On 1/18/23 3:11 PM, Christopher Schultz wrote: Tomcat is pure-Java (okay, except for tcnative, which you evidently don't need) and therefore should run on either x86-84 Java via Rosetta 2 or aarch64 Java natively. You do not need any special distribution of Tomcat to run on native aarch64. It

Re: Tomcat for Apple silicon coming soon?

2023-01-18 Thread Christopher Schultz
Chris, Bringing this back on-list. Please reply to the list and not to individual members. (See below...) On 1/18/23 06:47, m...@cvkimball.com wrote: I have no idea what tcnative is and how to rebuild it. Christopher Schultz, are you saying I must rebuild tcnative to run Tomcat on AArm64/Ap

Re: AW: Password in Tomcat 9.x

2023-01-18 Thread Christopher Schultz
Thomas and Alex, On 1/18/23 16:03, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello Alex, thanks for the clarification. Now I got the topic. I don't think that you can use a path there. The options I have in mind are: - Use properties: https://stackoverflow.com/questions/11926181/environment-

Re: [OT] SSO Token not found with RewriteRules

2023-01-18 Thread Christopher Schultz
Jerry, On 1/17/23 13:30, Jerry Malcolm wrote: In my philosophy for years (possibly not the best philosophy...), the root was for primarily static stuff.  And any JSPs that might need to be in root were sent to other non-root contexts via a rewrite.  I've been moving away from that philosophy i

Re: Tomcat JDBC CP: Exponential backoff?

2023-01-18 Thread Christopher Schultz
Thomas, On 1/17/23 13:33, Thomas Meyer wrote: Does Tomcat's CP support exponential backoff in case DB is unavailable for some reason? I didn't find anything in the documentation in this regards. I don't think is supports any such thing. What would be the purpose of exponential back-off... do

Re: StaticMembers within Multiple Clusters

2023-01-18 Thread Christopher Schultz
Tim, On 1/15/23 12:26, Tim K wrote: I hate to bring back my original thread and I am probably not doing this correctly, but I've been seeing this message occur on my cluster. My tomcat is now at 9.0.70. Possibly there was a breaking change since I first started using the cluster? java.lang.NoC

AW: Password in Tomcat 9.x

2023-01-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Alex, thanks for the clarification. Now I got the topic. I don't think that you can use a path there. The options I have in mind are: - Use properties: https://stackoverflow.com/questions/11926181/environment-system-variables-in-server-xml - Remove password or set it to the same passwor

AW: Password in Tomcat 9.x

2023-01-18 Thread a.grubner
Hoi Thomas Thanks for your feedback. I checked - here I can give you the following. I have a webserver certificate (p12) stored on the filesystem. It has the p12.pwd also this location. Owner and group are well protected from other technical users. Now, the config file, where the webserver cert

Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-18 Thread Melvin Oosterveen
Hi Peter, Thank you for your help, I got it to work! I have added the lines below to the tomcat service file now and it works. A separate JMX process is now started for each of the apache tomcat instances I start, this could cause some port conflicts though - looks like a new challange. #Envi