誰知道在websphere中如何配置rmi相關的安全策略檔案(policy)?
我rmi server端的codebase是“file:\c:\ss\”下。
然後,在客戶端(websphere),我將存根(stub)放在了“file:\c:\ss\”下。
在was.policy中改為:
grant codeBase "file:${application}" {
permission java.security.AllPermission;};
grant codeBase "file:${jars}" {
permission java.security.AllPermission;
};
grant codeBase "file:${connectorComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:${webComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:${ejbComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:/c:/ss/-" {
permission java.security.AllPermission;
};
但是使用時,發生安全錯誤:
然後,在客戶端(websphere),我將存根(stub)放在了“file:\c:\ss\”下。
在was.policy中改為:
grant codeBase "file:${application}" {
permission java.security.AllPermission;};
grant codeBase "file:${jars}" {
permission java.security.AllPermission;
};
grant codeBase "file:${connectorComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:${webComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:${ejbComponent}" {
permission java.security.AllPermission;
};
grant codeBase "file:/c:/ss/-" {
permission java.security.AllPermission;
};
但是使用時,發生安全錯誤:
[04-4-28 12:25:06:810 CST] 57bd97b3 SecurityManag W SECJ0314W: 當前 Java 2 安全性策略報告了違犯 Java 2 安全性許可權的潛在可能。請參閱《問題確定指南》,獲取進一步資訊。
許可權:
192.168.1.108:1266 : access denied (java.net.SocketPermission 192.168.1.108:1266 connect,resolve)
程式碼:
com.ss.ServerTaskManager_Stub in {file:/c:/ss/}
請指教!
相關文章
- spring boot配置檔案相關Spring Boot
- linux系統配置及相關檔案Linux
- Eclipse中專案Maven相關配置EclipseMaven
- 你知道我們平時在CSS中寫的%都是相對於誰嗎?CSS
- 在Docker中,Docker配置檔案在哪裡以及如何修改?Docker
- 從一道簡單的“SpringBoot配置檔案”相關面試題,我就能知道你的水平Spring Boot面試題
- 關於 Java 中的 RMI-IIOPJava
- SpringBoot 如何解析配置檔案中的list?Spring Boot
- ubuntu中Django相關配置UbuntuDjango
- 在 Linux 中如何刪除檔案中的空行Linux
- Linux檔案管理相關命令Linux
- 實驗七 檔案相關
- WEB應用內容安全策略(Content Security Policy)Web
- head頭—內容安全策略(Content Security Policy, CSP)
- Laravel 中的配置檔案Laravel
- java RMI相關反序列化漏洞整合分析Java
- 在 Linux 中如何移動檔案Linux
- 如何在python中讀取配置檔案Python
- 網頁中Office和pdf相關檔案匯出網頁
- Linux 中關於 known_hosts 檔案,你所應該知道的Linux
- WebSphere配置https協議訪問WebHTTP協議
- Android開發之音訊配置檔案audio_policy.conf解析全過程Android音訊
- linux使用者相關檔案Linux
- Ubuntu檔案相關命令集合Ubuntu
- 在 Linux 中如何歸檔檔案和目錄Linux
- 在MaxCompute中配置Policy策略遇到結果不一致的問題
- 如何在macOS中管理檔案關聯?Mac
- 如何在macOS中管理檔案關聯Mac
- 基於Vue-Cli 打包自動生成/抽離相關配置檔案Vue
- /etc/shadow檔案相關欄位的解釋
- Linux 檔案系統相關的基本概念Linux
- Spring 原始碼(4)在Spring配置檔案中自定義標籤如何實現?Spring原始碼
- 在web.xml檔案中配置Servlet時,主要配置哪些資訊?WebXMLServlet
- 檢視織夢CMS原始碼中的資料庫相關檔案原始碼資料庫
- 在Linux中,如何建立檔案系統的備份?Linux
- 在Linux中如何檢視檔案的修改日期Linux
- Linux檔案相關命令詳解(一)Linux
- 通過配置tomcat在瀏覽器訪問非專案中的檔案Tomcat瀏覽器
- python 配置檔案如何使用Python