dimitar georgievski

Greenhorn
+ Follow
since Apr 17, 2003
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 dimitar georgievski

although this tread is old i'll put some comments on it. i came across the same problem on JBoss 3.0/Tomcat4.1.12 running on Win2K. someone searching the web might find this helpful and doesn't have to lose time for an answer.
If you take a look at the Struts User/developer guide you will notice that they are recommending struts.jar to be always in the WEB-INF/lib directory of the application. The reason for that is the class loader used to load this jar file. Apparently if you put in the classpath or in the lib folder of the application server (JBoss) your application files and struts.jar are loaded under different contexts. The outcome is your application cannot reference some of the resources. The point is keep struts.jar in the WEB-INF/lib folder!
20 years ago