Re: 4.0.7 release?
on 2002/10/24 9:23 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I am running scarab B13 using Tomcat 4.1.x, JDK 1.3.1, and the SecurityManager. I would have to go back and look at my config to see how I am doing it. Once again, we are just testing scarab and working through how we want to configure modules, attributes, etc. for our needs. Wemay not have tried whatever feature causes the problem. Do you have an example of how to trigger it? It is a startup error. Did you have to do anything special to re-order the Xerces in your classpath? -jon -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
Jon Scott Stevens wrote: on 2002/10/24 9:23 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I am running scarab B13 using Tomcat 4.1.x, JDK 1.3.1, and the SecurityManager. I would have to go back and look at my config to see how I am doing it. Once again, we are just testing scarab and working through how we want to configure modules, attributes, etc. for our needs. Wemay not have tried whatever feature causes the problem. Do you have an example of how to trigger it? It is a startup error. Did you have to do anything special to re-order the Xerces in your classpath? I just checked. I removed xerces related apis from common/endorsed and put them in server/lib. That removed them from the jar's visible to the scarab webapp. But left them available for the container to use. This is using JDK 1.3.1. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
on 2002/10/25 3:40 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I just checked. I removed xerces related apis from common/endorsed and put them in server/lib. That removed them from the jar's visible to the scarab webapp. But left them available for the container to use. This is using JDK 1.3.1. Regards, Glenn Great! That was the part I couldn't figure out. Scarab now defaults to use Tomcat 4.1.12 (I also worked around the bug I reported that was fixed) and I withdraw my request to do a release of 4.0.7. The only sad thing to report is that at first glance Tomcat 4.1.12 doesn't seem any faster than Tomcat 4.0.6. -jon -- StudioZ.tv /\ Bar/Nightclub/Entertainment 314 11th Street @ Folsom /\ San Francisco http://studioz.tv/ -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
on 2002/10/24 1:12 AM, Henri Gomez [EMAIL PROTECTED] wrote: Do you plan to make scarab works with 4.1.x ? Read: http://scarab.tigris.org/faq.html Blame the Xerces team for breaking backwards compatibility. Bah. -jon -- StudioZ.tv /\ Bar/Nightclub/Entertainment 314 11th Street @ Folsom /\ San Francisco http://studioz.tv/ -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
Jon Scott Stevens wrote: on 2002/10/24 1:12 AM, Henri Gomez [EMAIL PROTECTED] wrote: Do you plan to make scarab works with 4.1.x ? Read: http://scarab.tigris.org/faq.html Blame the Xerces team for breaking backwards compatibility. Bah. Ok, so we should wait an updated version of Scarab ? -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
I have scarab running in Tomcat 4.1.12. Though I can't say that we have tried all the features of scarab like XML import/export. Glenn Henri Gomez wrote: Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. Hi Jon, I tried to use Scarab with 4.1.12 but it didn't works. Do you plan to make scarab works with 4.1.x ? -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
Scarab only works in Tomcat 4.1.x if you use JDK 1.4.x. It does not work with JDK 1.3.x If you can get Scarab to work with Tomcat 4.1.x on JDK 1.3.x, let me know how you got it to work and I will immediately switch Scarab to use Tomcat 4.1.x. Otherwise, I would appreciate it if someone would please do a release of Tomcat 4.0.7 with the latest Coyote as soon as possible. Scarab won't be updated to use Xerces 2.x until SourceCast uses Xerces 2.x and I'm not sure when that will happen. Yes, I know that Scarab is open source and shouldn't have such a requirement, but the fact of the matter is that CollabNet is paying for 99% of Scarab's development and my paycheck, so I do as they say. =) I'm starting to sound like Pier. =) -jon on 2002/10/24 2:06 AM, Glenn Nielsen [EMAIL PROTECTED] wrote: I have scarab running in Tomcat 4.1.12. Though I can't say that we have tried all the features of scarab like XML import/export. Glenn Henri Gomez wrote: Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. Hi Jon, I tried to use Scarab with 4.1.12 but it didn't works. Do you plan to make scarab works with 4.1.x ? -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
Jon Scott Stevens wrote: Scarab only works in Tomcat 4.1.x if you use JDK 1.4.x. It does not work with JDK 1.3.x If you can get Scarab to work with Tomcat 4.1.x on JDK 1.3.x, let me know how you got it to work and I will immediately switch Scarab to use Tomcat 4.1.x. I am running scarab B13 using Tomcat 4.1.x, JDK 1.3.1, and the SecurityManager. I would have to go back and look at my config to see how I am doing it. Once again, we are just testing scarab and working through how we want to configure modules, attributes, etc. for our needs. Wemay not have tried whatever feature causes the problem. Do you have an example of how to trigger it? Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
on 2002/10/23 1:11 AM, Remy Maucherat [EMAIL PROTECTED] wrote: Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. There has been zero changes to the 4.0.x branch since 4.0.6 got released. Remy Ok, I guess it went into HEAD. I didn't realize that 4.0.x was on the branch now. A fix was done with regards to proxyName/proxyPort configuration in the HEAD branch (based on a bug I reported) and I would love to see it make it into 4.0.x since Scarab still uses that because of XML parser issues when using JDK 1.3.x. So, if I backport the single fix, will you do a release? =) -jon -- StudioZ.tv /\ Bar/Nightclub/Entertainment 314 11th Street @ Folsom /\ San Francisco http://studioz.tv/ -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
- Original Message - From: Jon Scott Stevens [EMAIL PROTECTED] To: tomcat-dev [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 11:15 AM Subject: Re: 4.0.7 release? on 2002/10/23 1:11 AM, Remy Maucherat [EMAIL PROTECTED] wrote: Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. There has been zero changes to the 4.0.x branch since 4.0.6 got released. Remy Ok, I guess it went into HEAD. I didn't realize that 4.0.x was on the branch now. A fix was done with regards to proxyName/proxyPort configuration in the HEAD branch (based on a bug I reported) and I would love to see it make it into 4.0.x since Scarab still uses that because of XML parser issues when using JDK 1.3.x. So, if I backport the single fix, will you do a release? =) Actually, Coyote isn't branched ATM, so there's nothing to backport. -jon -- StudioZ.tv /\ Bar/Nightclub/Entertainment 314 11th Street @ Folsom /\ San Francisco http://studioz.tv/ -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org
Re: 4.0.7 release?
Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. There has been zero changes to the 4.0.x branch since 4.0.6 got released. Remy -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org