On 20.12.2016 22:42, Mary Wiegand wrote:
I was using a specific walk through to install Tomcat and everything that's
needed with it.
I downloaded the installer from tomcat to the /tmp file and then extracted
it and installed it to the /opt/tomcat dir.
Which I had to make the directory. Should I j
I was using a specific walk through to install Tomcat and everything that's
needed with it.
I downloaded the installer from tomcat to the /tmp file and then extracted
it and installed it to the /opt/tomcat dir.
Which I had to make the directory. Should I just start over with a
different guide?
Tha
There was a pid file in that location. I removed it and restarted tomcat.
commands:
rm /opt/tomcat/temp/tomcat.pid
systemctl restart tomcat
systemctl status tomcat
tomcat.service - Apache Tomcat Web Application Container
Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor preset:
On 20.12.2016 22:08, Mary Wiegand wrote:
Hi,
I'm installing tomcat v8.5.9 on ubuntu 16.04
this is my tomcat.service file:
#System unit file for tomcat
[Unit]
Description=Apache Tomcat Web Application Container
After=network.target
[Service]
Type=forking
Environment=JAVA_HOME=/usr/lib/jvm/jav
may be pid file lying around from earlier stop/start?
remove the pid file and start again.
/opt/tomcat/temp/tomcat.pid
On Tue, Dec 20, 2016 at 4:08 PM, Mary Wiegand
wrote:
> Hi,
>
> I'm installing tomcat v8.5.9 on ubuntu 16.04
>
> this is my tomcat.service file:
>
> #System unit file for tom