tomcat7 installer fails to create symbolic links
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomcat7 (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
On Ubuntu 13.04 I did "sudo apt-get install tomcat7". Starting tomcat7 with "sudo service tomcat7 start" shows these warning messages in the catalina.out log:
Sep 27, 2013 8:28:30 PM org.apache.
WARNING: Problem with directory [/usr/share/
Sep 27, 2013 8:28:30 PM org.apache.
WARNING: Problem with directory [/usr/share/
Sep 27, 2013 8:28:31 PM org.apache.
WARNING: Problem with directory [/usr/share/
Sep 27, 2013 8:28:31 PM org.apache.
WARNING: Problem with directory [/usr/share/
Sep 27, 2013 8:28:31 PM org.apache.
WARNING: Problem with directory [/usr/share/
Sep 27, 2013 8:28:31 PM org.apache.
WARNING: Problem with directory [/usr/share/
The warnings go away when the following symbolic links are added to /usr/share/tomcat7:
sudo ln -s /var/lib/
sudo ln -s /var/lib/
sudo ln -s /var/lib/
I believe the installer should create these links.
Changed in tomcat7 (Ubuntu): | |
status: | New → Confirmed |
Changed in tomcat7 (Ubuntu): | |
importance: | Undecided → Medium |
I suppose the links to conf and logs should be created as well: tomcat7/ conf/ conf tomcat7/ logs/ logs
cd /usr/share/tomcat7
sudo ln -s /var/lib/
sudo ln -s /var/lib/
The folder temp was missing too :( tomcat7/ temp
sudo mkdir /usr/share/