You visit the Sun (oops, I mean Oracle -- old habits die hard) web site, download it and install it, or, being shared, you ask your provider to do it for you. They might decline, of course, in which case you host another web server using a hosting provide who does support java (or, at least another machine, if they don't want to have a Java app. container alongside IIS.)
http://java.com/en/download/index.jsp -----Original Message----- From: Devora [mailto:devora...@gmail.com] Sent: Thursday, August 25, 2011 2:00 PM To: solr-user@lucene.apache.org Subject: RE: Solr in a windows shared hosting environment Thank you! Since it's shared hosting, how do I install java? -----Original Message----- From: Jaeger, Jay - DOT [mailto:jay.jae...@dot.wi.gov] Sent: Thursday, August 25, 2011 4:34 PM To: solr-user@lucene.apache.org Subject: RE: Solr in a windows shared hosting environment Yes, but since Solr is written in Java to run in a JEE container, you would host Solr in a web application server, either Jetty (which comes packaged), or something else (say, Tomcat or WebSphere or something like that). As a result, you aren't going to find anything that says how to run Solr under IIS because it doesn't run under IIS. It doesn't need IIS, though it can certainly coexist alongside IIS. If you want the requests to go thru IIS you might need a plug-in in IIS to handle that (IBM's WebSphere has such a plugin). If you don't need the requests to go thru IIS, then that isn't an issue. Hope that helps. JRJ -----Original Message----- From: Devora [mailto:devora...@gmail.com] Sent: Thursday, August 25, 2011 5:15 AM To: solr-user@lucene.apache.org Subject: Solr in a windows shared hosting environment Hi, Is it possible to install Solr in a windows (IIS 7 or IIS 7.5) shared hosting environment? If yes, where can I find instructions how to do that? Thank you!