RE: Can't get 2nd web module's servlet-map to register

2001-10-23 Thread Prashant Gaikwad
Derek, Why aren't you using DB pool feature provided by orion instead of creating a new pool. cheers -Original Message- From: Derek Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 10:01 AM To: Orion-Interest Subject: RE: Can't get 2nd web module's

RE: Can't get 2nd web module's servlet-map to register

2001-10-23 Thread Curt Smith
An interesting requirement of J2EE is that external clients need to run in current working directory where there's a subdirectory and file of: META-INF/application-client.xml This file has familiar syntax of declaring the beans you'll bind to, resources and env vars. You'll need to declare your

RE: Can't get 2nd web module's servlet-map to register

2001-10-22 Thread Derek Lee
Hi All, I have created my own DBPool on Orion. I have a startUp class also to bind the DBPool object using JNDI. But when I start the orion server the following is the error I've got : javax.naming.NamingException: META-INF/application-client.xml resource not found (see J2EE spec, applic

Can't get 2nd web module's servlet-map to register

2001-10-22 Thread Curt Smith
Hi, I'm certain everyone has figured out a good way to configure a multi-web module application?? I'm guessing that any large app will want to be broken up in smaller units?? I can't get my best guess to work. I can't get my 2nd through Nth web module to have requests directed to the registere