Re: distinction between resource charset and format octet decoding

2019-01-22 Thread Garret Wilson
On 1/15/2019 3:20 AM, Mark Thomas wrote: … Anything in PascalCase becomes a link to a wiki page of that name. Usernames are created in this form so references to the user automatically become links to that user's page in the wiki. Ah, OK, that explains it. Very good to know. Maybe a little sem

Re: Tomcat 8.5 Startup w/systemctl & Immediate Shutdown

2019-01-22 Thread David Filip
The tomcat installation on both — working and non-working — are clean, fresh download-n-untar distributions from the Apache web site; I have not deployed any web apps or modified any configuration files. Moreover, as I point out, if I manually run catalina.sh in ../bin, the server starts up fin

Re: Tomcat 8.5 Startup w/systemctl & Immediate Shutdown

2019-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 1/22/19 18:52, David Filip wrote: > Hi All, > > I seem to be having troubles getting Tomcat 8.5 to start on an > Amazon Linux 2 server with systemctl. The problem seems to be > that after starting tomcat, it always immediately tries to

Tomcat 8.5 Startup w/systemctl & Immediate Shutdown

2019-01-22 Thread David Filip
Hi All, I seem to be having troubles getting Tomcat 8.5 to start on an Amazon Linux 2 server with systemctl. The problem seems to be that after starting tomcat, it always immediately tries to shut down. From /var/log: Jan 22 23:13:32 cloud systemd: Starting Tomcat 8.5 servlet container... Jan

Re: context destroy method only be called once

2019-01-22 Thread Mark Thomas
On 22/01/2019 04:16, Aryeh Friedman wrote: > Platform / tomcat version: Tomcat 9.0.13 / FreeBSD 11.2-RELEASE (amd64) > [from ports collection without modification] > > I have 3 ServletContextListener concrete classes and on tomcat start all 3 > contextInitalized() methods are called, and complete