Re: Ubuntu Tomcat package maintenance

2024-07-18 Thread Joel Griffith
hristopherschultz.net> wrote: > Joel, > > On 7/11/24 16:13, Joel Griffith wrote: > > A year and a half ago I had to stop updating Tomcat because a Ubuntu > > packaging bug force-changes file ownership of the Tomcat installation. > I'm > > trying to get in t

Ubuntu Tomcat package maintenance

2024-07-11 Thread Joel Griffith
A year and a half ago I had to stop updating Tomcat because a Ubuntu packaging bug force-changes file ownership of the Tomcat installation. I'm trying to get in touch with the package maintainers to have that fixed. `apt-cache show tomcat` gives ubuntu-devel-disc...@lists.ubuntu.com as the mainta

Re: Tomcat 9 returns INameEnvironment error

2023-06-19 Thread Joel Griffith
rse` from `/etc/apt/sources.list` to restore its original state. 6. Upgrade Apt again ($ sudo apt upgrade) 7. Restart Tomcat ($ sudo systemctl restart tomcat9.service) This worked for me on Ubuntu 22.04/Tomcat 9/Java 8. Joel On Fri, Jun 16, 2023 at 4:35 PM Joel Griffith wrote: > This is de

Re: Tomcat 9 returns INameEnvironment error

2023-06-16 Thread Joel Griffith
t; 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 installe

Re: Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Joel Griffith
e maintainers at Canonical who make that choice? Thanks, Joel On Thu, Jun 15, 2023 at 11:26 AM Rémy Maucherat wrote: > 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

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

Re: Tomcat ownership changed spontaneously

2022-04-06 Thread Joel Griffith
and originally installed Tomcat using `apt`. I'll check with Canonical, then, I guess. Thanks for the info! Joel On Tue, Apr 5, 2022 at 5:56 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Joel, > > On 4/5/22 10:33, Joel Griffith wrote: > > I'm running

Tomcat ownership changed spontaneously

2022-04-05 Thread Joel Griffith
Hi, I'm running a webapp under Tomcat 9 on Ubuntu 20.04. We run Tomcat as an ad-hoc system user who owns the Tomcat installation files. On Friday, the app stopped working. Over the weekend, I determined that the problem was that something had reset the ownership of the Tomcat installation files

What sets Java version at installation?

2021-06-11 Thread Joel Griffith
Hi everyone, I have two Ubuntu 20.04 servers, both with Tomcat 9 and Java 8 installed from the standard repositories. On the first, I installed Java 8 before installing Tomcat 9. When I installed Tomcat 9, it evidently found the existing Java 8 installation, and when I run the server it reports

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Wed, Mar 13, 2019 at 9:38 AM Olaf Kock wrote: > > On 13.03.19 14:22, Joel Griffith wrote: > > > I think it was accomplishing something; tomcat7/common/lib/ contained a > > > bunch of .jar files that looked like standard Tomcat installation files > > > (tomca

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Tue, Mar 12, 2019 at 9:01 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 3/12/19 14:39, Mark Thomas wrote: > > On 12/03/2019 14:42, Christopher Schultz wrote: > >>

What is `tomcat7/common/` for?

2019-03-12 Thread Joel Griffith
I'm upgrading a webapp server from Tomcat 7 to Tomcat 8 on Ubuntu 16.04. At installation, Tomcat 7 creates a directory `/var/lib/tomcat7/common/`. When Tomcat 8 is installed, however, the `/var/lib/tomcat8/` directory it creates does not include a `common/` directory, and the deployment script comp

Re: Tomcat gives 404 for file that exists

2019-02-05 Thread Joel Griffith
On Tue, Feb 5, 2019 at 9:49 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > > On 2/5/19 08:56, Joel Griffith wrote: > > On Mon, Feb 4, 2019 at 4:50 PM Christopher Schultz < > &

Re: Tomcat gives 404 for file that exists

2019-02-05 Thread Joel Griffith
On Mon, Feb 4, 2019 at 4:50 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > > On 2/4/19 16:35, Joel Griffith wrote: > > I've installed Tomcat 8.0.32 a local Ubuntu 16.04 VM (Oracle

Tomcat gives 404 for file that exists

2019-02-04 Thread Joel Griffith
I've installed Tomcat 8.0.32 a local Ubuntu 16.04 VM (Oracle VirtualBox) and I'm using it to access a webapp through the laptop the VM is local to. The VM port-forwards 3081 to 8080, so I can access Tomcat as ` http://127.0.0.1:3081/` in my laptop browser. Accessing `http://127.0.0.1:3081/` gives