Hello
I'm very new to
struts and just trying my first struts program. It is the famous HFSJ beerapp example.
So I have:
form.jsp (directs to SelectBeer.do)
result.jsp
test.model.BeerExpert.class
test.web.BeerSelectAction.class
test.web.BeerSelectForm.class
Problem is when I submit the form I get to
http://localhost/~juhan/SelectBeer.do and I see error
404 - Servlet FrontController is not available I have copied to my WEB-INF/lib/ files:
commons-beanutils.jar
commons-digester.jar
struts.jar
I belive the problem may be in my web.xml file or maybe struts-config.xml file that are in my WEB-INF/ directory.
web.xml And here is
struts-config.xml What does it really mean FrontController is not available? Do I have to deploy it in some special way. I simply restarted the
tomcat.