RE: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-11-10 Thread shaiAhr
Caldarale, Charles R wrote: > >> From: shaiAhr [mailto:shai.aharonov...@comverse.com] >> Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 >> >> does this mean that in order to work with embedded tomcat >> I must either compile 6.0.20 by myself or

RE: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-11-10 Thread Caldarale, Charles R
> From: shaiAhr [mailto:shai.aharonov...@comverse.com] > Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 > > does this mean that in order to work with embedded tomcat > I must either compile 6.0.20 by myself or wait for 6.0.21? If the fix is required for your en

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-11-10 Thread shaiAhr
; 6.0.21 onwards. > > Mark > > Hi Pardon my ignorance but does this mean that in order to work with embedded tomcat I must either compile 6.0.20 by myself or wait for 6.0.21? Thanks Shai -- View this message in context: http://old.nabble.com/Having-trouble-with-Tomcat-6.0.20-embedde

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-05 Thread Mark Thomas
Mondain wrote: > Mark,Thanks for the patch; it works like a champ! Now how can I use this > with future releases of Tomcat? Will I have to reapply it each time? Thanks for testing. Assuming it gets the necessary 3 +1s, it will be in 6.0.21 onwards. Mark

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-05 Thread Mondain
Mark,Thanks for the patch; it works like a champ! Now how can I use this with future releases of Tomcat? Will I have to reapply it each time? Paul On Fri, Jun 5, 2009 at 11:25 AM, Mark Thomas wrote: > Mondain wrote: > > Mark,I'm perfectly ok with building the source and would be glad to test >

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-05 Thread Mark Thomas
Mondain wrote: > Mark,I'm perfectly ok with building the source and would be glad to test > your patch. Great! Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3 Mark - To unsubscribe, e-mail: users-unsubs

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-05 Thread Mondain
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 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

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-05 Thread Mark Thomas
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(originalClassLoade

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Mondain
ys.com> wrote: > >> > From: Mondain [mailto:mond...@gmail.com] >> > Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 >> > >> > everything is setup programically using Embedded. >> >> O.k., that makes things a bit more interesting. Looks

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Mondain
Thank you, Charles.. I'll give that a shot. Paul On Thu, Jun 4, 2009 at 1:08 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Mondain [mailto:mond...@gmail.com] > > Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 > > > >

RE: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Caldarale, Charles R
> From: Mondain [mailto:mond...@gmail.com] > Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 > > everything is setup programically using Embedded. O.k., that makes things a bit more interesting. Looks like you'll need to call setName() with the same value for

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Mondain
In red5 we don't use a server.xml, everything is setup programically using Embedded. Paul On Thu, Jun 4, 2009 at 10:52 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Joseph S [mailto:j...@selectacast.net] > > Subject: Re: Having trouble with To

RE: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Caldarale, Charles R
> From: Joseph S [mailto:j...@selectacast.net] > Subject: Re: Having trouble with Tomcat 6.0.20 embedded in Red5 > > I'm also having a problem with 6.0.20. This happens on startup, and > some webapps don't work. Post your server.xml so we can see if it fits the bug

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Joseph S
I'm also having a problem with 6.0.20. This happens on startup, and some webapps don't work. Jun 4, 2009 12:24:20 AM org.apache.catalina.connector.MapperListener init WARNING: Error registering contexts java.lang.NullPointerException at org.apache.catalina.connector.MapperListener.regist

Re: Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Mark Thomas
Mondain wrote: > Using Tomcat 6.0.20 an error occurs in MapperListener and I cant find any > new information on using Tomcat Embed. Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=47316 Mark - To unsubscribe, e-m

Having trouble with Tomcat 6.0.20 embedded in Red5

2009-06-04 Thread Mondain
Using Tomcat 6.0.20 an error occurs in MapperListener and I cant find any new information on using Tomcat Embed. The problematic area in 6.0.20 is here: private void registerHost(ObjectName objectName) throws Exception { String name=objectName.getKeyProperty("host"); if(