This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Getting Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Getting Exception " Watch "Getting Exception " New topic
Author

Getting Exception

aparv vi
Greenhorn

Joined: Mar 03, 2003
Posts: 2
Hi ,
I am learning struts framework. I have finished all the steps of incorporating struts framework in my tomcat-3.2.4 , but while starting my server it gives java.lang.ClassNotFoundException: org.apache.struts.util.PropertyMessageResource
sFactory exception in the server console, whereas in the browser it gives
org.apache.jasper.compiler.CompileException: C:\jakarta-tomcat-3.2.4\webapps\test\jsp\PgInput.jsp(4,0) Unable to open taglibrary WEB-INF/struts-bean.tld : C:\jakarta-tomcat-3.2.4\webapps\test\jsp\WEB-INF\struts-bean.tld (The system cannot find the path specified)
at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:713)
:roll:
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
Did you read this article?
http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp#struts


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
aparv vi
Greenhorn

Joined: Mar 03, 2003
Posts: 2
Thanks for the link.
I read the article and tried the same example.
This time, it gives me different exception:
org.apache.jasper.JasperException: Missing message for key title.login
Please help me out.
Thankyou.
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
See this thread:
http://www.coderanch.com/t/46371/Struts/struts-installation
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Getting Exception
 
Similar Threads
Problem with LoginAction.java
UnsupportedClassVersionError
Error in deploying struts: Attribute name invalid according to the specified TLD
Problem in Struts : Error 404 : servlet action as unavailable
how to install tomcat 5.5 in windows vista