Posted By:
Anonymous
Posted On:
Saturday, November 10, 2001 10:18 AM
Is there anything specific to setup to make JRun work with a servlet using a custom JavaMail SPI?
Here's what I did:
After making sure that the SPI jar contains javamail.providers with the correct content, I added the jar to the classpath of JRun.
Added the servlet classes to the proper location
Restarted JRun server
Ran the servlet
I get a NoSuchProviderException
Any ideas? Suggestions?
Thanks! :)