Hi

I put these in my project and its working for me.

I created a blank file called welcome.

In struts.xml

<package name="default" namespace="/" extends="struts-default">
<default-action-ref name="welcome"/>
  <action name="welcome" class="com.upasana.WelcomeAction">
  <result name="SUCCESS">WelcomePage.jsp</result>
</action>
</package>

In web.xml

<welcome-file-list>
<welcome-file>welcome</welcome-file>
</welcome-file-list>

Thanks and Regards
Upasana Sharma
<http://www.mydomain.com/package/DOESNOTEXIST.action>

Reply via email to