We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I make the request from browser to http://localhost:8080/sdoc.jsp I get the response in text/plain.
The text was updated successfully, but these errors were encountered:
More than likely your web server is not treating it as a jsp. Have you enabled a jsp view resolver in spring
Sorry, something went wrong.
I have embedded Tomcat running. My app is a REST api. As I read jsp is not working with embeded Tomcat in Spring Boot. Is this correct?
If so, what can I do to get it working?
Thanks for your help!
No branches or pull requests
When I make the request from browser to http://localhost:8080/sdoc.jsp I get the response in text/plain.
The text was updated successfully, but these errors were encountered: