Re: [JBoss-user] Remote deployment of SARS/JARS/WARS

2002-12-19 Thread David Jencks
s contents to any other person > Thank you > > Check us out at http://www.syntegra.com > > **************** > > > > > > > > RE: [JBoss-user] Remote deployment of SARS/JARS/WARS > > > > Thanks David, > &

RE: [JBoss-user] Remote deployment of SARS/JARS/WARS

2002-12-19 Thread FLYNN, Peter -Syntegra UK
Title: RE: [JBoss-user] Remote deployment of SARS/JARS/WARS Thanks David, The MainDeployer starts up and loads the class, but I guess its class loading over HTTP. Is there a way to deploy and save this deployed service in to the JBOSS installation? If it was saved locally then when JBOSS

Re: [JBoss-user] Remote deployment of SARS/JARS/WARS

2002-12-19 Thread Greg Turner
Absolutely.  The current deployer works off a list of URLs.  Its initially configured with one URL, a file type URL pointing to the deploy directory.  You have two options.  Go into jmx console and add a URL to the list in the URLDeploymentScanner, - but that method does not persist what you ch

Re: [JBoss-user] Remote deployment of SARS/JARS/WARS

2002-12-19 Thread David Jencks
The package you want to deploy has to be available as an http: url. Go do the MainDeployer page, find the "deploy" operation button, fill in the url, and press the button. For a more automated approach, you can call the MainDeployer mbean using the ant jmx task that comes with jboss. For a lar