Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kaua Costa   on Dec 31 In Java Category.

  
Question Answered By: Percy Morgan   on Dec 31

you can use this code for change  your TomcatDeployer Directory in jboss-service.xml

<attribute name="URLs">
file:/c:/deploymentPath/
</attribute>

If the URL ends in "/" it is considered a collection and scanned.URLs may be local (file:) or remote (http:). Scanning is supported for remote URLs but unpacked deployment units are not.

Share: