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@lists.tivoli.com'" <nv-l@lists.tivoli.com>
From: REIBENSCHUH Alfred <alfred.reibenschuh@it-austria.com>
Subject: telnet with 7.1 webconsole
Message-ID: <6FA3B2A74668D411B89700508B9588E204A22F26@v8.server.lan.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
**********************************
|