RDNG Client extension in 6.0.2 sample issues related to war file deployment
I downloaded the extensions.zip from the https://jazz.net/wiki/bin/view/Main/RMExtensionsExamples602
Tried deploying the war file as /Extension in WAS, by creating the war through JDK using command " jar -cvf MyExtensions.war *." for the sample extension available at https://jazz.net/wiki/pub/Main/RMExtensionsExamples602/extensions.zip.
Tried launching the Extension through https://<CLMapplicationserver>:9443/Extension/WidgetCatalog.xml, but getting Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /WidgetCatalog.xml
One answer
Did you follow the instructions here?
https://jazz.net/wiki/bin/view/Main/RMExtensionsHostingGuide602 (WAS at the bottom)