nv-l

[nv-l] Re: telnet with 7.1 webconsole

2002-02-19 14:22:47
Subject: [nv-l] Re: telnet with 7.1 webconsole
From: William.Stringfellow AT bankofamerica DOT com
To: nv-l AT lists.tivoli DOT com
Date: Tue, 19 Feb 2002 11:22:47 -0800

Alfred,
     If you get your telnet code to work, could you post it to the list?

          Thanks,
          Bill

*******************************     EXTRACT OF ORIGINAL MESSAGE
**********************************
Date: Fri, 15 Feb 2002 12:59:18 +0100
To: "'nv-l AT lists.tivoli DOT com'" <nv-l AT lists.tivoli DOT com>
From: REIBENSCHUH Alfred <alfred.reibenschuh AT it-austria DOT com>
Subject: telnet with 7.1 webconsole
Message-ID: <6FA3B2A74668D411B89700508B9588E204A22F26 AT v8.server.lan DOT at>

hi!

i'm using netview 7.1 on AIX

i've created a java-telnet application which is supposed to run from
the webconsole.

i've registered it in the webconsole using the following warf:

================================================================
<WARF xmlns:xlink="http://www.w3.org/1999/xlink";>
  <Application name="webconsole">
    <Action id="telnet_to" roles="">
      <Name>Telnet</Name>
      <Mnemonic />
      <ShortDescription>Telnet to..</ShortDescription>
      <LongDescription>Telnet to Selected Node</LongDescription>
      <SelectionRule minSelected="1" maxSelected="1" expr="isNode" />
      <ActionHandler>
        <Method>
          <MethodName>de.mud.jta.TelnetClient.main</MethodName>
          <ArgList>
            <Val>
                <Var>OVwSelection1</Var>
            </Val>
            <Val>
                <String>23</String>
            </Val>
          </ArgList>
        </Method>
      </ActionHandler>
    </Action>
  </Application>
</WARF>
================================================================

the problem seams that the webconsole finds the class
(de.mud.jta.TelnetClient)
and then tries to resolve the calling-method but cant find it:

*******************************     END OF EXTRACT
**********************************




<Prev in Thread] Current Thread [Next in Thread>
  • [nv-l] Re: telnet with 7.1 webconsole, William . Stringfellow <=