-
1. Re: problem in hot deploy in clustred environment(ASAP)
mycindyart Mar 12, 2004 3:40 PM (in response to bajaj)It is a problem with relative path. You need set up a directory same level as deploy and under deploy, both named 'farm'. Here is a sample xml:
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Farming -->
<!-- ==================================================================== -->
jboss:service=TestPartition
TestPartition jboss.web:service=WebServer
<depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer
org.jboss.deployment.DeploymentSorter
org.jboss.deployment.scanner.DeploymentFilter
5000
farm/
You need to put this xml as farm-service.xml under deploy/deploy.last directory. And make true the two server has the same setting for farming.
Hope the above helps.
Cindy