Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Apache-Solr在我的 java 应用程序中进行索引和搜索。如果要执行任何与 Apache-Solr 相关的操作,则必须启动solr 服务器。
有时运行 Solr-server 的终端意外关闭,然后我们必须再次启动该服务器,因为我们无法执行任何与搜索/索引相关的操作。
我试图通过在命令末尾添加“ & ”来在后台运行进程,但它不起作用。
我不想打开那个终端在哪个服务器运行。那么有什么方法可以在后台进程中运行 Apache-Solr-Server 吗?
提前致谢..
我认为这个链接对你有用
在后台启动 apache-solr-server
您也可以通过创建一个 init/LaunchDaemon 脚本自动启动 Solr,并让系统处理运行它。