Re: Tomcat for Apple silicon coming soon?

2023-01-19 Thread Christopher Schultz
James, On 1/18/23 20:05, James H. H. Lampert wrote: 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

Re: Tomcat for Apple silicon coming soon?

2023-01-19 Thread Pete Helgren
And, just to be clear, the referring to the platform as an AS/400 is like calling an iPhone an Apple Newton...current implementation of the IBM i operating system (used to be OS/400) is on Power (AKA PowerPC 64bit).  There might be ancient machines running a RISC chipset or even the CISC proces

AW: Password in Tomcat 9.x

2023-01-19 Thread a.grubner
Hoi Thomas Thank you for your feedback. Do you know if in future apache tomcat releases, this will be possible to put a path? It would be the easiest for everyone, my opinion... Thanks Alex -Ursprüngliche Nachricht- Von: Thomas Hoffmann (Speed4Trade GmbH) Gesendet: Mittwoch, 18. Janua

AW: AW: Password in Tomcat 9.x

2023-01-19 Thread a.grubner
Hoi Christoph Also to you, thank you for your feedback. I asked Thomas as well, if he knows if this could be solved with placing the path to the file - in my opinion, this is a easy, safe possiblitiy to allocate any certs. That would be very helpful to have such tomcat. Thank you Alex -Ur

AW: Password in Tomcat 9.x

2023-01-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Alex, I am not a tomcat developer but as there are several alternatives, I suppose that this is not a big benefit. Most users just remove the password.. at least it's my experience. I don't see benefits by putting a password on the key as long as the folder permissions are set properly. G

[ANN] Apache Tomcat 8.5.84 available

2023-01-19 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.85. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 8.5.85 is a bugfix and fea

RE: [ANN] Apache Tomcat 8.5.84 available

2023-01-19 Thread jonmcalexander
Please update the subject line. :-) 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: F4469-010 Te

Please help me install Tomcat

2023-01-19 Thread Amn Ojee Uw
I've tried to install Tomcat, different version, like so : /# Download the latest release of tomcat 10.1.5// //wget https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// // //# Create tomcat directory// //sudo mkdir /opt/tomcat// // //# Extract the binary file wi

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-19 Thread Niranjan Rao
Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send us in right direction. Regards, Niranjan On 1/1