📜 ⬆️ ⬇️

Installing Sun System Portal Server 7.1 update 1 on Windows 2003

At the request of the workers, I am writing how to install a portal on Windows. Unfortunately, I have not mastered the following problem - how to process samples to the portal, how to run the Bulgarian portlet, wiki portlet, etc. Based on the logs, I came to the conclusion that the hardcode paths to files in build scripts does not allow to install examples and deploy existing functionality.
However, the portal is set up and running.
As I promised, in a few days some examples of portlets will be ready (in a week I’ll pass the diploma, I had to postpone the writing of portlets to “postgraduate”). Then I put portal 7.2 on linux and start picking it.


Installing Sun System Portal Server 7.1 update 1 on Windows 2003


1. Download the portal distribution from the Sun site: Portal Distributions

2. Open archive on disk C: \
The path to the distribution root should look like this: C: \ Sun. The folder contains the following directories and files:
')
3. Check if the ports are busy and free them.
1527, 1389, 4848, 8080, 11161, 11162, 11163, 11164, 11165, 4443
To do this, use the command
netstat –ano | findstr
.
tasklist | findstr
,
taskkill /PID
.
8080
4848 GlassFish, NetBeans. – NetBeans, Services GlassFish . J2EE , , 8080 4848. , .
4. setup.bat.
«y» localhost FQDN host name.

5.
C:\Sun\JavaES5\appserver\bin\asadmin list-instances --user admin --port 4848

= password
, . .

localhost:8080/portal/dt
- : localhost:8080/psconsole
= amadmin
= password

: localhost:4848/
= admin
= password
.

:
C:\Sun\startportal.bat
C:\Sun\stopportal.bat

FQDN
C:\Sun\env.bat

:
fqdn.host=plasma.red.iplanet.com
domainname=red.iplanet.com
root.domain=iplanet.com

FQDN, , env.bat, .

, :
JDK Version: 1.6.0_02

Sun Java System Application Server
Version: 8.2
Admin User: admin
Password: password
Master Password: password
Admin Port: 4848
GF Domain: domain1
Port: 8080

Sun Java System Directory Server
Version: 6.0
Admin User: cn=Directory Manager
Password: password
Port: 1389
Instance: DSInstance
Root DN: dc=red,dc=iplanet,dc=com

Sun Java System Access Manager
Version: 7.1
Admin User: amadmin
Password: password
amldapuser password: adminadmin

Sun Java System Portal Server
Version: 7.1 Update 1
Admin User: amadmin
Password: password

Source: https://habr.com/ru/post/26695/


All Articles