Hi Saurabh, list,

I don't know anything about NortelDM, but...

The applications launched from custom-menu-config are client apps:

- Nortel DM client has to be installed (and configured) on client side
(if it's a client<->server app)
- either launch javaw as decribed by yourself in the custom-menu-file or
- create a batch file (downloadable to client from somewhere)
,containing the javaw command and possibly some checks whether all
needed apps are installed and where, and launch this batchfile from
custom-menu-file

We do this with batch-/shellscript-files to give our customer the
right to choose which e.g. ssh, telnet, whatever app to use for
different operations. Works well.

Hope this helps.

Regards,
Marcel

On Wed, Mar 18, 2009 at 3:46 AM, Saurabh Bohra <[email protected]> wrote:
> Hello world,
> Environment:
> SPECTRUM 9.0 SP1 on Windows 2003
>
> I am at a client side which is a Nortel House. Here they want to integrate/
> launch Nortel Device Manager (DM) from OneClick.
>
> I have installed Nortel DM on the OneClick server. The Nortel DM uses a jar
> file to launch.
>
> The path/ Target as displayed in the properties of the DM to launch is as
> follows:
>
> "C:\Program Files\Nortel\JDM\jre\bin\javaw.exe" -Xmx256m
> -DEMPATH="C:\Program Files\Nortel\JDM" -jar "C:\Program
> Files\Nortel\JDM"\jdm.jar
>
> I have created a custom-menu-config.xml file (custom-menu-config.xml.001)
> and placed it in custom folder, restarted tomcat. I can see the menu getting
> created however when I click the option it does not launch the Nortel DM.
>
> So I created a batch file (lJDM.bat) and tried to launch it from there
> (custom-menu-config.xml.002). Even then I was not able to launch. I ran the
> same command from the bash shell and it launches the application.
>
> Does anyone have tried to do launch jar file from OneClick and have success.
> I would appreciate if someone can share some code with me.
>
> Thanks in advance,
> Saurabh
>
>
> --To unsubscribe from spectrum, send email to [email protected] with the
> body: unsubscribe spectrum [email protected]

---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to