search for: fedora_home

Displaying 1 result from an estimated 1 matches for "fedora_home".

2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...c/init.d/your_file_name - chkconfig your_file_name on > (not 100% sure about this command, I''m on Debian :-) ) > > Hope this helps, > > regards > > R > > --- > > #!/bin/bash > > RETVAL=$? export JAVA_HOME=/opt/java export JDK_HOME=/opt/jdk > export FEDORA_HOME=/var/fedora export > CATALINA_HOME=$FEDORA_HOME/tomcat export JAVA_OPTS=''-Xmx512M > -Xms128M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8 > -Djavax.net.ssl.trustStore=/var/fedora/server/truststo re > -Djavax.net.ssl.trustStorePassword=tomcat'' export > PATH=$JAVA_HOME/...