Tagged Questions
1
vote
1answer
146 views
How to start java application after machine reboot?
I'm wondering if there is easier way to start java application (just tomcat server) after machine has been rebooted?
Possible answers:
Add the application as a service and then add it using ...
0
votes
2answers
280 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 ...