Did you try the port number in the URL (eg, localhost:8080/app1/index.html)?
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Karl Avedal
Sent: Wednesday, June 14, 2000 2:43 PM
To: Orion-Interest
Cc: Orion-Interest
Subject: Re: very basic question
Hello Clint,
how does your dir structure and your configuration look? It would make it
easier for us to help
Regards,
Karl Avedal
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