On Sat, Jul 28, 2012 at 8:36 PM, Rajagopal Swaminathan < [email protected]> wrote:
> I am not uncomfortable twisting a centos box's ear using chkconfig and all > that. > > But I am all thumbs when it comes to deb. > > Any pointers? (of course a silly question from a noob) > Good old sudo /etc/init.d/tomcat start will definitely work, for one time. to start the service at boot time\, sudo update-rc.d tomcat defaults more info here http://www.debuntu.org/how-to-manage-services-with-update-rc.d and if you prefer the upstart way then see http://upstart.ubuntu.com/getting-started.html -- With Regards, Mehul Ved _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
