0 Replies Latest reply on Aug 14, 2017 1:52 PM by krstian117

    how to open a file.docx, doc

    krstian117

      hi all

      i using modeshape 5.4.0, and Wildfly 10.0.0 final,

      i have a problem, need open a file of Microsoft Office (Word), this file is already in the server.

       

      i look in http://localhost:8080/modeshape-explorer/tree/artifacts/ws-default/ and the file exist...

      in my method of my web aplicattion try to call the file of the next code line

      FacesContext.getCurrentInstance().getExternalContext().redirect("ms-word:ofe|u|http://localhost:8080/modeshape-explorer/tree/artifacts/ws-default/files[3]/TestingCG.doc");

       

      the result is that open Microsoft Word and required a User and Password

       

      Please help