users@glassfish.java.net

Re:Re: Default page

From: xuqingkang2 <xuqingkang2_at_163.com>
Date: Thu, 17 Feb 2011 12:03:58 +0800 (CST)

In file which located on [domains/domain1/config/default-web.xml],There is welcome-file-list node, Sohttp://localhost:8080/MyAppl/ will be navigated to index.html.
-----
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>
-----


At 2011-02-17 06:32:35£¬"Serge Fonville" <serge.fonville_at_gmail.com> wrote:
I'd google for:
glassfish welcome file


I found default-web.xml


HTH


Kind regards/met vriendelijke groet,


Serge Fonville


http://www.sergefonville.nl

Convince Google!!
They need to support Adsense over SSL
https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528
http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en



2011/2/16 Arthur Yeo<artyyeo_at_gmail.com>

All,


I have been looking around in the manuals and Goolging but cannot find the answer to this supposedly simply scenario.


If I have a web application built in NetBeans using Glassfish and deployed it locally in localhost.


When I use a browser to hit this


[1] http://localhost:8080/MyAppl/


versus


[2] http://localhost:8080/MyAppl/index.html


Where on earth is it rendering the HTML page from in [1]?
Where is the default pointing to? I cannot find it in sun-web.xml nor web.xml.


Thanks,



--
Arthur Y.