• 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

Error 500: Unable to load class org....struts...HtmlTag

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I'm using Webpshere 5.1:


I'm having the ff. problems:


(1) Error 500: Failed to load target servlet [action] (live)
(2)Error 500: Unable to load class org.apache.struts.taglib.html.HtmlTag


I've tried the following on my local server:

- checked/fixed web.xml and struts-config.xml for any errors
- re-copy struts.jar at WEB-INF\lib folder
- checked sql connections
- re-build, re-deploy, and the project


Please help me to resolve this.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joanne,

> I'm having the ff. problems:
What does "ff" stand for?

> (2)Error 500: Unable to load class org.apache.struts.taglib.html.HtmlTag
This looks like an easier one to start with. If WebSphere can't find Struts classes, it wouldn't be able to load the servlet. Can you confirm your struts.jar in fact has an HtmlTag class? (You can unzip the jar to see what is in it.)
 
Joanne Bangasan
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne,

(1) ff = following [sorry bout that]
(2) Yes, the class is there.

Huhuhuhu
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic