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
> 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
; 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
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
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
>
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
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
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
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
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
> >
> >
> 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
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
> 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
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
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
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(
16 matches
Mail list logo