To deploy Simulink extension widget (OpenSocial Gadget) on WAS for DNG
The simulink extension allows linking Simulink models/requirements/test cases to link to DNG artfacts.
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
.
- Create a web application file and folder hierarchy.
-
Copied
dngsllink
folder. The folder as below files - js folder
- dngslink.xml
- readme
- 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'><display-name>dngslink</display-name>
</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" background-color: rgb(255, 255, 255); box-sizing: border-box; color: rgb(0, 0, 0); font-family: arial, " 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 - 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>