You wrote: > That was it! I changed the access rights of > /struts-example/WEB-INF/ from "deny from all" to > "allow from all", and then it worked from apache > as well. > > Hm... when I look at other <Location> tags, I see > that the usual default is "deny from all". > I wonder what makes struts applications different?
Well, It's not coming from struts at all... It's for security reason that the WEB-INF directory is 'deny from all' ... But you can change this access to localhost (127.0.0.1) if you need to access the diectory while you're developping the app ;-) Mike

