Appendix E. Text-based Portal installation on Solaris 735
E.5.7 Copying the plugin configuration file to the Web server
After the installation has completed, do not forget to copy the new generated
plugin configuration file to the Web server, as follows:
1. Log in as a root on machine 2.
2. Change the working directory.
# cd /opt/WebSphere/AppServer/config/cells
3. Run the following command to copy the file.
# ftp sun1
Connected to sun1.
220 sun1 FTP server (SunOS 5.8) ready.
Name (sun1:root): root
331 Password required for root.
Password:
230 User root logged in.
ftp> cd /opt/WebSphere/AppServer/config/cells
250 CWD command successful.
ftp> ascii
200 Type set to A.
ftp> put plugin-cfg.xml
200 PORT command successful.
150 ASCII data connection for plugin-c ...