在 cpanel 托管站点启动 apache solr 服务
如何在具有 cpanel 的网站空间上启动 apache solr 的 start.jar?我无法访问外壳程序,因为打开外壳程序的链接也丢失了,可能唯一的解决方案是将一些脚本放入我不确定的批处理文件中。有什么建议吗?
How can I start apache solr's start.jar on my webspace having cpanel? I cant access the shell as the link to open the shell is also missing, probably the only solution could be to put some script in the batch file to which i am not sure. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该像任何其他程序一样运行,尽管端口 8080 可能被阻止,并且您可能需要在服务器上拥有自己的 IP 地址以让 java 绑定到它,并且系统管理员可能会对 java 感到生气,并且您可能还需要更改java 的路径。
这就是我在 cpanel 服务器上运行 solr 的方式:
您应该有一个运行 cron 作业的选项,并且可以使用它来启动 solr(如果它没有运行)。这是一个可能有效的方法:
It should run like any other program, though port 8080 may be blocked, and you may need your own IP address on the server to let java bind to it, and the system admins may get mad about java, and you may also need to change the path to java.
This is how I have solr running on my cpanel server:
You should have an option to run cron jobs, and can use that to startup solr if it is not running. Here is one that may work: