manik prasad

Greenhorn
+ Follow
since Oct 20, 2009
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 manik prasad

You need to check if tools.jar is set in classpath of Tomcat.

Not aware of Tomcat, but if you are using JBoss server then, open JBoss server from Workspace (from Server view)
Open Launch Configuration -> Select tab "Classpath" -> Expand User Entries -> Add External Jars -> Select path where tools.jar is located (preferably from <JDK installed directory>-> lib) -> Apply -> Restart server once.

This might give hint as to how to configure for Tomcat
entire server means ....the server machine
14 years ago
While using Websphere 6.1, I needed to replace commons-collections.jar with commons-collections-3.2.jar in AppServer/lib location due to error of version conflict (org/apache/commons/collections/SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set. ) This server is on Linux machine and shares database server as well. Do I need to restart entire server or just restarting AppServer will take newer version of commons-collections-3.2.jar

Please help.

Thanks in advance.
14 years ago