How to start Sun Java System Application Server in version 7?

Hi All,

I have installed the Sun Java System Application Server and Sun Java System Access Manager for Sun Java System Portal Server 7 on Linux.Now I want to install the Sun Java System Portal Server 7.But for this it is necessary to start the application server.Please specify the procedure to start the Sun Java System Application Server ,so that I can proceed with the portal sever installation..Without that I am not able to install portal server.

All suggestions are welcome and thanx in advance.

Regards,

Chirag.

[549 byte] By [chirag1011] at [2007-11-26 6:57:19]
# 1

Hi chirag,

Before starting SunPortalServer Installation make sure the following servers are started.

1) Directory Server Instance

2) Access Manager

3) Application Server Admin & Instance

Default location for Linux OS :

/opt/sun/appserver- For Application Server

/opt/sun/identity- For Identity Server

/opt/sun/ds- For Directory Server

restart the directory server instance : (#assuming directory server 6 version )

<directory server install location>/ds6/bin/dsadm restart <DSInstance>

Ex:

/opt/sun/ds/ds6/bin/dsadm restart /var/opt/sun/dsins1

start the identity server

Ex:

/opt/sun/identity/bin/amserver start

stop/start the application server admin & instance

First stop the application server

Ex:

/opt/sun/appserver/bin/asadmin stop-domain domain1

start the application server

/opt/sun/appserver/bin/asadmin start-domain --user <admin user> --password <admin password> domain1

<admin user> - default is admin

<admin password> - Password provided during installation.

Hope this helps you to start portal server install.

Thanks

Shariff

Shariff at 2007-7-6 15:32:20 > top of Java-index,Web & Directory Servers,Portal Servers...