• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting Exception

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you read this article?
http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp#struts
 
aparv vi
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See this thread:
https://coderanch.com/t/46371/Struts/struts-installation
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic