Hi Jarl !
sorry, I still don't get what u mean....
I try to place
<welcome-file-list>
<welcome-file>/Member.jsp</welcome-file>
</welcome-file-list>
in web.xml and keep the mapping as :
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
but I still got the
"Invalid path /Member.jsp was requested"
error message...
can u please help me a little deeper?
I want to use the URL like:
http://localhost:8080/Index
rather than:
http://localhost:8080/Index.do
any help will be appreciated
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]