My client is using a dedicated server with plesk for the control panel. The hosting provider says that anything done using the control panel is supported by their tech support, so if i try anything using SSH, it voids that warranty. Its easy to install a servlet through plesk anyway, I upload the war file using the the java servlet installer. A sample servlet has been installed so I know this part works.
However, when I install solr, i get what looks like a warning icon and if I hover over it the tool tip text says this: "Actual status of the application does not correspond to the status retrieved from the database." The host providers support team says that there is something wrong with the war file (big help). Since I kind of stuck using tomcat 5.5, is there an older version of solr that I should be using? How can I fix this so that I can use solr? The only thing that I can find regarding this issue is this link: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200904.mbox/<69de18140904150913n66a8c78cgf064b53cd2440...@mail.gmail.com> And the replier to the problem mentioned removing solr.xml. I thought that if i tried that and re-wared the app that might fix it but not such file exists in the war file I have. Does anyone have any ideas? --Aaron