How to determine java method server state?

Options
nskvortsov
edited January 15, 2009 in Documentum #1

Hello, every one.

Good old WDK development.

Application server and content servers are running on separate stations.

How can I determine if java method server (inside cs) is running? Using DFC code (inside application server).

Documentum 6.0 SP 1

Thank you.

Comments

  • mszurap
    edited January 15, 2009 #2
    Options

    Hi,

    I've never found such "tool" in DFC, but you can do it with java:

    - Make an HTTP connection to url http://yourhost:9080/DmMethods/servlet/DoMethod (host name is the content server host's name)

    - If you can connect to it, and the returned value is "Documentum Java Method Server" then it's running