- 
        1. Re: Remote JBoss Startupdavidjencks Apr 28, 2002 9:01 PM (in response to casanova)I don't know what Tea is, but if you can turn it into a jboss service, in jboss 3 you can probably undeploy and redeploy the whole thing while the server is running. 
- 
        2. Re: Remote JBoss Startupcasanova May 1, 2002 6:45 PM (in response to casanova)The real issue at hand here is the ability for me to bounce the server remotely - I know this is possible for JBoss by redeploying applications, but is it possible to bounce Tomcat (stop/start) so that it picks up changes to webapps? 
 I mentioned Tea (http://opensource.go.com / http://www.servlets.com) because it can't be hot deployed as it needs absolute path names in some properties files - if I could hot deploy it there wouldn't be a problem, but there is no work around at present.
 Any assistance with this would be much appreciated. Perhaps I've posted the question to the wrong area of the JBoss forum - I'm only a new beginner.
- 
        3. Re: Remote JBoss Startupadrian.brock May 2, 2002 7:04 AM (in response to casanova)Hi, 
 Not sure, but you should be able to invoke
 stop()
 then
 start()
 on the tomcat service on port 8082 to bounce it
 Regards,
 Adrian
- 
        4. Re: Remote JBoss Startupcasanova May 2, 2002 7:39 PM (in response to casanova)Ah, ok - sorry to be a pain, but how do you invoke a method on a port? 
- 
        5. Re: Remote JBoss Startupsgturner May 2, 2002 9:29 PM (in response to casanova)I would suggest you read up on the architecture of JBoss and JMX. Jboss is based on a JMX. Most everything in JBoss is an MBean managed by the MBeanServer. Thus you only need to browse http://<domain name>:8082, find the MBean listed on the resultant page that is the servlet container, and invoke its stop and start method. 
 
     
     
    