> is it possible to add servlet container to the web servers? Some JEE/J2EE web application servers work well "downstream" of an HTTP server. WebSphere application server has that capability. Tomcat has that ability as well, according to the information at http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html (I googled +Tomcat +"Apache web server")
Another way is to set up your HTTP server as a "reverse proxy", and have it forward requests to the standalone JEE/J2EE web application server. You can do that with any web app server -- it isn't really aware of the reverse proxy. See http://httpd.apache.org/docs/2.0/mod/mod_proxy.html JRJ -----Original Message----- From: nagarjuna [mailto:nagarjuna.avul...@gmail.com] Sent: Wednesday, September 07, 2011 8:34 AM To: solr-user@lucene.apache.org Subject: RE: how to run solr in apache server? Thank u for ur reply Jaeger, Jay - DOT......... so i can conclude that solr will run only on "application servers"(having servlet containers) and not in "web" servers ............am i correct? and i have one more question is it possible to add servlet container to the web servers? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-run-solr-in-apache-server-tp3316377p3316673.html Sent from the Solr - User mailing list archive at Nabble.com.