spring-data-solr-showcase icon indicating copy to clipboard operation
spring-data-solr-showcase copied to clipboard

localhost:8080/search 404

Open Shaun2016 opened this issue 7 years ago • 2 comments

I run the application and visit 'localhost:8080/search' but i can't see the search.jsp I add a print(".....") in SearchController's search method and i can see the print message, but the return "search" not turn to the search.jsp

Shaun2016 avatar Mar 21 '18 14:03 Shaun2016

I use mvn spring-boot:run, then the server is OK, but i don't know why ??? just run application can't see the search.jsp

Shaun2016 avatar Mar 21 '18 14:03 Shaun2016

I found this in the documentation

The application is meant to work with the example data provided by the Solr distribution. :example> cd exampledocs :exampledocs> java -jar post.jar *.xml

I think you miss this part.

Waseem-farooqui avatar Nov 06 '18 05:11 Waseem-farooqui