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

RE: servlet-map part II

2000-04-20 Thread Kevin Duffey
Hi, >Of course we support this, Orion supports the Servlet 2.2 specification and > is defined in that specification. I pretty much figured it did, just from talking to Magnus alot. But, it seemed odd to me that more than one person is having this problem. I am quite sure we are not doing somethi

Re: servlet-map part II

2000-04-20 Thread Karl Avedal
Hello Jeff, "Bailey, Jeff A" wrote: > I assume that > the web.xml works and I just dont know how to implement it correctly, could > you point me / us in the right direction? > > Basically I have tried placing this in web.xml: > > > blah > /*.test > > To start with, that mapping

RE: servlet-map part II

2000-04-20 Thread Bailey, Jeff A
> Of course we support this, Orion supports the Servlet 2.2 > specification and > is defined in that specification. I see that it is defined, but from the information that I posted to start this thread, could you tell me why I couldn't get it to work when using in web.xml but when placing the

Re: servlet-map part II

2000-04-20 Thread Karl Avedal
> I agree. I thought web.xml was to allow for the mappings to. Is Orion not > supporting this? Of course we support this, Orion supports the Servlet 2.2 specification and is defined in that specification. If in any doubt if Orion supports something in web.xml, read our documentation of it: ht

RE: servlet-map

2000-04-19 Thread Mark Koontz
AIL PROTECTED]]On Behalf Of Kevin Duffey > Sent: Wednesday, April 19, 2000 4:14 PM > To: Orion-Interest > Subject: RE: servlet-map > > > I had to use the orion-web.xml file to get servlet mapping to work. Look in > the HELP files for orion-web.xml.html in the DOCS folder. It will e

RE: servlet-map part II

2000-04-19 Thread Kevin Duffey
Magnus or Karl, I am not sure, but does Orion not read in the web.xml tag? I had it in there before and it wasn't working. And another person is having the same problem now. I notice it is in the orion-web.xml file, but that isn't exactly portable to other apps. Sorry if it works and I haven't s

Re: servlet-map part II

2000-04-19 Thread Magnus Stenman
;Bailey, Jeff A" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 19, 2000 10:09 PM Subject: RE: servlet-map part II > After looking over my message I realized I didnt give very much info to help > locate my issue. So here is all the

RE: servlet-map part II

2000-04-19 Thread Kevin Duffey
Hi, >META-INF/ (will ignore) >ejb-app/ (will ignore) >web-app/ > admin/ > images/ ** > META-INF/ (will ignore) ?? Why? As far as I know there is no META-INF below the web-app. ** > WEB-INF/ > orion-web.xml > web.xml > classes/

RE: servlet-map part II

2000-04-19 Thread Bailey, Jeff A
, April 19, 2000 11:20 AM > To: Orion-Interest > Subject: RE: servlet-map > > > I am having the same issue with a very similar configuration > (using a *.blah > mapping). I have also attempted to use different mappings > (/test/*) etc > with no luck.

RE: servlet-map

2000-04-19 Thread Kevin Duffey
I had to use the orion-web.xml file to get servlet mapping to work. Look in the HELP files for orion-web.xml.html in the DOCS folder. It will explain how to map a servlet. I map *.do to my specific servlet, which resides in WEB-INF/classes and loads just fine.

RE: servlet-map

2000-04-19 Thread Bailey, Jeff A
here. Anyone have any ideas about what I am / we are doing wrong? Thanks in advance, Jeff > -Original Message- > From: Mark Koontz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 18, 2000 7:54 PM > To: Orion-Interest > Subject: servlet-map > > > For some rea

servlet-map

2000-04-18 Thread Mark Koontz
For some reason, I can't get servlet-map to map to a servlet. Am I doing something wrong? Here is the web-app configuration: Model-2 Demonstration of a Model-2 Application ctrl Contr