我正在学习如何首次使用Jetty 7。 我按照本教程中的步骤操作: https://wiki.apache.org/solr/SolrJetty
该网站使用Linux命令(我相信)介绍了这些步骤。但是我使用的是Windows 7,我被困在创建用户部分。
Creating user
Don't forget to create solr user in the system.
useradd -d /opt/solr -s /sbin/false solr
chown solr:solr -R /opt/solr
chown solr:solr -R /var/log/solr # if you use alternative folder for logs
NOTE: If you don't have start-stop-daemon tool you have to setup /bin/bash instead /sbin/false.
所以我的问题是如何在Windows中执行此操作?
答案 0 :(得分:0)
一种非常好的方法是使用yajsw。这将允许您在Windows中安装Solr作为服务,也可以在unix / linux中安装,因为它是跨平台的。因此,如果您在一个操作系统中学习如何使用它,那么其他操作系统将非常相似。
我在linux / windows中多次使用它。