Re: Struts on Geronimo

2004-09-28 Thread Jeremy Boynes
Stephen Kong wrote: If you have two web applications both using struts, you may put the struts jars in a common lib directory, otherwise, your jars will be picked up twice. If I'm wrong please correct me. We don't have a common lib directory per se; we do something similar but different. The s

RE: Struts on Geronimo

2004-09-28 Thread Stephen Kong
Title: RE: Struts on Geronimo If you have two web applications both using struts, you may put the struts jars in a common lib directory, otherwise, your jars will be picked up twice. If I'm wrong please correct me. Cheers, Stephen Kong. -Original Message- From: Jacek Laskowski [

Content Length problem

2004-09-28 Thread Sai Arunachalam
Hi, I am trying to run an application on Geronimo. I get the following error when trying to run and see the jsps/htmls. 22:44:03,765 WARN [HttpConnection] Invalid length: Content-Length=18865 written =3982 for http://localhost:8080/sai/styles/sai.css 22:44:03,765 WARN [HttpConnection] Invali

Re: Unsubription broken?

2004-09-28 Thread diether . samaey
Try [EMAIL PROTECTED] (instead of [EMAIL PROTECTED]) Cheers, Diether Samaey >- Oorspronkelijk bericht - >Van : Heiko Braun [mailto:[EMAIL PROTECTED] >Verzonden : dinsdag , september 28, 2004 11:55 AM >Aan : [EMAIL PROTECTED] >Onderwerp : Unsubription broken? > >Hi all, > >i tried unsubr

[jira] Updated: (GERONIMO-304) Nightly build/test on Windows

2004-09-28 Thread dev
The following issue has been updated: Updater: Kristian Koehler (mailto:[EMAIL PROTECTED]) Date: Tue, 28 Sep 2004 6:38 AM Comment: The attached file is the first step in the direction of nightly maven/cruisecontrol builds. --- The patch includes: * FileDigester class for calculat

Re: Unsubription broken?

2004-09-28 Thread Kristian Köhler
Hi please try this one: [EMAIL PROTECTED] Kristian Heiko Braun wrote: Hi all, i tried unsubribing several times, but it doesnt seem to work. ([EMAIL PROTECTED]) Any clues what i might be doing wrong? Tnx in advance, Heiko

Unsubription broken?

2004-09-28 Thread Heiko Braun
Hi all, i tried unsubribing several times, but it doesnt seem to work. ([EMAIL PROTECTED]) Any clues what i might be doing wrong? Tnx in advance, Heiko

Re: Struts on Geronimo

2004-09-28 Thread Jacek Laskowski
Eric Shannon wrote: I successfully deployed an application of mine that uses Struts actions and Tiles. Was it with Jetty or Tomcat embedded? Also, I can't imagine how Struts-based applications couldn't work on Geronimo. It's a job of Jetty/Tomcat so how would it be broken (unless there's a bug in

java.util.concurrent

2004-09-28 Thread jastrachan
I spotted this with interest... http://altair.cs.oswego.edu/pipermail/concurrency-interest/2004- September/001035.html I wondered if its legal to use at Apache, what with Sun's usual restrictive licensing? If so it might be an idea to slowly migrate from util.concurrent over to java.util.conc