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....

On Mar 21, 11:10 am, Udai Gupta <[email protected]> wrote:
> > java.lang.OutOfMemoryError: PermGen space
>
> Did you follow the instructions from INSTALL file about setting
> CATALINA_OPT (memory) of Tomcat.?
>
> Udai
>
> --------------------------------------------------------------------------- 
> ---
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the 
> future.http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Mifos-users mailing list
> [email protected]https://lists.sourceforge.net/lists/listinfo/mifos-users

------------------------------------------------------------------------------
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

Reply via email to