$ sudo apt-get install tomcat7 tomcat7-common tomcat7-admin
$ sudo nano /etc/tomcat7/tomcat-users.xml
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="admin-gui"/>
<role rolename="manager-gui"/>
<user username="USERNAME" password="PASSWORD" roles="manager-gui,admin-gui"/>
</tomcat-users>
$ sudo mkdir /var/madsonic
$ sudo chown tomcat7:tomcat7 /var/madsonic
$ sudo service tomcat7 restart
justin wrote:this is all i get when i try to start it FAIL - Application at context path /subsonic could not be started
Madevil wrote:justin wrote:this is all i get when i try to start it FAIL - Application at context path /subsonic could not be started
do you have a /var/subsonic directory? whats in there?
any log file, errors?
aadam12 wrote:@Madevil thanks for the HowTo
FYI: Wherever it says "gedit" please change it to "nano" or "vi"... this is Ubuntu Server there is no GUI.
Users browsing this forum: No registered users and 3 guests