Modify your orion/config/server.xml:
<application name="any_name" path="../applications/yourapplication/" />
Then edit the orion/config/default-web-site.xml and add the following:
<web-app application="any-name" name="web-name" root="/your_root" />
Remember to put your application under ../applications/yourapplication
directory and the URL you are looking for is
http://localhost/your_root/index.html
-------------------------------------------------------------
David Sierra Fern�ndez
E.T.S.I. Telecomunicaci�n
Universidad de Valladolid AULA CEDETEL
Campus Miguel Delibes E-Mail: [EMAIL PROTECTED]
47011 Valladolid (SPAIN)
--------------------------------------------------------------
-- Sierr@ --
On Wed, 14 Jun 2000, Clint Scott wrote:
> I have a most basic problem that I can't seem to get beyond.
> I've read the FAQ, mailing list archives, and all docs.
> I have a new application I want to deploy (app1). It has only static html
> in it.
> I've created the application dir structure as noted in the "how to create
> an application"
> I've created the various xml docs and made the entries in the server.xml
> and default-web-site.xml files as stated in the docs.
> The server starts up fine but I can't find the index.html page.
> I've tried: localhost/app1/index.html, localhost/app1-web/index.html,
> localhost/app1/app1-web/index.html but nothing seems to find the page.
> here is the top level dir:
> /orion/app1
>
> My question: what should the url be to access the page?
>
> thanks,
> clint
>
>
>