Pranav Dash

Greenhorn
+ Follow
since Feb 01, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pranav Dash

Hi joe

I have copied all the following jars into WEB-INF/lib

1. commons-beanutils.jar
2. commons-collections.jar
3. commons-digester.jar
4. commons-fileupload.jar
5. commons-lang.jar
6. commons-logging.jar
7. commons-validator.jar
8. jakarta-oro.jar
9. struts.jar
10. struts-legacy.jar

Allthe following tlds into WEB-INF
1. struts-bean.tld
2. struts-html.tld
3. struts-logic.tld
4. struts-nested.tld
5. struts-template.tld
6. struts-tiles.tld

Created struts-config.xml in WEB-INF.
Configured ActionServlet in web.xml.

and I am running the application from eclipse and getting the following in eclipse Console

SEVERE: Error loading WebappClassLoader
context: /FirstStrutsApp
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@b8df17
org.apche.struts.action.ActionServlet
java.lang.ClassNotFoundException: org.apche.struts.action.ActionServlet
12 years ago
Thank you.

I am using eclipse.
Created Dynamic webproject.
Copied all required jar files into lib.
Copied required all tlds into WEB-INF.
Created struts-config.xml in WEB-INF.
Configured ActionServlet in web.xml.

Then i am running the application in tomcat from eclipse. I am creating war and deploying
12 years ago
I have created my first application in struts and finding the below issue

SEVERE: Error loading WebappClassLoader
context: /FirstStrutsApp
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@b8df17
org.apche.struts.action.ActionServlet
java.lang.ClassNotFoundException: org.apche.struts.action.ActionServlet


I m using eclipse Helios and tomcat 6.0.35. I have copied all the required jar file.
Any solution
12 years ago