• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to start webLogicManagedServer in debug mode?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm able to start weblogic Admin Server in debug mode by setting Env_variable debugFlag=true.

Could someone please tell me how to start webLogicManagedServer in debug mode.?
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are several debug flags for WLS Managed Servers.

you can activate them under Environment -> Servers _> your server -> Debug
or with properties at JVM.

 
Anil basha
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply.

Yes. I do see the flags under Debug section. There are so many flags which can be enabled.

But I do not have any idea which flag to be enabled. Thuogh, I've tried by enabling DebugDeploy, DebugDeployment, DebugDeploymentPlan, DebugDeploymentService, DebugDeploymentServiceInternal, DebugDeploymentServiceStatusUpdates, DebugDeploymentServiceTransport, DebugDeploymentServiceTransportHttp flags and restarted the managed server. But I didn't see any echo on which port it is running.

Could you please elaborate if you can.?

Thanks in advance
Anil basha
 
German Gonzalez-Morris
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try checking standard output.

anyway the port can be checked in config.xml
(or admin console).

 
Anil basha
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks..

I resolved it.. http://docs.oracle.com/cd/E23717_01/doc.71/e23701/dev_debug_test.htm
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic