Re: Building an application

2001-04-11 Thread Daniel Lopez
orceWebApp" root="/taskforce"/ (server.xml) application name="taskforce" path="../applications/taskforce.ear" / 2) the directory structure (see above) Thanks, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

RE: Building an application

2001-04-11 Thread olivier
access a log class in Orion (is is standard to all EJB servers ?) Thanks again, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR Sent: 11 April 2001 00:29 To: Orion-Interest Subject: RE: Building an application Two things that might b

SV: Building an application

2001-04-11 Thread Magnus Rydin
Title: SV: Building an application Why do you include taskforce.ear as an web-application in the global application ? (application.xml) ? -Ursprungligt meddelande- Från: olivier [mailto:[EMAIL PROTECTED]] Skickat: den 11 april 2001 02:09 Till: Orion-Interest Ämne: RE: Building

RE: Building an application

2001-04-11 Thread Dan North
application name="taskforce" path="../applications/taskforce.ear"/ Does it look allright or redondant ??? Is there a way to access a log class in Orion (is is standard to all EJB servers ?) Thanks again, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

RE: Building an application

2001-04-11 Thread olivier
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan North Sent: 11 April 2001 13:02 To: Orion-Interest Subject: RE: Building an application Logging is something that has been rather overlooked in java. The proposed Java 1.4 contains a logging api, but in the meantime, the log4j

RE: Building an application

2001-04-10 Thread olivier
kforce" path="../applications/taskforce.ear" / 2) the directory structure (see above) Thanks, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: 10 April 2001 07:05 To: Orion-Interest Subject: Re: Building an applic

RE: Building an application

2001-04-10 Thread olivier
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: 10 April 2001 07:05 To: Orion-Interest Subject: Re: Building an application Hi Oliver, Last week I was plating with the same thing and I was successful with pretty much the same configuration that you ha

RE: Building an application

2001-04-10 Thread SCOTT FARQUHAR
t;../applications/taskforce.ear" / 2) the directory structure (see above) Thanks, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: 10 April 2001 07:05 To: Orion-Interest Subject: Re: Building an application Hi Oliv

RE: Building an application

2001-04-10 Thread Frank Eggink
) application name="taskforce" path="../applications/taskforce.ear" / 2) the directory structure (see above) Thanks, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: 10 April 2001 07:05 To: Or

Building an application

2001-04-09 Thread olivier
Title: SV: Error deserializing session Hi, I am new to Orion, and I have recently been trying to build an application (ear) with not much success. Basically, Orion seems to deploys all the components, but I can't get the first page to open on the browser. I am using struts as a framework,

Re: Building an application

2001-04-09 Thread Daniel Lopez
Hi Oliver, Last week I was plating with the same thing and I was successful with pretty much the same configuration that you have, except that in application.xml I set the context root to / (context-root//context-root). Which error are you getting ? 404? Can you see your .ear file unpackaged?