gpt4 book ai didi

java - 我在哪里可以找到 Java Servlet 容器

转载 作者:行者123 更新时间:2023-11-30 08:28:04 24 4
gpt4 key购买 nike

我已经安装了 JRE,现在我正尝试按照 Solr Reference Guide 安装 Solr .

指南规定:

  1. Stop your Java servlet container.
  2. Copy the solr.war file from the Solr distribution to the webapps directory of your servlet container...

  3. Start your servlet container, passing to it the location of your Solr Home in one of these ways:

  • Set the Java system property solr.solr.home to your Solr Home. (for example, using the example jetty setup: java -Dsolr.solr.home=/some/dir -jar start.jar).
  • Configure the servlet container so that a JNDI lookup of java:comp/env/solr/home by the Solr webapp will point to your Solr Home.
  • Start the servlet container in the directory containing ./solr: the default Solr Home is solr under the JVM's current working directory ($CWD/solr).

问题:

  1. 在哪里可以找到这个 Java Servlet 容器?
  2. 我在哪里/如何执行这些命令来启动/停止/配置 Java Servlet 容器?
  3. 如何设置 Java 系统属性?

最佳答案

我的非常简单。下载文件后,我将其解压缩到服务器上的一个文件夹中。我使用命令行来完成安装。使用命令行,导航到您将文件解压缩到的 solr-X.XX.X 文件夹内的示例文件夹,一旦运行 java 命令:

cd C:/<folder>/app/solr-X.XX.X/example
java -jar start.jar

它会像魔术一样为您执行安装。访问localhost:8983/solr即可访问SOLR

虽然我使用的是 Windows Server,它可能与您的不同,但我想逻辑是相同的。

关于java - 我在哪里可以找到 Java Servlet 容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20470635/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com