How to deploy a custom jazz application in Tomcat?
![]()
Dear all
I am able to run it in debug mode with jetty. which means that I was able to work through all chapters until nr. 9.
But now i have troubles with chapter nine. I did everything described in there, which resulted in a deployable war package and a .scr file. I can deploy them into tomcat, but a soon as i want to access the SCR or anything else, I get the following exception
HTTP Status 403 - CRJZS0040E No REST service handler is registered for the following path: /scr.type Status report message CRJZS0040E No REST service handler is registered for the following path: /scr. description Access to the specified resource has been forbidden.
I have used the Jazz 5.0 Foundation zip installations, which means that my urls look like the following:
https://localhost:9443/jts ---> works
https://localhost:9443/admin ---> works
https://localhost:9443/vms ---> 403 (see above)
https://localhost:9443/non-existing-application ---> 404
where 'vms' is the name of my app, like 'ccm' and 'non-existing-application' is a random url which does not exist
I've already read the following specifications
https://jazz.net/wiki/bin/view/Main/SCRAndDSRSpec
https://jazz.net/wiki/bin/view/Main/CALM2010AutoSetup
Any tips and hints are highly appreciated
Best Regards
Lukas
The SCR looks like the following
|