Mark,I'm perfectly ok with building the source and would be glad to test your patch.
Paul On Fri, Jun 5, 2009 at 10:08 AM, Mark Thomas <ma...@apache.org> wrote: > 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 > > -- http://gregoire.org/ http://code.google.com/p/red5/ http://code.google.com/p/blue5/