Re: Rc3.d startup scripts

2005-06-18 Thread Andrew Miehs

That really depends on the operating system.

You may also want to have a look at google

On Jun 17, 2005, at 8:34 PM, [EMAIL PROTECTED] wrote:

I am trying to create a startup script for Solaris for both Tomcat  
5.5.9

and Apache 2.0.52.

Can anyone tell me how to do that, so that when the box is rebooted it
automatically starts Tomcat and Apache.




Rc3.d startup scripts

2005-06-17 Thread uttam.g.dubal
I am trying to create a startup script for Solaris for both Tomcat 5.5.9
and Apache 2.0.52.

Can anyone tell me how to do that, so that when the box is rebooted it
automatically starts Tomcat and Apache.

Thank you for your help.


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Rc3.d startup scripts

2005-06-17 Thread Bill Barker
For Apache 2.0.52, unless you need SSL, you can do worse than:
   ln -s /usr/local/apache2/bin/apachectl S35apache

If you don't mind running as root, you can do the same thing for Tomcat:
  ln -s /path/to/tomcat/bin/catalina.sh S34tomcat

If you are using jsvc, then the Tomcat5.sh script that ships with it is 
meant to be the start of an rcx.d script.  Even if you're not using jsvc, 
you could always unpack the distro and look at the script as a pattern to 
start from.

[EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
I am trying to create a startup script for Solaris for both Tomcat 5.5.9
and Apache 2.0.52.

Can anyone tell me how to do that, so that when the box is rebooted it
automatically starts Tomcat and Apache.

Thank you for your help.


This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information.  If you have 
received it in error, please notify the sender immediately and delete the 
original.  Any other use of the email by you is prohibited. 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]