Jump to content

bachi

Members
  • Posts

    4
  • Joined

  • Last visited

bachi's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi friend, can somebody guide me to provide a link (hyperlink) to a network shared folder.The link must work on all browsers.I am trying to use File.getCannonicalPath() File.getpath(), and providing path in <a href="path"> but it is not working.It is appending the path to tomcat root folder also. Multibrowser compatibilty code required.
  2. Hi friend, can somebody guide me to provide a link (hyperlink) to a network shared folder.The link must work on all browsers.I am trying to use File.getCannonicalPath() File.getpath(), and providing path in <a href="path"> but it is not working.It is appending the path to tomacat root folder also. Multibrowser compatibilty code required.
  3. Hi davej, please check that you are providing the uri in <applet codebase=":>.It works fine. If you want to sees tep by step see the following link. Creating an applet : http://myjavaclasses...te-applets.html regardsbachi
  4. Hi friendsl,I want to list a shared folder which is in the same domain.If any client log into a client PC which is in the same domain and when he opens the JSP of our application, the JSP must show his shared folder by taking authentication from local windows authentication.I have tried for this solution in many forums ..., but failed to get. Is it possible to list the shared folder with Active directory authentication.Presently i am using JCIFS , but I am providing authentication from user input (taking domain account id and password and checking with AD) .Now, i want to replace Ntlm authentication with local logged in (in client machine) user .Is it possible to do this.Provide sample code.RegardsBachi
×
×
  • Create New...