RTC extensions not loaded after restart of Tomcat
I am setting up an environment to develop RTC extensions (plugins).
My plugins build successfully, but after I restart Tomcat I can't see them, as they are not available as preconditions or follow-up actions under the expected extension points.
Am I missing anything?
Perhaps, should I delete the %CATALINA_HOME%\work\Catalina\localhost\ccm folder before restarting Tomcat, in order to be sure that the latest version of plugins is loaded?
Is this step mandatory or optional?
My RTC version is 4.0.5
Accepted answer
Do they work in Jetty?
If you deploy the extensions the first time and they don't show up, your deployment process failed.
You can request a server reset, but this is usually only required if you deploy a new version of extensions.
I would try to follow the extensions workshop (Article 1000) once (e.g. just import the code from older versions) and run the deployment to make sure you understand the process and then venture to try your own code.
If you deploy the extensions the first time and they don't show up, your deployment process failed.
You can request a server reset, but this is usually only required if you deploy a new version of extensions.
I would try to follow the extensions workshop (Article 1000) once (e.g. just import the code from older versions) and run the deployment to make sure you understand the process and then venture to try your own code.
Comments
1 vote
1 vote
showing 5 of 7
show 2 more comments