Hi Ranchers,
I am developing a
servlet which will send email... i am calling a
java class from that servlet which will take care of sending the mail. But when i am trying it as standalone its working fine, but trying from a servlet its giving problem like throwing .
Javax.activation.DataSource class is not found.
But i have added all the jars required for that.. incuding javax.action.*
What may be the problem??
Thaks and regards in advance...
[ May 14, 2008: Message edited by: Bear Bibeault ]