Deploying with JMX (but not with manager app) when autodeploy is disabled

2011-05-13 Thread Luca Gervasi
Hello,

I have this bit of information from the server.xml

Host
name=${host.defaulthost}
appBase=${host.appbase}
unpackWARs=false
autoDeploy=false
xmlValidation=false
xmlNamespaceAware=false


I haven't manager, host-manager, psi-probe or similar webapps. Is it
possible, using ONLY JVisualVM/JConsole, deploying and start an
application i already copied in the webapps dir?

Thanks

Luca

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Deploying with JMX (but not with manager app) when autodeploy is disabled

2011-05-13 Thread Mark Thomas
On 13/05/2011 11:25, Luca Gervasi wrote:
 Hello,
 
 I have this bit of information from the server.xml
 
 Host
 name=${host.defaulthost}
 appBase=${host.appbase}
 unpackWARs=false
 autoDeploy=false
 xmlValidation=false
 xmlNamespaceAware=false
 
 
 I haven't manager, host-manager, psi-probe or similar webapps. Is it
 possible, using ONLY JVisualVM/JConsole, deploying and start an
 application i already copied in the webapps dir?

With Tomcat 7, that should be possible.

Mark



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Deploying with JMX (but not with manager app) when autodeploy is disabled

2011-05-13 Thread Luca Gervasi
On 05/13/2011 12:28 PM, Mark Thomas wrote:
 On 13/05/2011 11:25, Luca Gervasi wrote:
 Hello,

 I have this bit of information from the server.xml

 Host
 name=${host.defaulthost}
 appBase=${host.appbase}
 unpackWARs=false
 autoDeploy=false
 xmlValidation=false
 xmlNamespaceAware=false
 

 I haven't manager, host-manager, psi-probe or similar webapps. Is it
 possible, using ONLY JVisualVM/JConsole, deploying and start an
 application i already copied in the webapps dir?
 
 With Tomcat 7, that should be possible.
 
 Mark
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 

My bad:

Server version: Apache Tomcat/6.0.29
Server built:   July 19 2010 1458
Server number:  6.0.0.29
OS Name:Linux
OS Version: 2.6.32-71.el6.x86_64
Architecture:   x86_64
JVM Version:1.5.0
JVM Vendor: Free Software Foundation, Inc.

Thanks!

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org