Tagged Questions
1
vote
3answers
116 views
How do you set a program as a service in Linux (Debian) but have it switched off by default?
When you install Alfresco, it gives you an option of having it installed as a service or not.
If you install it as a service, the service starts up on booting but since it's using Tomcat it's too ...
0
votes
2answers
296 views
Java version for Tomcat
I want to run my Tomcat with Java 7 but all I found about configuring it doesn't work. The management interface of Tomcat shows 1.6.0_24-b24 as Java version. The JAVA_HOME variable is empty.
% echo ...