IBM Websphere RAD Setup/Compile/Runtime Issues
Installing Plugin between iPlanet and Webshpere 6.x server If you are doing a plain vanilla installation with Webserver listening on port 80 than regular steps will help. However if we are installing in any other port we need to do some manual changes for the plugin to work correctly. Below are the list of files that you would have to change the port name manually: - Plugin-cfg.xml This is the file that connects between the webserver and appserver that we mentioned during the plugin installation. We need to make the following changes virtualhostgroup name="default_host" virtualhost name="*:9080" virtualhost name="*:80" virtualhost name="*:9443" virtualhostgroup Modify the line in red from 80 to the port your webserver is listening. Also don’t forget to add this line to provide access to your application root in the : - Virtualhosts.xml This is located in your profiles directory as below: C:\Program Files\IBM\SDP70\runtimes\base_v6\profiles\AppSrv