no ..... double click install-ubuntu.sh then display change MYSQL_ADMIN_PASSWORD=mysql then save and run in terminal
CATALINA_OPT (memory) of Tomcat.? #!/bin/bash export JAVA_HOME=/usr/lib/jvm/java-6-sun #export CATALINA_BASE=/path/to/catalina/base #export CATALINA_BASE=/home/renny/tomcat6 export CATALINA_OPTS="Xms1024M -Xmx1024M -XX:MaxPermSize=256m" case $1 in start) sh $HOME/tomcat6/bin/startup.sh ;; stop) sh $HOME/tomcat6/bin/shutdown.sh ;; restart) sh $HOME/tomcat6/bin/shutdown.sh sh $HOME/tomcat6/bin/startup.sh ;; esac exit 0 is it correct ? but not working....same.... ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
