Re: Setting up a new web-application

2001-05-31 Thread Daniel López
Hi Kevin, Kevin Jones wrote: > > > I'm using Xalan 2 in my framework and I've had the same problem with > > pretty much all the containers that I've tried playing with. With Orion, > > substituting xalan.jar and xerces.jar in the Orion directory did the > > trick for me in 1.4.*. > > This is an

RE: Setting up a new web-application

2001-05-30 Thread Kevin Jones
> I'm using Xalan 2 in my framework and I've had the same problem with > pretty much all the containers that I've tried playing with. With Orion, > substituting xalan.jar and xerces.jar in the Orion directory did the > trick for me in 1.4.*. This is an ugly hack though :-) If another app using th

RE: Setting up a new web-application

2001-05-30 Thread Marcel Schutte
L PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Marcel Schutte > Sent: Tuesday, May 29, 2001 4:29 PM > To: Orion-Interest > Subject: RE: Setting up a new web-application > > > You're right. In the online documentation it says /servlets > but when you > look a

Re: Setting up a new web-application

2001-05-29 Thread Daniel López
Hi Kevin, I'm using Xalan 2 in my framework and I've had the same problem with pretty much all the containers that I've tried playing with. With Orion, substituting xalan.jar and xerces.jar in the orion directory did the trick for me in 1.4.*. I think I remember I had to do something similar with

RE: Setting up a new web-application

2001-05-29 Thread Kevin Jones
ms to happen with XML/XSLT processors :-( Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie > Sent: 29 May 2001 18:38 > To: Orion-Interest > Subject: Re: Setting up a new web-application

Re: Setting up a new web-application

2001-05-29 Thread Eddie
;( Eddie - Original Message - From: Kevin Jones <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 5:22 PM Subject: RE: Setting up a new web-application > I've found the problem with this and its taken me the best part of a day! >

Re: Setting up a new web-application

2001-05-29 Thread Bernard Choi
Are the servlets defined inside your WEB-INF/web.xml ? - Original Message - From: Kevin Jones <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 5:20 PM Subject: Setting up a new web-application > I have a web application that works

RE: Setting up a new web-application

2001-05-29 Thread Kevin Jones
Jones DevelopMentor www.develop.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte > Sent: 29 May 2001 11:47 > To: Orion-Interest > Subject: RE: Setting up a new web-application > > > Hi, > > According to the

RE: Setting up a new web-application

2001-05-29 Thread Marcel Schutte
day, May 29, 2001 3:17 PM > To: Orion-Interest > Subject: RE: Setting up a new web-application > > > BTW > > > According to the 1.4.5 documentation the default web > directory mapping for > > servlets is /servlets, mind the plural > > this can't be right.

RE: Setting up a new web-application

2001-05-29 Thread Jason Coward
servlets/SnoopServlet | | only the first URL works, | | | Kevin Jones | DevelopMentor | www.develop.com | | > -Original Message- | > From: [EMAIL PROTECTED] | > [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte | > Sent: 29 May 2001 11:47 | > To: Orion-Interest | > Subjec

RE: Setting up a new web-application

2001-05-29 Thread Kevin Jones
Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte > Sent: 29 May 2001 11:47 > To: Orion-Interest > Subject: RE: Setting up a new web-application > > > Hi, > > Accordin

RE: Setting up a new web-application

2001-05-29 Thread Kevin Jones
Orion-Interest > Subject: RE: Setting up a new web-application > > > Hi, > > According to the 1.4.5 documentation the default web directory mapping for > servlets is /servlets, mind the plural > (http://www.orionserver.com/docs/orion-web.xml.html). But since > none of the &g

RE: Setting up a new web-application

2001-05-29 Thread Marcel Schutte
of your orion\applications\addressbook directory tree, I'll try it out and see what I can find. Marcel > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Jones > Sent: Tuesday, May 29, 2001 11:20 AM > To: Orion-Interest > Su

Setting up a new web-application

2001-05-29 Thread Kevin Jones
I have a web application that works fine on Tomcat 4.0b5. I'm trying to run it on Orion as a proof of concept but I can't get much working! I've followed the 'atm' example in the notes and have the following structure orion\applications\addressbook orion\applications\addressbook\META-INF orion\ap