Search code examples
wlst

How to start Weblogic admin server


when I am starting WebLogic admin server with local host:port no/console I am getting the following error:

Console/Management requests or requests with <require-admin-traffic> specified to 'true' can only be made through an administration channel.

How to overcome this error?


Solution

  • You can manualy change your config.xml, find the <require-admin-traffic> element and change it's value to false.