hi pple
i have an application written using JSPs and
Servlets. my next step is to use
Struts and modify it.
this is my first try at struts and tied to run my first sample application from:
http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp#struts am using struts 1.0.2,
Tomcat 5.0.12
this is what i did:
i placed:
-- struts.jar in the C:\Tomcat_5.0\webapps\struts\WEB-INF\lib folder
-- all .tld files in the C:\Tomcat_5.0\webapps\struts\WEB-INF folder
-- servlet-api.jar and struts.jar in C:\j2sdk1.4.2\jre\lib\ext folder
i have a LoginBean.java, LoginAction.java and LoginForm.java from the URL. i have merely compiled them and placed them along with the
MessageResources.properties file in the:
C:\Tomcat_5.0\webapps\struts\WEB-INF\classes\test\struts folder.
i have placed LoginView.jsp and MainMenu.jsp in:
C:\Tomcat_5.0\webapps\struts\jsp folder.
i have reallly followed all the instructions!!
i started Tomcat 5.0 server and when i request for:
http://127.0.0.1:8080/struts/jsp/LoginView.jsp in my browser, i get the
following error message:
And i tried out another sample frm:
http://www.reumann.net/do/struts/lesson1 its the same error again.
so, what am i missing here?
i cant start my own stuff when i cant get a sample tutorial version working!
please help.
thanks
-- $uDhA