Multiple contextPaths with the same app
Hi all,
I've made an webapp for red5 that has to run on multiple contextPaths (localhost/bla1, localhost/bla2) because there are different types of clients. But i dont want to copy my jar into multiple subdirectories of the webapps folder for maintenance reasons.
So is there a way in red5 (standalone) to creat context aliases all pointing to the same webapp (handler).
Or i tried placing my jar file in the red5/lib directory and making multiple subdirectories with only the config files but then i get a class not found exception.
Does anyone understand what i mean and know a way to realize this?
Tnx in advance
Bob