Hasan,
Have you gone to the site to read the docs? It pretty clear on how to create
an application.
There is also a primer at www.jollem.com which shows how to use ant as well
as what directories to use.
As for the xml guidance, there have been some recent posts which gave good
guidance, search for xml configuration (you can do search from the
orionserver site).
Although a little detailed, the docs also give guidance on the use of the
xml files.
There are also several examples, like the orion/demos/atm.ear application.
ALL of the source is in this file, just unjar it, and take a look at the xml
files there for a good example to follow. If you want to deploy this
example, use the instructions in the orion/demos directory for atm.
Undocumented is un commenting the jms line in the server.xml file...do this
so it will work.
I learned everything by using the atm.ear file. When you dive into atm.ear,
don't worry...we have all been there before. There will be plenty of people
on orion-interest that can help you. But you got to do your homework!
Please take these steps so we can better help you.
Regards,
the elephantwalker
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hasan
Sent: Thursday, May 31, 2001 6:37 PM
To: Orion-Interest
Subject: RE: how to run jsps and servlet on orion?
i built the app using jbuilder and inprise. i was confused about where to
put my jsps, beans, servlets, and ejbs when trying to run it on orion.
i have got the answer for running the jsps. i have to copy the tools.jar
into the orion directory and to put the jsps in the my application
directory.
but, i still dont know how to run the servlets, and where to put the
servlets, beans, and ejbs.
btw, where can i find the guidance for all the attributes used in the xml
files used by orion, like security, welcome- file, servlet mapping, etc?
thanks
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach
Sent: Thursday, May 31, 2001 11:08 AM
To: Orion-Interest
Subject: Re: how to run jsps and servlet on orion?
Can you give a little more info? This is very vague...
Jeff.
On Thu, 31 May 2001 08:52:53 +0700
"Hasan" <[EMAIL PROTECTED]> wrote:
>i have created a simple web app (only using jsps). but orion didnt want
to
>run them.
>
>any advice to solve it?
>