Sean Galland

Greenhorn
+ Follow
since Jan 18, 2013
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 Sean Galland

I determined the problem - my jar file wasn't created correctly because the package folders were not created correctly. My bad.
11 years ago
Here is the Apache Tomcat log:

11 years ago
Hello,

I am writing a custom authentication solution since our website uses a custom encryption/hashing process. I created and compiled the jar without errors, but when I put the jar inside tomcat6's lib directory (not the web apps lib directory) I get the following error: java.lang.ClassNotFoundException. I have done a lot of Google'ing/Stackoverflow'ing and searching Coderanch to no avail.

My realm is setup in server.xml as follows:


This is the tutorial I used to come up with a test realm: Setup your own Tomcat security realm

Any assistance in getting the class loader to locate my custom realm jar would be appreciated.
11 years ago