> Can you explain why index.html would work and index.jsp would not? I got
> <welcome-file>index.html</welcome-file> to work

Quite frankly, I do not know. I never had this problem when I was using struts 
1. I could do something like this in my welcome file [which would invoke an 
action instead]:

<welcome-file>index.do</welcome>

and entering http://<hostname/context worked. However, switching to struts 2, I 
have had the same problem as yours with http://<hostname/context.


Since I found a work-around with the sample index.html, I never bothered to see 
why, as I had much bigger issues [basic and form based] authentication issues 
with WAS and struts 2.1.x . I had basic authentication resolved and now working 
on form-based.

I do not see why index.html failed when you enabled security as it just merely 
redirects to index.jsp to which you have ;otherwise; preferred to go directly.




      __________________________________________________________________
Make your browsing faster, safer, and easier with the new Internet Explorer® 8. 
Optimized for Yahoo! Get it Now for Free! at 
http://downloads.yahoo.com/ca/internetexplorer/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to