gianfredo ligonzi

Greenhorn
+ Follow
since Jun 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gianfredo ligonzi

hi guys
i have to introduce struts2 in a project that already use struts1
Reading the manual "Struts2 in action" i have done some steps to do it

- struts2 jar inclusion in the folder WEB-INF/lib
- struts2 filter tag added in the web.xml with *.action url-pattern
- struts.xml file added in /src folder
- empty applicationContext.xml file added in WEB-INF folder

but when i run the application and digit url to call my old struts1 action .do, i have a HTTP Status 404 error as response.
if i delete the filter tag block from web.xml it's all ok

any suggestion?
thanks
12 years ago