Re: Tomcat 9 returns INameEnvironment error

2023-06-20 Thread Christopher Schultz
Joel, On 6/19/23 15:28, Joel Griffith wrote: I found a workaround that I'll post here in case anyone with the same problem stumbles on this thread. The fix is to install the older `libeclipse-jdt-core-java` JDT package from the Ubuntu 20.04 repo. 1. Add the line `deb http://de.archive.ubuntu.c

Re: Tomcat 9 returns INameEnvironment error

2023-06-19 Thread Joel Griffith
I found a workaround that I'll post here in case anyone with the same problem stumbles on this thread. The fix is to install the older `libeclipse-jdt-core-java` JDT package from the Ubuntu 20.04 repo. 1. Add the line `deb http://de.archive.ubuntu.com/ubuntu/ focal main universe` to the end of `/

Re: Tomcat 9 returns INameEnvironment error

2023-06-16 Thread Joel Griffith
This is definitely the issue, I found a bug report to Canonical on the very thing: https://bugs.launchpad.net/ubuntu/+source/tomcat9/+bug/1972829 Oh, well. Thanks for your help, everyone! On Fri, Jun 16, 2023 at 4:17 AM Mark Thomas wrote: > On 16/06/2023 09:07, Rémy Maucherat wrote: > > On Thu,

Re: Tomcat 9 returns INameEnvironment error

2023-06-16 Thread Mark Thomas
On 16/06/2023 09:07, Rémy Maucherat wrote: On Thu, Jun 15, 2023 at 9:54 PM Mark Thomas wrote: On 15/06/2023 19:23, Joel Griffith wrote: It looks like the JDT you mention is the Ubuntu package `libeclipse-jdt-core-java`. When I installed Tomcat 9 (9.0.31) on the functioning Ubuntu 20.04 syste

Re: Tomcat 9 returns INameEnvironment error

2023-06-16 Thread Rémy Maucherat
On Thu, Jun 15, 2023 at 9:54 PM Mark Thomas wrote: > > On 15/06/2023 19:23, Joel Griffith wrote: > > It looks like the JDT you mention is the Ubuntu package > > `libeclipse-jdt-core-java`. > > > > When I installed Tomcat 9 (9.0.31) on the functioning Ubuntu 20.04 system, > > version 3.18.0+eclipse

Re: Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Mark Thomas
On 15/06/2023 19:23, Joel Griffith wrote: It looks like the JDT you mention is the Ubuntu package `libeclipse-jdt-core-java`. When I installed Tomcat 9 (9.0.31) on the functioning Ubuntu 20.04 system, version 3.18.0+eclipse4.12-1 of this JDT package was installed as a dependency. When I install

Re: Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Joel Griffith
It looks like the JDT you mention is the Ubuntu package `libeclipse-jdt-core-java`. When I installed Tomcat 9 (9.0.31) on the functioning Ubuntu 20.04 system, version 3.18.0+eclipse4.12-1 of this JDT package was installed as a dependency. When I installed Tomcat 9 (9.0.58) on the Ubuntu 22.04 sys

Re: Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Rémy Maucherat
On Thu, Jun 15, 2023 at 5:17 PM Joel Griffith wrote: > > I'm setting up a JSP webapp on an Ubuntu 22.04 system. The webapp uses > Tomcat 9 proxied through Apache 2, just as described here > . I'm > recreating a setup that works on an Ub

Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Joel Griffith
I'm setting up a JSP webapp on an Ubuntu 22.04 system. The webapp uses Tomcat 9 proxied through Apache 2, just as described here . I'm recreating a setup that works on an Ubuntu 20.04/Tomcat 9 system, and has worked in the past for earli