Richard,

In your web app config file, add the following tag (it's probably already
there)

<welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>default.jsp</welcome-file>
</welcome-file-list>

This is the 'default' file for the web app, the priority is from top to
bottom. (ie looks for index.html, then default.jsp etc.

Cheers,
Mike

 __
|  | Director - The BookmarkBox P/L
|  |  http://www.bookmarkbox.com <http://www.bookmarkbox.com/>
|/\| Manage and share your bookmarks online!

Do you enjoy our service? Why not tell your friends about us?
http://www.bookmarkbox.com/email.cfm


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of richard james
> woodward
> Sent: Sunday, 12 December 1999 9:04
> To: Orion-Interest
> Subject: Default page for web-app
>
>
> How do i se the default page for a web-app to be something else, ie.
> If i type in the address of my site  http://mysite/   the page
> that gets loaded
> is index.html if it exists, but i want it to be index.jsp. Is
> this client side?
>
> I guess i could just stick in a page redirect in an index.html file that
> redirects to the index.jsp file, but that is a bit messy.
>
> cheers for your help
>
> --
> this message was brought to you by
>
> LostBoy Broadcasting corp.
>
> "Scrambling your airwaves today"
>
>

Reply via email to