Re: Tomcat 9: Java 11 to Java 17

2024-06-10 Thread Chuck Caldarale
> On Jun 10, 2024, at 14:48, Paul Leo wrote: > > I could be wrong, but I don't think you need jakarta for Tomcat 9. You need > it for TomEE 9 and Tomcat 10. But please someone verify. Not sure about TomEE, but Tomcat 9 certainly expects javax.* classes, not jakarta.* ones; the use of jaka

Re: Tomcat 9: Java 11 to Java 17

2024-06-10 Thread Paul Leo
I could be wrong, but I don't think you need jakarta for Tomcat 9.  You need it for TomEE 9 and Tomcat 10.  But please someone verify. On 6/10/2024 1:44 PM, Ryan Esch wrote: Hi folks,I have a webapp running Apache Tomcat 9.0.67 with Java 11, using JASPIC for authentication. For reference, usin

Tomcat 9: Java 11 to Java 17

2024-06-10 Thread Ryan Esch
Hi folks,I have a webapp running Apache Tomcat 9.0.67 with Java 11, using JASPIC for authentication. For reference, using these:             org.apache.tomcat            tomcat-catalina            9.0.85             org.apache.tomcat            catalina            6.0.53 This works.I need to get

Re: PKCS#8 encryption algorithm unrecognized

2024-06-10 Thread Timothy Resh
After much debugging, I have found the issue in my situation. In the server.xml file, you must put keystoreType="PKCS12" for it to recognize the keystore properly. On Fri, Apr 5, 2024 at 4:27 AM Roberto Benedetti < roberto.benede...@dedalus.eu> wrote: > > I got the Object ID and version straight

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread James H. H. Lampert
On 6/10/24 11:02 AM, Sebastian Trost wrote: On 10.06.2024 19:47, James H. H. Lampert wrote: Danke, Herr Trost. Gern geschehen, Herr Lampert. Alas, it doesn't look like WAR file generation is something we're doing with Maven: while at least one of our Eclipse projects has a pom.xml file, I c

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread Sebastian Trost
On 10.06.2024 19:47, James H. H. Lampert wrote: Danke, Herr Trost. Gern geschehen, Herr Lampert. Given that I can't remember the last time I personally generated a WAR file (although I'm pretty sure I've done it at least once), I haven't a clue. I think our development environment is still

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread James H. H. Lampert
On 6/10/24 10:23 AM, Sebastian Trost wrote: How do you generate your WAR files? With Maven? You should read the documentation at https://maven.apache.org/plugins/maven-war-plugin/examples/including-excluding-files-from-war.html Generally, WAR files are built on the ZIP file format. You can ope

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread Sebastian Trost
On 10.06.2024 19:09, James H. H. Lampert wrote: Please forgive me if this is a RTFM issue, or if it's outside the scope of this List (and this isn't exactly the first time I've imposed upon the friendly nature of this List, knowing that it's a much more forgiving environment than a lot of Stack

Excluding specific files when creating WAR files?

2024-06-10 Thread James H. H. Lampert
Please forgive me if this is a RTFM issue, or if it's outside the scope of this List (and this isn't exactly the first time I've imposed upon the friendly nature of this List, knowing that it's a much more forgiving environment than a lot of StackExchange forums are). I've just been alerted th