How to enable DXL scripting option in Rational DOORS NG 6.0.1 version on Websphere 8.5
Accepted answer
Comments
Hi Keith, Thanks for the details. I am confused on where to create the "extensions" directory in WAS. Our directory structure is like /opt/IBM/JazzTeamServer/server/conf/rm
Hi, I can't answer that, sorry, as I said in my earlier answer I am using Tomcat. The earlier answer points at Websphere documentation. If that is not sufficient, I'm afraid I can't help you further.
Please see https://jazz.net/wiki/bin/view/Main/RMExtensionsHostingGuide602
Requirements
- Extensions must be accessible from a web server via HTTPS.
- The web server must not require any form of authentication to read the extension files.
- The certificate that is installed in the web server must be a valid certificate and must match the server name.
You probably want to have the extensions hosted on another server and not mess around with faked war files in WAS. That allows you to give access to the folders with the extensions to more users and they won't fool around with WAS and possibly crash your production WAS.
Otherwise https://rsjazz.wordpress.com/2016/03/02/alien-skies-peeking-into-doors-next-extensibility/ and a linked post explains how to "Fake" a war file deployment in WAS Liberty profile. WAS should be similar.