<?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-12168038.post8464761627399237171..comments</id><updated>2011-12-14T07:24:23.927+05:30</updated><category term='Redmine'/><category term='PHP'/><category term='Tomcat'/><category term='WebService'/><category term='JBoss'/><category term='Http'/><category term='Maven'/><category term='Linux'/><category term='Hudson'/><category term='JTA'/><category term='Atomikos'/><category term='Apache'/><category term='Spring'/><category term='Java'/><category term='SVN'/><category term='NoSQL'/><category term='Artifactory'/><category term='Google'/><title type='text'>Comments on Vinod Singh: Apache in front of Tomcat and JBoss</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.vinodsingh.com/feeds/8464761627399237171/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default?start-index=26&amp;max-results=25'/><author><name>विनोद सिंह</name><uri>https://profiles.google.com/103834618757927017718</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='//lh6.googleusercontent.com/-xXpn1uzbbGo/AAAAAAAAAAI/AAAAAAAAC_c/hhEBO9tdJ54/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12168038.post-6509290931393385733</id><published>2011-12-14T07:24:23.927+05:30</published><updated>2011-12-14T07:24:23.927+05:30</updated><title type='text'>@Suresh,

Try to access the application via Apache...</title><content type='html'>@Suresh,&lt;br /&gt;&lt;br /&gt;Try to access the application via Apache (port 80) that will let you know whether integration is working or not.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6509290931393385733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6509290931393385733'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1323827663927#c6509290931393385733' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/05770985867453681608</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://2.bp.blogspot.com/-q2-MvTaucjU/TmX7fsCUn2I/AAAAAAAAAEE/OyfZXsrB8N8/s220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1832101572'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-7851283247204077293</id><published>2011-12-13T23:43:56.824+05:30</published><updated>2011-12-13T23:43:56.824+05:30</updated><title type='text'>Hi Vinod,

