Re: Need help with TestCase for WebModuleBuilder

2005-01-03 Thread Dain Sundstrom
On Jan 2, 2005, at 3:16 PM, Jacek Laskowski wrote: Hi, I'm writing a WebModuleBuilder so that a webapp plan will intruct which builder to pick up - JettyModuleBuilder or TomcatModuleBuilder. Perhaps, it will be done using a tag in a geronimo-web.xml (or geronimo-jetty.xml as it seems to me that

Re: Need help with TestCase for WebModuleBuilder

2005-01-03 Thread anita kulshreshtha
Jacek, I have a TomcatModuleBuilderTest which is attached here. It is based on JettyModuleBuilderTest. I hope it is useful. Regards Anita --- Jacek Laskowski <[EMAIL PROTECTED]> wrote: > Hi, > > I'm writing a WebModuleBuilder so that a webapp plan > will intruct which > builder to pick up

Need help with TestCase for WebModuleBuilder

2005-01-02 Thread Jacek Laskowski
Hi, I'm writing a WebModuleBuilder so that a webapp plan will intruct which builder to pick up - JettyModuleBuilder or TomcatModuleBuilder. Perhaps, it will be done using a tag in a geronimo-web.xml (or geronimo-jetty.xml as it seems to me that the former isn't used at all). There're loads of