Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi @ all,
i installed Apache Tomcat 5.5 on Solaris 9. The Problem is that i only can start it manually with "sh startup.sh". But if i reboot solaris, apache is down.
Is there any way to start Apache automatically after reboot??
Thanks

You need to create a script, that allows you to start and stop the apache, e.g. rcapache, so that you can type:
rcapache start
and
rcapache stop
to start and stop apache.Store this file in /etc/init.d.
Create symbolic links to that file in /etc/rc3.d.
A symbolic link for stopping a service is named e.g.
K12rcapache
and for starting a service
S12rcapacheSo if you have created the 2 symbolic links in rc3.d, every time, you start solaris, at loadstage (init) 3, apache gets started.
On shutting down solaris, apache will be stopped automatically.Hope that helps
Please send a reply, if you solved the problem !!!

installing and setting up a auto start up script as described below may help
http://easylinuxstuffs.blogspot.com...
for-vnc-server.html

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |