No scope "" on this server.

first thing first, clear out scope, context and handler in Red5.

1. scope = context + handler
2. handler would be called by client.
3. context provides all necessary resources for handler.

btw, that's my idea. of course u can have your one

second, no scope "xxx"(e.g. bwcheck) on this server. that means xxx has not been loaded by Red5, exactly by contextLoader in spring.

mostly, that caused by soemthing like "class not found".

where?
1. classes folder in web-info.
2. bin folder.
3. red5.jar

better off put the missing class here.

你可能感兴趣的:(spring,Web,idea)