Hi, I need to deploy a WAR file onto Apache (an Apache Solr instance) but I cannot locate where apache files are. Please help! asked 14 Apr '11, 19:57 tjk |
Our platform allows the installation of many server stacks on the same account. It has some basic servers provided, like apache and nginx. These provided servers have certain limitations because they are designed to do certain tasks. To do what you want you will need to build your own apache instance, the provided one does not serve WAR files dynamically. To see what I mean you should read these documents,
answered 14 Apr '11, 20:06 johns |