[Strust 2] Unable to access resources

2007-12-01 Thread thecyth
I get this error message when I try to access ANY of the resources in my app. The requested resource (/EcoSim/web/welcome.action) is not available. Here's my setup: -- welcome.jsp: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags

Re: [Struts 2] Unable to access resources

2007-12-01 Thread thecyth
I typed this in: http://localhost:8080/EcoSim/WelcomeAction.action Same result: The requested resource (/EcoSim/WelcomeAction.action) is not available. nuwan chandrasoma-2 wrote: > > Hi, > > Based on your struts.xml, i dont think you have a URL configured like this > > /EcoSim/web/welcom

Re: [Struts 2] Unable to access resources

2007-12-01 Thread thecyth
Yep, it's in there. My directory structure is as follows: /EcoSim/ /EcoSim/web (JSPs are here) /EcoSim/META-INF /EcoSim/WEB-INF/ (web.xml is here) /EcoSim/WEB-INF/classes (struts.xml is here) /EcoSim/WEB-INF/classes/actions (Welcome