change
src\main\webapp\WEB-INF\web.xml
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
to
<welcome-file-list>
<welcome-file>home.jsp</welcome-file>
</welcome-file-list>
Should do it I think
Cheers
On Wed, May 28, 2008 at 5:31 AM, timTech <[EMAIL PROTECTED]> wrote:
>
> Appfuse 2.0.2, Helloworld project,
> how to create another first page, but login.jsp?
>
> I'm confused that I could find how to create first page. Ex:
>
> create:
> src\main\webapp\WEB-INF\pages\home.jsp
>
> Just "Welcome to Homepage" on home.jsp.
>
> how to set home.jsp as the first page?
> --
> View this message in context:
> http://www.nabble.com/how-to-create-another-first-page%2C-but-login.jsp--tp17504385s2369p17504385.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>