i have some requirement for configuring...</title><content type='html'>Hi Vinod,&lt;br /&gt;&lt;br /&gt;i have some requirement for configuring apache http server 2.0.64 with JBOSS 4.2.3.&lt;br /&gt;I have installed JBOSS with port:8088 and Apache http with port: 8080&lt;br /&gt;Both are up and running.&lt;br /&gt;Now &lt;br /&gt;---&amp;gt;i have downloaded the mod_jk.so and added in the below path:&lt;br /&gt;Apache/modules&lt;br /&gt;---&amp;gt;I have created a new file  &amp;quot;mod-jk.conf&amp;quot; and added under Apache/conf with the below content.&lt;br /&gt;&lt;br /&gt;mod-jk.conf ---&amp;gt;&lt;br /&gt;LoadModule jk_module modules/mod_jk.so&lt;br /&gt;JkWorkersFile conf/workers.properties &lt;br /&gt;JkShmFile logs/mod_jk.shm&lt;br /&gt;JkLogFile logs/mod_jk.log &lt;br /&gt;JkLogLevel info &lt;br /&gt;JkMount /App1/* worker1 &lt;br /&gt;&lt;br /&gt;---&amp;gt;I have added the below file andd added the line in the last line of the file &amp;quot;Include conf/mod-jk.conf&amp;quot; Apache/conf/httpd.conf &lt;br /&gt;&lt;br /&gt;---&amp;gt;I have created workers.properties inside apache/conf folder with below content.&lt;br /&gt;worker.list=worker1 &lt;br /&gt;worker.worker1.type=ajp13 &lt;br /&gt;worker.worker1.host=localhost &lt;br /&gt;worker.worker1.port=8009 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now both the ervers are up and running successfully. But how can i know that these 2 are connected and configured properly.&lt;br /&gt;&lt;br /&gt;Thanks in Advance,&lt;br /&gt;Suresh.&lt;br /&gt;suvunnam@in.ibm.com</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7851283247204077293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7851283247204077293'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1323800036824#c7851283247204077293' title=''/><author><name>suresh</name><uri>http://www.blogger.com/profile/04951990298274031221</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1501581129'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5368791862887594208</id><published>2011-10-01T02:46:03.208+05:30</published><updated>2011-10-01T02:46:03.208+05:30</updated><title type='text'>Hi vinod ... i followed your advice but could not ...</title><content type='html'>Hi vinod ... i followed your advice but could not get static content served from apache. Do I need to do some configuration changes at tomcat as well. The images folder was in /webapps/appB/ but I removed it since I wanted to serve the images from apache. I put the images folder under my document root as mentioned below but still didn&amp;#39;t work out. Can you tell what is wrong in this. I have solaris system to play with apache 2.2 and tomcat 6.0.18.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    ServerName www.xyz.com&lt;br /&gt;    ServerAdmin webmaster@abc.com&lt;br /&gt;    DocumentRoot /opt/apache/www/fundoo/foo&lt;br /&gt;    # To turn off rewrite logging is 0, 3 is debug&lt;br /&gt;    RewriteLogLevel 0&lt;br /&gt;    RewriteEngine off&lt;br /&gt;    RewriteCond %{REQUEST_METHOD} ^TRACE&lt;br /&gt;    RewriteRule .* - [F]&lt;br /&gt;    #Alias /appB /opt/apache/www/fundoo/foo&lt;br /&gt;    JkMount /appB/*.gft      balancer&lt;br /&gt;    JkMount /appB/*.jsp      balancer&lt;br /&gt;    JkMount /appB/*  balancer&lt;br /&gt;    JkUnMount /images/* appB&lt;br /&gt;    #JkUnMount /*.png balancer&lt;br /&gt;    #JkUnMount /*.jpg  balancer&lt;br /&gt;    #JkUnMount /*.gif  balancer&lt;br /&gt;    #JkUnMount /*.js  balancer</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5368791862887594208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5368791862887594208'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1317417363208#c5368791862887594208' title=''/><author><name>Annu</name><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://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2053681430'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2071872803258624659</id><published>2010-12-21T15:27:00.911+05:30</published><updated>2010-12-21T15:27:00.911+05:30</updated><title type='text'>@Nikhil,

See here http://blog.vinodsingh.com/2008...</title><content type='html'>@Nikhil,&lt;br /&gt;&lt;br /&gt;See here http://blog.vinodsingh.com/2008/09/jax-ws-web-service-and-jboss.html&lt;br /&gt;http://blog.vinodsingh.com/2008/09/building-jax-ws-web-service.html&lt;br /&gt;&lt;br /&gt;there is an sample application attached there, I believe that should work on both Tomcat and JBoss.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2071872803258624659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2071872803258624659'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1292925420911#c2071872803258624659' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2015437667086984658</id><published>2010-12-21T12:52:19.440+05:30</published><updated>2010-12-21T12:52:19.440+05:30</updated><title type='text'>Please share some sample applications to deploy on...</title><content type='html'>Please share some sample applications to deploy on Tomcat and Jboss 5.0.1 I cant find any on google even applications that worked on JBoss 4.2.3 not working with JBoss 5</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2015437667086984658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2015437667086984658'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1292916139440#c2015437667086984658' title=''/><author><name>Nikhil</name><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://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-601138031'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6464698980042746309</id><published>2010-06-14T13:37:45.809+05:30</published><updated>2010-06-14T13:37:45.809+05:30</updated><title type='text'>Hi Vinod,

I hope you can help you in this problem...</title><content type='html'>Hi Vinod,&lt;br /&gt;&lt;br /&gt;I hope you can help you in this problem. &lt;br /&gt;&lt;br /&gt;I have Fedora 13, jdk 1.6, jboss 5.0 and eclipse 3.5. Right now everything seems to be working fine but I have to include a separate Tomcat (tomcat 6) in this environment. i.e. I need to disable the tomcat instant that coming with Jboss and need to start a separate tomcat. Also need to use Apache to serve the static contents. Could you please tell me how I can disable the tomcat instant in Jboss and start a separate tomcat server?&lt;br /&gt;&lt;br /&gt;Thanks, Vinod.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6464698980042746309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6464698980042746309'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1276502865809#c6464698980042746309' title=''/><author><name>Anonymous</name><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://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-247594675'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6532364694339573685</id><published>2010-05-17T21:08:37.011+05:30</published><updated>2010-05-17T21:08:37.011+05:30</updated><title type='text'>Just unmount the URLs, which serve the static cont...</title><content type='html'>Just unmount the URLs, which serve the static content as shown in the configuration in the post-&lt;br /&gt;&lt;br /&gt;   JkUnMount /static|/* appB&lt;br /&gt;&lt;br /&gt;Do not forget to store the static content in a directory, which is accessible to Apache.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6532364694339573685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6532364694339573685'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1274110717011#c6532364694339573685' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-734501236900827430</id><published>2010-05-14T14:37:45.658+05:30</published><updated>2010-05-14T14:37:45.658+05:30</updated><title type='text'>how to configure the static content like css,js an...</title><content type='html'>how to configure the static content like css,js and dynamic content like jsp using apache + weblogic</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/734501236900827430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/734501236900827430'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1273828065658#c734501236900827430' title=''/><author><name>Anonymous</name><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://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1562244377'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-1204576488788597103</id><published>2009-09-04T16:28:01.811+05:30</published><updated>2009-09-04T16:28:01.811+05:30</updated><title type='text'>hi vinod..
 i am able to connect to C:/apache-tomc...</title><content type='html'>hi vinod..&lt;br /&gt; i am able to connect to C:/apache-tomcat-6.0.18/webapps/ROOT instead of C:\Apache2.2\htdocs..&lt;br /&gt; could u plz help me how to go to this C:\Apache2.2\htdocs ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/1204576488788597103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/1204576488788597103'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252061881811#c1204576488788597103' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8012687324011777987</id><published>2009-09-04T15:17:54.973+05:30</published><updated>2009-09-04T15:17:54.973+05:30</updated><title type='text'>still i am not getting..
i am thinking i need to g...</title><content type='html'>still i am not getting..&lt;br /&gt;i am thinking i need to give url pattern using RewriteRule . am i right?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/8012687324011777987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/8012687324011777987'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252057674973#c8012687324011777987' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6360474267382534484</id><published>2009-09-04T15:05:15.742+05:30</published><updated>2009-09-04T15:05:15.742+05:30</updated><title type='text'>static goes under Apache DocumentRoot. Yes appB is...</title><content type='html'>static goes under Apache DocumentRoot. Yes appB is a war file.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6360474267382534484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6360474267382534484'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252056915742#c6360474267382534484' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-41488045655830058</id><published>2009-09-04T14:47:17.337+05:30</published><updated>2009-09-04T14:47:17.337+05:30</updated><title type='text'>ok i ll check..
 where u kept that static folder?
...</title><content type='html'>ok i ll check..&lt;br /&gt; where u kept that static folder?&lt;br /&gt;in apache or in tomcat or independent of these two folders?&lt;br /&gt; And one more what is appB ? is it war file?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/41488045655830058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/41488045655830058'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252055837337#c41488045655830058' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-594724628486955205</id><published>2009-09-04T14:43:32.553+05:30</published><updated>2009-09-04T14:43:32.553+05:30</updated><title type='text'>Not sure if &amp;#39;JkUnMount /*.js ajp13&amp;#39; will w...</title><content type='html'>Not sure if &amp;#39;JkUnMount /*.js ajp13&amp;#39; will work or not. I kept all static content in a different directory (say static) and then unmounted that like below-&lt;br /&gt;&lt;br /&gt;JkUnMount /static|/* appB&lt;br /&gt;&lt;br /&gt;Also you need to have two JkMount directives instead of one-&lt;br /&gt;JkMount / appB&lt;br /&gt;JkMount /* appB&lt;br /&gt;&lt;br /&gt;Why don&amp;#39;t you give it a try on same pattern as shown in this blog entry, that may help in narrowing down to the root cause of the problem.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/594724628486955205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/594724628486955205'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252055612553#c594724628486955205' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-4332393647080287890</id><published>2009-09-04T14:34:04.558+05:30</published><updated>2009-09-04T14:34:04.558+05:30</updated><title type='text'>i have checked, i think am right, but its not work...</title><content type='html'>i have checked, i think am right, but its not working...&lt;br /&gt;&lt;br /&gt;VirtualHost localhost:8080&amp;gt;&lt;br /&gt; ServerName localhost&lt;br /&gt; ServerAdmin rbparagi@gmail.com&lt;br /&gt; DocumentRoot &amp;quot;C:/Apache2.2/htdocs&amp;quot;&lt;br /&gt; &lt;br /&gt; # All requests go to worker1 by default&lt;br /&gt; JkMount /* ajp13&lt;br /&gt; # Serve html, jpg and gif using httpd&lt;br /&gt; #JkUnMount /*.html ajp13&lt;br /&gt; #JkUnMount /*.jpg  ajp13&lt;br /&gt; #JkUnMount /*.gif  ajp13&lt;br /&gt; JkUnMount /*.js  ajp13&lt;br /&gt; &lt;br /&gt; Directory &amp;quot;C:/Apache2.2/htdocs&amp;quot;&lt;br /&gt;   # Options Indexes FollowSymLinks MultiViews&lt;br /&gt;   Options None&lt;br /&gt;   AllowOverride None&lt;br /&gt;   Order allow,deny&lt;br /&gt;   allow from all&lt;br /&gt; Directory&lt;br /&gt; &lt;br /&gt;VirtualHost&lt;br /&gt;&lt;br /&gt;this is my configuration..&lt;br /&gt;&lt;br /&gt;is it work?&lt;br /&gt;and how to give JkMount and Jkunmount ? can u give me one example? am new to this so..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/4332393647080287890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/4332393647080287890'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252055044558#c4332393647080287890' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2157745686439113237</id><published>2009-09-04T13:59:48.686+05:30</published><updated>2009-09-04T13:59:48.686+05:30</updated><title type='text'>See the &lt;b&gt;JkMount&lt;/b&gt; and &lt;b&gt;JkUnMount&lt;/b&gt; refere...</title><content type='html'>See the &lt;b&gt;JkMount&lt;/b&gt; and &lt;b&gt;JkUnMount&lt;/b&gt; references in the post. You need to unmount the /js URL and get it served by Apache.&lt;br /&gt;&lt;br /&gt;Also if required you may need to add something like below in server.xml to run application at root context in Tomcat.&lt;br /&gt;&lt;br /&gt;&amp;lt;context path=&amp;quot;&amp;quot; docbase=&amp;quot;appA.war&amp;quot; unpackWAR=&amp;quot;false&amp;quot; /&amp;gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2157745686439113237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/2157745686439113237'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252052988686#c2157745686439113237' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5465754649027958458</id><published>2009-09-04T13:53:03.654+05:30</published><updated>2009-09-04T13:53:03.654+05:30</updated><title type='text'>no vinod am not able to access like this..
JSP- ht...</title><content type='html'>no vinod am not able to access like this..&lt;br /&gt;JSP- http://localhost:81/jsp/myPage.jsp&lt;br /&gt;JS- http://localhost:81/js/myScript.js&lt;br /&gt;&lt;br /&gt;If i request http://localhost:81, at ll directly go to the tomcat (http://localhost:8080) this is my problem, how to get rid of this ? please help me..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5465754649027958458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5465754649027958458'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252052583654#c5465754649027958458' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5080433594458111021</id><published>2009-09-04T13:48:34.910+05:30</published><updated>2009-09-04T13:48:34.910+05:30</updated><title type='text'>Suppose your JS and JSP files are accessible using...</title><content type='html'>Suppose your JS and JSP files are accessible using following URLs-&lt;br /&gt;JSP- http://localhost:81/jsp/myPage.jsp&lt;br /&gt;JS- http://localhost:81/js/myScript.js&lt;br /&gt;&lt;br /&gt;To include the Javascript in JSP page, you should write something like-&lt;br /&gt;@import url(/js/myScript.js);&lt;br /&gt;&lt;br /&gt;Hope this helps.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5080433594458111021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5080433594458111021'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252052314910#c5080433594458111021' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-7725937872445218139</id><published>2009-09-04T09:39:00.813+05:30</published><updated>2009-09-04T09:39:00.813+05:30</updated><title type='text'>thanks vinod...
still i have one doubt , i hav kep...</title><content type='html'>thanks vinod...&lt;br /&gt;still i have one doubt , i hav kept all my javascript files in apache htdocs(C:/apache/htdocs/js) in that js folder i have Example.js , now i want to use this Example.js file in my jsp so what is the url path i have to give?&lt;br /&gt;&lt;br /&gt;My apache is running on http://localhost:81 and tomcat is running on http://localhost:8080 . I am able to connect to tomcat through apache and modJk</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7725937872445218139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7725937872445218139'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1252037340813#c7725937872445218139' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-431237802403996958</id><published>2009-09-03T22:49:05.185+05:30</published><updated>2009-09-03T22:49:05.185+05:30</updated><title type='text'>Ravi,

DocumentRoot &amp;quot;/path/to/the/content&amp;quo...</title><content type='html'>Ravi,&lt;br /&gt;&lt;br /&gt;DocumentRoot &amp;quot;/path/to/the/content&amp;quot; is the absolute path of the content on disk not relative to Tomcat or Apache. Static content like JS or CSS are just a include in HTML/JSP files, so just write correct URL in the files.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/431237802403996958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/431237802403996958'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1251998345185#c431237802403996958' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5616813823387328683</id><published>2009-09-03T19:29:27.281+05:30</published><updated>2009-09-03T19:29:27.281+05:30</updated><title type='text'>DocumentRoot &amp;quot;/path/to/the/content&amp;quot;

&amp;qu...</title><content type='html'>DocumentRoot &amp;quot;/path/to/the/content&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;quot;/path/to/the/content&amp;quot; what should I give in this path?&lt;br /&gt;is it path from Tomcat server or Apache web server?&lt;br /&gt;and one more, how to access these static content say .js file in application?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5616813823387328683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5616813823387328683'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1251986367281#c5616813823387328683' title=''/><author><name>Ravi</name><uri>http://www.blogger.com/profile/17137282811227165408</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023195494'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6953978737709583143</id><published>2009-05-06T04:26:00.000+05:30</published><updated>2009-05-06T04:26:00.000+05:30</updated><title type='text'>I used mod_jk-1.2.27-httpd-2.2.6.so on Linux and o...</title><content type='html'>I used mod_jk-1.2.27-httpd-2.2.6.so on Linux and on Windows it was mod_jk-1.2.27-httpd-2.2.10.so</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6953978737709583143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/6953978737709583143'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1241564160000#c6953978737709583143' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8826546739026143984</id><published>2009-05-06T04:04:00.000+05:30</published><updated>2009-05-06T04:04:00.000+05:30</updated><title type='text'>Can you possibly share what version of mod_jk you ...</title><content type='html'>Can you possibly share what version of mod_jk you used. I have the following config:&lt;br /&gt;&lt;br /&gt;Java: 1.6.0_13&lt;br /&gt;Tomcat: 6.0.18&lt;br /&gt;Apache: 2.2.11&lt;br /&gt;OS: Windows XP&lt;br /&gt;&lt;br /&gt;I tried the following two jk modules, but I can't seem to connect from Apache to Tomcat:&lt;br /&gt;- mod_jk-1.2.28-httpd-2.2.3.so&lt;br /&gt;- mod_jk-1.2.27-httpd-2.2.10.so&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;AG</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/8826546739026143984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/8826546739026143984'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1241562840000#c8826546739026143984' title=''/><author><name>Abhishek Goel</name><uri>http://www.blogger.com/profile/01517175398005582188</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-697521460'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5748470954320287912</id><published>2009-02-12T12:29:00.000+05:30</published><updated>2009-02-12T12:29:00.000+05:30</updated><title type='text'>Apache 2.2 with mod_proxy and related module has m...</title><content type='html'>Apache 2.2 with mod_proxy and related module has made mod_jk redundant. Though mod_jk is still better than mod_proxy in load balancing.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5748470954320287912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5748470954320287912'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1234421940000#c5748470954320287912' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-7224789208937251405</id><published>2009-02-12T11:22:00.000+05:30</published><updated>2009-02-12T11:22:00.000+05:30</updated><title type='text'>whcih to use either mod_jk ProxyPass or ProxyRever...</title><content type='html'>whcih to use either mod_jk ProxyPass or ProxyReverse in front of jboss using apache.&lt;BR/&gt;&lt;BR/&gt;what's different between both... performance , security etc</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7224789208937251405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/7224789208937251405'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1234417920000#c7224789208937251405' title=''/><author><name>Suneel</name><uri>http://www.blogger.com/profile/12753396688220183924</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://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-551631415'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5159042546482445953</id><published>2009-02-06T09:27:00.000+05:30</published><updated>2009-02-06T09:27:00.000+05:30</updated><title type='text'>mod_jk looks a good option to put in front of JBos...</title><content type='html'>mod_jk looks a good option to put in front of JBoss. Though using ProxyPass and ProxyReverse thing one can avoid the mod_jk.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5159042546482445953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/8464761627399237171/comments/default/5159042546482445953'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html?showComment=1233892620000#c5159042546482445953' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</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://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2009/01/apache-in-front-of-tomcat-and-jboss.html' ref='tag:blogger.com,1999:blog-12168038.post-8464761627399237171' source='http://www.blogger.com/feeds/12168038/posts/default/8464761627399237171' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry></feed>
