Mondain wrote:
> The "fix" didn't work, I still see the same error. I set the same name on
> the Service and the Engine now, previously the Service (Embedded) did not
> have a name set. Here is the relevant portion of the code:
> embedded = new Embedded();
> embedded.createLoader(originalClassLoader);
> embedded.setCatalinaBase(serverRoot);
> embedded.setCatalinaHome(serverRoot);
> embedded.setName(serviceEngineName);
>  engine = embedded.createEngine();
> engine.setDefaultHost(host.getName());
> engine.setName(serviceEngineName);
> 
> The string "serviceEngineName" is set to "red5Engine". Do I need some other
> form of registration prior to calling embedded.start()?

I might have a patch for this. How happy are you building from source to try it 
out?

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to