在 Tomcat 中部署战争
我想在Tomcat5.5中部署solr.war。 我已将 solr.war 文件复制到 webapps 中并将其解压缩。 运行 http://localhost:8080/solr/ 时,我面临以下异常。请建议我需要做什么。
无法启动 SOLR。检查 solr/home 属性 java.lang.RuntimeException: 找不到资源“solrconfig.xml” 在类路径或“solr/conf/”中, cwd=C:\Program Files\Apache 软件 基础\Tomcat 5.5\bin"
说要在类路径中包含 solrconfig.xml,但我没有找到任何 .classpath 文件。
I want to deploy solr.war in Tomcat5.5.
I have copied solr.war file in webapps and extract it.
while running http://localhost:8080/solr/ i am facing wid following exception. please suggest me what i need to do.
Could not start SOLR. Check solr/home
property java.lang.RuntimeException:
Can't find resource 'solrconfig.xml'
in classpath or 'solr/conf/',
cwd=C:\Program Files\Apache Software
Foundation\Tomcat 5.5\bin"
it is saying to include solrconfig.xml in classpath but i m not finding any .classpath file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 cofig/catalina/localhost 文件夹中创建文件 solr.xml 。 在以下路径 D:\project\Solr_Integration\solr 中手动添加此上下文
副本文件 D:\project\Solr_Integration\apache-solr-4.0.0\example\solr
启动服务器。
Create a file solr.xml in cofig/catalina/localhost folder . Add this Context
copy files manaully form here D:\project\Solr_Integration\apache-solr-4.0.0\example\solr in the following path D:\project\Solr_Integration\solr
Start the server .