<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I had to set a System property to allow the URL class to load the
    smb protocol handler.<br>
    <br>
    <tt>    // make sure URL can load jCIFS's "smb" protocol Handler<br>
          Properties prop = System.getProperties();<br>
          prop.setProperty("java.protocol.handler.pkgs", "jcifs");</tt><br>
    <br>
    Simon<br>
    <br>
    On 7/20/2011 6:34 AM, rajasekaran wrote:
    <blockquote cite="mid:1311158096943-3680396.post@n4.nabble.com"
      type="cite">Hi- I am also facing this unknown protocol issue
      eventhough i placed my jcifs-1.3.16.jar under Tomcat6.0's lib
      folder as per faq? My env is Tomcat 6, Java 6 and cifs-1.3.16.jar.
      Since tomcat 6.0 it is not necessary to use or setup setenv or
      setclasspath or anyother files isn't? Any clue? <br>
      <hr align="left" width="300"> View this message in context: <a
        moz-do-not-send="true"
href="http://samba.2283325.n4.nabble.com/tomcat-url-unknown-protocol-smb-tp2514348p3680396.html">Re:

        tomcat url unknown protocol: smb</a><br>
      Sent from the <a moz-do-not-send="true"
        href="http://samba.2283325.n4.nabble.com/Samba-jcifs-f2512050.html">Samba

        - jcifs mailing list archive</a> at Nabble.com.<br>
    </blockquote>
  </body>
</html>