Tagged Questions
0
votes
1answer
246 views
Autorun Tomcat in Linux Mandriva - java.io.IOException: invalid argument
Here's the autorun script, which i use -
#!/bin/sh
# description: Tomcat start/stop script
# chkconfig:
TOMCAT_PATH=/java/apache-tomcat-7.0.32/bin
...