I'm getting the following error when I try to run tomcat8.
tomcat code=exited status=203/EXEC
I've done a bunch of searching for things that might work but haven't had
any luck with anything and nothing seems to be straight forward.
I'm using ubuntu server 14.06 and tomcat8.
Any ideas would be a
guide?
Thanks
On Tue, Dec 20, 2016 at 1:38 PM, Mary Wiegand
wrote:
> 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 Tom
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 tomcat
>> [Unit]
&g
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/java-8-oracle/jre/bin/java
Environment=CATALIN