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
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
-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
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
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