1. context root. accessing directory from browser coderanch.comThough this is not jsp, but jhtml the problem is somewhat similar. Scenario: 1. jhtmls are inside this: KDCATG/modules/b2b/htdocs/global/en/b2b/private/admin/esrvtool/ 2. I access these jhtmls in this way: |
2. how to read a folder outside the context coderanch.com |
3. Open word doc in folder which is not in weblogic server 10.3 context path and IE 7.0 Browser coderanch.comHi All, I am developing jsp page which has hyperlink and on click on it should open word doc and code is deployed on sun os. when i click on hyperlink it says page can not displayed. I am reading path using properties file : HELP_FOLDER=download my code on jsp is as follows: <%! String helpFileName = System.getProperty("user.dir") + java.io.File.separator + ... |