Saturday, June 1, 2013

glassfish before tomcat

glassfish before tomcat

i have used this to install tomcat http://diegobenna.blogspot.com/2011/01/install-tomcat-7-in-ubuntu-1010.html
and this to install http://www.silvatechsolutions.com/tech-tips/glassfish-ubuntu-12-04-ubber-quick-install-guide/
i know about update-rc.d command for priority boot from here http://www.pathbreak.com/blog/ubuntu-startup-init-scripts-runlevels-upstart-jobs-explained and here http://www.debuntu.org/how-to-managing-services-with-update-rc-d/
here are my planed boot up
other bootup processes
....
MySql server
Apache server
Glassfish
Tomcat
User Login aka gnome or ubuntu unity
Here is the problem when i run
sudo find /etc/rc* -iname "mysql"
no result
sudo find /etc/rc* -iname "gnome"
no result
sudo find /etc/rc* -iname "unity"
no result
sudo find /etc/rc* -iname "apache"
/etc/rc0.d/K09apache2
/etc/rc1.d/K09apache2
/etc/rc2.d/S91apache2
/etc/rc3.d/S91apache2
/etc/rc4.d/S91apache2
/etc/rc5.d/S91apache2
/etc/rc6.d/K09apache2
sudo find /etc/rc* -iname "tomcat"
/etc/rc0.d/K85tomcat
/etc/rc1.d/K85tomcat
/etc/rc2.d/S25tomcat
/etc/rc3.d/S25tomcat
/etc/rc4.d/S25tomcat
/etc/rc5.d/S25tomcat
/etc/rc6.d/K85tomcat
sudo find /etc/rc* -iname "glassfish"
/etc/rc0.d/K84glassfish
/etc/rc1.d/K84glassfish
/etc/rc2.d/S26glassfish
/etc/rc3.d/S26glassfish
/etc/rc4.d/S26glassfish
/etc/rc5.d/S26glassfish
/etc/rc6.d/K84glassfish
right now its happening tomcat and glassfish start after i login
which takes few minutes to load
not allowing me normal work on PC
Wish to fix that

No comments:

Post a Comment