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

2019-03-13 Thread Olaf Kock
On 13.03.19 15:01, Joel Griffith wrote: > I installed it using Ubuntu's apt-get install, so installing it again > won't do anything different. Is there a documentation page > that lists what files are supposed to be there? > That would help. I can't seem to find one. If you installed through

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

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

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 > > > (tomcat7-websocket.jar,

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

2019-03-13 Thread Olaf Kock
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 > > (tomcat7-websocket.jar, tomcat-catalina-7.0.68.jar, etc.).  If I switch > > directories in the

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: > >> Joel, > >> > >> On 3/12/19 09:43, Joel

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

2019-03-12 Thread Christopher Schultz
-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: >> Joel, >> >> On 3/12/19 09:43, Joel Griffith wrote: >>> I'm upgrading a webapp server from Tomcat 7 to Tomcat 8 on >>> Ubuntu 16.04. At installation,

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

2019-03-12 Thread Mark Thomas
On 12/03/2019 14:42, Christopher Schultz wrote: > Joel, > > On 3/12/19 09:43, Joel Griffith wrote: >> 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, >>

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

2019-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 3/12/19 09:43, Joel Griffith wrote: > 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

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

2019-03-12 Thread John Larsen
Tomcat 8 uses tomcat/lib instead of tomcat/common/ you'll need to adjust your script. John Larsen On Tue, Mar 12, 2019 at 7:43 AM Joel Griffith wrote: > I'm upgrading a webapp server from Tomcat 7 to Tomcat 8 on Ubuntu 16.04. > At installation, Tomcat 7 creates a directory

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