Title: [newbie] how to run the webwork 2 example
Hi Samuel,
 
Assuming you've already deployed the WAR file correctly, you should be able to see the example by going to http://localhost/webwork-example or http://localhost/webwork-example/default.jsp. If you look at the web.xml file, you'll see the default files listed in order of precedence:
 
<welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>default.jsp</welcome-file>
        <welcome-file>index.html</welcome-file>
</welcome-file-list>
 
Welcome to the list!
-Peter


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Cheung
Sent: Wednesday, November 12, 2003 9:57 AM
To: '[EMAIL PROTECTED]'
Subject: [OS-webwork] [newbie] how to run the webwork 2 example

Hi,

I am a newbie in webwork2. Could someone please tell me how can I run the webwork2 example?
I don't see any "index.html" page in the webwork2 example war file.

Thanks for any help.

Reply via email to