簡體   English   中英

Jboss上的Java Web服務

[英]Java Web Service on Jboss

我是Java Web服務和jboss的新手。 我必須在java和.net之間建立連接,這就是為什么我需要創建Web服務的原因。 .net程序已准備就緒,但Java部分正在殺死我。 當我在Java中導入第3方api並將其作為java應用程序運行時,沒有問題,但是當我將其作為網絡服務運行時,它會產生如下錯誤:

C:\jboss-as-7.1.1.Final\standalone\deployments\TestProjesiEAR.ear\TestProjesi.war\WEB-INF\lib\tcommon.jar\com\temenos\tocf\common\log\global.log (The system cannot find the path specified)

C:\jboss-as-7.1.1.Final\standalone\deployments\TestProjesiEAR.ear\TestProjesi.war\WEB-INF\lib\tcommon.jar\com\temenos\tocf\common\conf\tcclientlog.properties (The system cannot find the path specified)

C:\jboss-as-7.1.1.Final\standalone\deployments\TestProjesiEAR.ear\TestProjesi.war\WEB-INF\lib\tcommon.jar\com\temenos\tocf\common\log\global.log (The system cannot find the path specified)

C:\jboss-as-7.1.1.Final\standalone\deployments\TestProjesiEAR.ear\TestProjesi.war\WEB-INF\lib\tcommon.jar\com\temenos\tocf\common\conf\tcclientlog.properties (The system cannot find the path specified)

據我了解,jboss找不到這些文件,但是這些文件已經在../\\TestProjesi.war\\WEB-INF\\lib文件夾中。

請任何人幫我...

您是否嘗試過將它們安裝在.ear / lib中? 您可能必須將第三方jar作為模塊部署在服務器上。 更多信息和過程在這里 基本上,您在jboss_home / modules中創建了一個新目錄(使用第3方jar目錄結構),將.xml添加到新模塊中,並在standalone.xml中注冊了新的依賴項(用於全局依賴項),或者通過在其中創建MANIFEST.MF您的.ear / META-INF。 老板掌握了更多信息。 高溫超導

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM