mwahl
11-06-2009, 08:24 PM
I am getting an error when i try and start resin
/etc/init.d/resin start
Starting resin: failed!
Where do i specify the user that will run resin? In my case for testing the user will be resin
<resin:if test="${resin.userName == 'root'}">
<user-name>resin</user-name>
<group-name>www-data</group-name>
</resin:if>
</server-default>
/etc/init.d/resin start
Starting resin: failed!
Where do i specify the user that will run resin? In my case for testing the user will be resin
<resin:if test="${resin.userName == 'root'}">
<user-name>resin</user-name>
<group-name>www-data</group-name>
</resin:if>
</server-default>