Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
3f125fb8
Commit
3f125fb8
authored
Feb 28, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in JSP docs
parent
e58206bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
README.md
spring-boot/README.md
+8
-6
No files found.
spring-boot/README.md
View file @
3f125fb8
...
...
@@ -249,14 +249,16 @@ can also register items directly if your bean implements the `ServletContextInit
interface.
### JSP limitations When running a Spring Boot application that uses
an embedded servlet container and is packaged as an executable
archive, there are some limitations in the JSP support.
### JSP limitations
*
With Tomcat it should work if you use WAR packaging. I.e. an
When running a Spring Boot application that uses
an embedded servlet container (and is packaged as an executable
archive), there are some limitations in the JSP support.
*
With Tomcat it should work if you use WAR packaging, i.e. an
executable WAR will work, and will also be deployable to a standard
container (
Tomcat included). An executable JAR will not work because
of a hard coded file patter in Tomcat itself
.
container (
not limited to, but including Tomcat). An executable JAR
will not work because of a hard coded file pattern in Tomcat
.
*
Jetty does not currently work as an embedded container with
JSPs. There should be a way to make it work, so hopefully someone
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment