« Return to Thread: Multiple contextPaths with the same app

Re: Multiple contextPaths with the same app

by Dominick Accattato-2 :: Rate this Message:

Reply to Author | View in Thread

why don't you just use sub-scopes.  For iinstance:

rtmp://localhost/myApp/blah1
rtmp://localhost/myApp/blah2

this way, both of your context paths use the same application.


On Thu, Jul 2, 2009 at 3:20 AM, bobbrinks <brinks_bob@...> wrote:

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
--
View this message in context: http://www.nabble.com/Multiple-contextPaths-with-the-same-app-tp24288706p24288706.html
Sent from the Red5 - English mailing list archive at Nabble.com.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: Multiple contextPaths with the same app