I have the following issus :
In my web app, one of the jar must be in the tomcat5.5 $CLASSPATH , and not like the other in WEBAPP/lib.
i put it in the tomcatdir/server/lib. ( and then in tomcatdir/common/lib ). With no success.
If the jar is not loaded by the System loader ( java ), i can't use all the feature provide by the jar.
Instaciate a variable of type URL with a scheme of type "smb" to be exact.
In fact, i'm trying to do the following :
http://jcifs.samba.org/src/docs/faq.html#ukproto
Anyone with the same issue ? with more experience in tomcat ?
Thanks
Antoine