Monday, September 20, 2010

Issue while starting the server in a debug mode for webapplication.

Hi All

We may get debug launching error while trying to start our server in a debug mode for web application in Web Logic 8.1 or 10.3.

There Could be a Problem with our port number

We have to Make sure that whether we are using correct port number in our eclipse or not. In order to check that go to the startWebLogic.cmd file under the bin dir of your weblogic8.1 or 10.3. There you will find one property called SAVE_JAVA_OPTIONS under this there is a attribute called address. For example in my local mechine I have address=1044. So I have to use 1044 in my eclipse as well.

1 comment: