<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-734195773111742577.post6203688548367626164..comments</id><updated>2008-10-06T21:15:57.050-07:00</updated><title type='text'>Comments on Jason Chambers: Tomcat Controller - updated</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.jasondchambers.com/feeds/6203688548367626164/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html'/><author><name>Jason Chambers</name><uri>http://www.blogger.com/profile/10367857945070351431</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp1.blogger.com/_SIJ9fKIpUKU/SItHR0u1ttI/AAAAAAAAAAM/z3BvbLeOMD0/S220/profile.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-734195773111742577.post-357715699726667199</id><published>2008-10-06T21:15:00.000-07:00</published><updated>2008-10-06T21:15:00.000-07:00</updated><title type='text'>probably a bit late but just came across this now!...</title><content type='html'>probably a bit late but just came across this now! I've been looking for a way to restart tomcat programmatically as well. We have a problem where out tomcat instances lock up because we have to use a dodgy odbc driver for some of the databases we access.&lt;BR/&gt;&lt;BR/&gt;There is an mbean Catalina:type=Engine that has two operations start and stop. that should do it i imagine!&lt;BR/&gt;&lt;BR/&gt;Quite a handy little thing this JMX stuff. Just learning about it myself at the moment.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/357715699726667199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/357715699726667199'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html?showComment=1223352900000#c357715699726667199' title=''/><author><name>Henrik</name><uri>http://www.blogger.com/profile/06048338038715302311</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html' ref='tag:blogger.com,1999:blog-734195773111742577.post-6203688548367626164' source='http://www.blogger.com/feeds/734195773111742577/posts/default/6203688548367626164' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-869198292'/></entry><entry><id>tag:blogger.com,1999:blog-734195773111742577.post-4477048397529016204</id><published>2008-08-23T13:00:00.000-07:00</published><updated>2008-08-23T13:00:00.000-07:00</updated><title type='text'>Yes, Tomcat has a built-in JMX MBeanServer (kind o...</title><content type='html'>Yes, Tomcat has a built-in JMX MBeanServer (kind of redundant for JDK 1.5+ because now it has one too). I came across MBeans that could control the life-cycle of individual contexts but failed to find MBeans that could control the engine - might be worth another look.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/4477048397529016204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/4477048397529016204'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html?showComment=1219521600000#c4477048397529016204' title=''/><author><name>Jason Chambers</name><uri>http://www.blogger.com/profile/10367857945070351431</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp1.blogger.com/_SIJ9fKIpUKU/SItHR0u1ttI/AAAAAAAAAAM/z3BvbLeOMD0/S220/profile.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html' ref='tag:blogger.com,1999:blog-734195773111742577.post-6203688548367626164' source='http://www.blogger.com/feeds/734195773111742577/posts/default/6203688548367626164' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-563464913'/></entry><entry><id>tag:blogger.com,1999:blog-734195773111742577.post-6380422674378695438</id><published>2008-08-23T01:19:00.000-07:00</published><updated>2008-08-23T01:19:00.000-07:00</updated><title type='text'>I'd go with the JMX option too, add the following ...</title><content type='html'>I'd go with the JMX option too, add the following to your CATALINA_OPTS:&lt;BR/&gt;&lt;BR/&gt;-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8086 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false&lt;BR/&gt;&lt;BR/&gt;And point jconsole at it. In the MBean tab click on Catalina namespace and you can restart the engine or host or service or the individual contexts.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/6380422674378695438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/6380422674378695438'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html?showComment=1219479540000#c6380422674378695438' title=''/><author><name>Brian Silberbauer</name><uri>http://www.blogger.com/profile/03384568981719423913</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp3.blogger.com/_03tkqSM2ukw/SIXY0X3XIeI/AAAAAAAAAFs/C5Wnxn8F89E/S220/bs20080623.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html' ref='tag:blogger.com,1999:blog-734195773111742577.post-6203688548367626164' source='http://www.blogger.com/feeds/734195773111742577/posts/default/6203688548367626164' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-953406399'/></entry><entry><id>tag:blogger.com,1999:blog-734195773111742577.post-5209563944174979656</id><published>2008-08-01T04:06:00.000-07:00</published><updated>2008-08-01T04:06:00.000-07:00</updated><title type='text'>Hi Jason,&lt;br&gt;There is major problem with your appr...</title><content type='html'>Hi Jason,&lt;BR/&gt;There is major problem with your approach.When you start/stop a tomcat instance using ant's 'javaTask' then you are not able to start/stop same tomcat by using it's native service.&lt;BR/&gt;Cause is 'bootstrap.jar' is locked by JVM.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/5209563944174979656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/5209563944174979656'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html?showComment=1217588760000#c5209563944174979656' title=''/><author><name>Rajesh</name><uri>http://www.blogger.com/profile/16873789837726191015</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html' ref='tag:blogger.com,1999:blog-734195773111742577.post-6203688548367626164' source='http://www.blogger.com/feeds/734195773111742577/posts/default/6203688548367626164' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-107962068'/></entry><entry><id>tag:blogger.com,1999:blog-734195773111742577.post-356456783961521995</id><published>2008-07-31T09:56:00.000-07:00</published><updated>2008-07-31T09:56:00.000-07:00</updated><title type='text'>Jason, doesn&amp;#39;t Tomcat have JMX controls these ...</title><content type='html'>Jason, doesn&amp;#39;t Tomcat have JMX controls these days? Couldn&amp;#39;t you use a generic JMX client to start, stop &amp;amp; monitor Tomcat w/o having to fallback to the cmdline?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/356456783961521995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/734195773111742577/6203688548367626164/comments/default/356456783961521995'/><link rel='alternate' type='text/html' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html?showComment=1217523360000#c356456783961521995' title=''/><author><name>Pete</name><uri>http://www.blogger.com/profile/15533086373411320480</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.jasondchambers.com/2008/07/tomcat-controller.html' ref='tag:blogger.com,1999:blog-734195773111742577.post-6203688548367626164' source='http://www.blogger.com/feeds/734195773111742577/posts/default/6203688548367626164' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-838480961'/></entry></feed>
