[
https://issues.apache.org/jira/browse/ANY23-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney resolved ANY23-275.
----------------------------------------
Resolution: Fixed
This has been addressed. For future reference, the supervisord configuration to
be placed in supervisord.conf look as follows
{code}
[program:apachetomcat]
command=/usr/local/apache-tomcat-8.0.5/bin/catalina.sh start
process_name=%(program_name)s
startsecs=0
autorestart=false
{code}
The above is currently being stored in /usr/local/supervisord.conf
Supervisord is then started as follows
{code}
cd /usr/local
sudo supervsiord -c supervisord.conf
{code}
> Set up superisord on any23-vm.apache.org
> ----------------------------------------
>
> Key: ANY23-275
> URL: https://issues.apache.org/jira/browse/ANY23-275
> Project: Apache Any23
> Issue Type: Bug
> Components: service
> Affects Versions: 1.2
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Minor
>
> The service at any23.org regularly becomes unavailable due intermittent
> issues with the VM. Tomcat therefore dies and is not currently restarted.
> This issue should install [supervisord|http://supervisord.org/] so that it
> comes back up and the service is reinstated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)