I have RAD(Rational Application Developer) version 9.00. I have created a "Dynamic web project" and I want test it using "Web preview server" which is already listed under available run times.
I tried run my application using Run As -> run on server and selected the "web preview server" from the existing server list. When I clicked finish after about 30 seconds below mentioned message was shown.
Starting web preview server" has encountered a problem.
Server Web Preview Server was unable to start within 30 seconds. If the
server requires more time, try increasing the timeout in the server editor.
Below mentioned log messages were displayed in console:
Launching defaultServer0 (WebSphere Application Server 8.5.5.0/wlp-1.0.3.20130510-0831) on Java HotSpot(TM) Client VM, version 1.6.0_02-b06 (en_US)
[AUDIT ] CWWKE0001I: The server defaultServer0 has been launched.
[ERROR ] CWWKF0001E: A feature definition could not be found for security-1.0
[ERROR ] CWWKO0221E: TCP Channel defaultHttpEndpoint initialization did not succeed. The socket bind did not succeed for host * and port 8080. The port might already be in use.
[AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
any idea what I am doing wrong here? Regards