I am able to create red5 RTMP application and able to stream successfully. But after completion of streaming. I am not able to undeploy/uninstall the application :(. I tried deleting application directory under /, but it didn't make any difference. Can anybody explain me the process of undeploying/uninstalling red5 RTMP application. Many thanks in advance.
Asked
Active
Viewed 269 times
0
-
http://stackoverflow.com/questions/12483962/how-to-install-the-admin-panel-in-1-0 – Stefan Nov 18 '14 at 07:37
1 Answers
1
Stop the server, delete your app directory under webapps, delete the work directory, and then restart the server.

Paul Gregoire
- 9,715
- 11
- 67
- 131
-
Cant it be undeployed without restarting the server. Because i dont want to disturb already running applications. – Raju Nov 18 '14 at 20:09
-
You can remove it using jmx without a restart, but it will reload if you restart the server. – Paul Gregoire Nov 18 '14 at 20:16
-
Are there any listener classes which i can configure to monitor and undeploy rtmp application. ?? Like war deployer listener. – Raju Nov 18 '14 at 20:21
-
-