On 10/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > I made an SA using mvn jbi:projectDeploy command > I am puting the jar created inside the SA foler to deploy the application. > Is there a alternate way of deploying like the examples > I can see the SU and SA using JMX but its doesn't say that its deployed > unless i put the jar in deploy folder > please let me know what are the alternate ways of deployment
ServiceMix supports hot deploy functionality where you drop a SA into the deploy directory and deployment via JMX. The JMX deployment is also available via the ServiceMix JBI Ant tasks: http://incubator.apache.org/servicemix/ant-tasks.html The Ant tasks are what is used by the Maven jbi:projectDeploy goal. As for the subject of this message, installer zip files is packaging for JBI components, not for SAs. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://castor.org/
