Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebLogic initscript

Status
Not open for further replies.

shahrokhnikou

Technical User
Joined
Jul 18, 2005
Messages
6
Location
FI
Hi,

We've Weblogic in our Linux server.I can start Admin server manually by using an script "startWebLogic.sh". But now I have been asked to start admin server while system boots. So I need to write an script for that and put it in /etc/init.d/rc3.d.
I have no idea whatsoever how should I do it.
I tried to make a symbolic link like this:

ln -s /opt/bea/domains/admin/startWebLogic.sh /etc/init.d/rc3.d/S90startWebLogic

But I didn't work.
Any help would be very much appreciate.

Thanks,
Shahrokh

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top