Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/388.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Jboss 4.2.3 GA附加部署目录_Java_Deployment_Jboss_Ejb_Jboss 4.2.x - Fatal编程技术网

Java Jboss 4.2.3 GA附加部署目录

Java Jboss 4.2.3 GA附加部署目录,java,deployment,jboss,ejb,jboss-4.2.x,Java,Deployment,Jboss,Ejb,Jboss 4.2.x,我在设置jboss 4.2.3 GA时遇到一些问题。我希望在jboss结构之外有第二个部署目录,以便在那里放置一些ejb JAR。 我找到了一个包含该信息的线程,但它不工作 我打开了jboss/server/default/conf/jboss service.xml 改变 <attribute name="URLs"> deploy/ </attribute> 我在开发过程中使用windows,以后在linux上使用。本页()中的示例适用于linu

我在设置jboss 4.2.3 GA时遇到一些问题。我希望在jboss结构之外有第二个部署目录,以便在那里放置一些ejb JAR。 我找到了一个包含该信息的线程,但它不工作

我打开了
jboss/server/default/conf/jboss service.xml

改变

  <attribute name="URLs">
     deploy/ 
  </attribute>
我在开发过程中使用windows,以后在linux上使用。本页()中的示例适用于linux,而不是windows。我也试过了

file:///C:/dev/deploy/
file:/C:\dev\deploy\
file:/C:\\dev\\deploy\\
file:C:/dev/deploy/

还有很多其他的。有人能帮我一下吗?

部署目录以逗号分隔,这在您找到的属性上方的注释中说明:

  <!-- URLs are comma separated and resolve relative to the server home URL
     unless the given path is absolute. If the URL ends in "/" it is

部署目录以逗号分隔,这在您找到的属性上方的注释中说明:

  <!-- URLs are comma separated and resolve relative to the server home URL
     unless the given path is absolute. If the URL ends in "/" it is

我搞定了。我把它弄出来后,有一个“,”不见了。部署/部署后有一个“,”丢失
  <!-- URLs are comma separated and resolve relative to the server home URL
     unless the given path is absolute. If the URL ends in "/" it is