It's all about the answers!

Ask a question

To deploy Simulink extension widget (OpenSocial Gadget) on WAS for DNG


Deepali Deshmukh (8914260) | asked May 17 '21, 1:32 a.m.
edited May 17 '21, 1:33 a.m.

The simulink extension allows linking Simulink models/requirements/test cases to link to DNG artfacts.

 CLM version - 6.0.5
Simulink - 2017b

I am able to configure Simulink Extension Widget (OpenSocial Gadget) for DNG on Liberty profile.
Below are steps followed

Install the Selection for Simulink Widget in IBM Rational DOORS Next Generation

Installing the Selection for Simulink widget enables you to propagate selection information from IBM Rational DOORS Next Generation to MATLAB.

In the Windows® File Explorer, navigate to the folder  toolbox\slrequirements\slrequirements\resources  in your MATLAB installation folder. Copy the  dngsllink  folder into the  extensions  subfolder of your IBM Rational DOORS Next Generation installation. The location of this folder depends on your server version.

After copying the  dngsllink  folder to your server, add the Selection for Simulink widget to the Mini Dashboard in IBM Rational DOORS Next Generation. In the Mini Dashboard, select Add Widget > Add OpenSocial Gadget. Specify the URL to  dngsllink.xml  that corresponds to the  extensions\dngsllink  subfolder in your server installation folder.

For example, if you have Liberty server version 6.0.2 installed, the  extensions  subfolder is located in:  JazzTeamServer_6.0.02\server\liberty\servers\clm\dropins\war\extensions . The corresponding URL for adding the widget is:  https://JAZZSERVERNAME:9443/extensions/dngsllink/dngsllink.xml .

__
Now I am trying to deploy this on WAS. I have followed below steps 
  1. Create a web application file and folder hierarchy.
  • Copied  dngsllink  folder. The folder as below files
  • js folder
  • dngslink.xml
  • readme
  • web.xml
contains of web.xml
<?xml version='1.0' encoding='ISO-8859-1'?>
<web-app xmlns='http://java.sun.com/xml/ns/j2ee'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd'
    version='2.4'>

&lt;display-name&gt;dngslink&lt;/display-name&gt;

</web-app>

</pre>
<div>
    <font color="#000000" face="arial, Lucida Grande, verdana, sans-serif"><span style="font-size: 13.65px;">
    <br>
    </span></font>
</div>
<ol style=", verdana, sans-serif; Lucida Grande&quot; background-color: rgb(255, 255, 255); box-sizing: border-box; color: rgb(0, 0, 0); font-family: arial, &quot; font-size: 13.65px; line-height: 1.5; margin-bottom: 10px; margin-top: 0px;">
    <li style="background-color: transparent; box-sizing: border-box; font-size: 1em; line-height: 1.4em; margin: 0px; padding: 0px;">
        Create a web archive (WAR) file from above the hierarchy.
    </li>
    <li style="background-color: transparent; box-sizing: border-box; font-size: 1em; line-height: 1.4em; margin: 0px; padding: 0px;">
        Deploy the WAR file onto your WebSphere Application Server.
    </li>
    <li style="background-color: transparent; box-sizing: border-box; font-size: 1em; line-height: 1.4em; margin: 0px; padding: 0px;">
        Added widget in DNG, https://abc:9443/extensions/web.xml
    </li>
</ol>
<div>
    Link followed -&nbsp;https://jazz.net/wiki/bin/view/Main/RMExtensionsHostingGuide605
</div>
<div>
    <font color="#000000" face="arial, Lucida Grande, verdana, sans-serif"><span style="font-size: 13.65px;">After this it gives error like file not found.</span></font>
</div>


Please help me with correct method for deploying this on WAS. Also guide me for creating WAR file.

Thanks in advance.
Deepali

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.