You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Shaun2016
changed the title
localhost:8080/search **404**
localhost:8080/search 404
Mar 21, 2018
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 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
The text was updated successfully, but these errors were encountered: