you probably didn't set the SOLR folder path in WEB-INF/applicationContext.xml.
if the container doesn't find that folder, the webapp refuses to start!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-06-07
Hi, i set it up but after I deploy it with the tomcat manager it doesn't even show "locanda" as Application to start it, stop it or do anything.
The directory exists /var/lib/tomcat6/webapps/locanda
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the fact that the folder was created in webapp folder does not mean that the webapp is correctly running. Probably some error prevents the webapp to start. You should check the log files in the "log" folder to check what's going wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
you probably didn't set the SOLR folder path in WEB-INF/applicationContext.xml.
if the container doesn't find that folder, the webapp refuses to start!
Hi, i set it up but after I deploy it with the tomcat manager it doesn't even show "locanda" as Application to start it, stop it or do anything.
The directory exists /var/lib/tomcat6/webapps/locanda
Hi,
the fact that the folder was created in webapp folder does not mean that the webapp is correctly running. Probably some error prevents the webapp to start. You should check the log files in the "log" folder to check what's going wrong.