@@ -28,19 +28,24 @@ As an executable jar within Jetty:
2828
2929# # Demo routes
3030
31- | Example | Component | Embedded Route | Deployed War Route |
32- | ---------| -------------------------------| -----------------------------------| ------------------------------------------|
33- | Rails 7 | Status Page | http://localhost:8080/up | http://localhost:8080/rails7/up |
34- | Rails 7 | Snoop Dump | http://localhost:8080/snoop | http://localhost:8080/rails7/snoop |
35- | Rails 7 | Embedded JSP (non-functional) | http://localhost:8080/jsp/ | http://localhost:8080/rails7/jsp/ |
36- | Rails 7 | Simple Form submission | http://localhost:8080/simple_form | http://localhost:8080/rails7/simple_form |
37- | Rails 7 | Body Posts | http://localhost:8080/body | http://localhost:8080/rails7/body |
38- | Sinatra | Demo Index | http://localhost:8080/ | http://localhost:8080/sinatra |
39- | Sinatra | Info | http://localhost:8080/info | http://localhost:8080/sinatra/info |
40- | Sinatra | Snoop Dump | http://localhost:8080/env | http://localhost:8080/sinatra/env |
41- | Sinatra | Streaming Demo | http://localhost:8080/stream | http://localhost:8080/sinatra/stream |
42- | Camping | Demo Index | http://localhost:8080/ | http://localhost:8080/camping |
43- | Camping | Snoop Dump | http://localhost:8080/snoop | http://localhost:8080/camping/snoop |
31+ | Example | Component | Embedded Route | Deployed War Route |
32+ | ---------| ------------------------| -------------------------------------| ---------------------------------------------|
33+ | Rails 7 | Status Page | http://localhost:8080/up | http://localhost:8080/rails7/up |
34+ | Rails 7 | Snoop Dump | http://localhost:8080/snoop | http://localhost:8080/rails7/snoop |
35+ | Rails 7 | Simple Form submission | http://localhost:8080/simple_form | http://localhost:8080/rails7/simple_form |
36+ | Rails 7 | Body Posts | http://localhost:8080/body | http://localhost:8080/rails7/body |
37+ | Rails 7 | JSP (render) | http://localhost:8080/jsp/ | http://localhost:8080/rails7/jsp/ |
38+ | Rails 7 | JSP (forward to) | http://localhost:8080/jsp-forward/ | http://localhost:8080/rails7/jsp-forward/ |
39+ | Rails 7 | JSP (include) | http://localhost:8080/jsp-include/ | http://localhost:8080/rails7/jsp-include/ |
40+ | Sinatra | Demo Index | http://localhost:8080/ | http://localhost:8080/sinatra |
41+ | Sinatra | Info | http://localhost:8080/info | http://localhost:8080/sinatra/info |
42+ | Sinatra | Snoop Dump | http://localhost:8080/env | http://localhost:8080/sinatra/env |
43+ | Sinatra | JSP (render) | http://localhost:8080/jsp/index.jsp | http://localhost:8080/sinatra/jsp/index.jsp |
44+ | Sinatra | JSP (forward to) | http://localhost:8080/jsp_forward | http://localhost:8080/sinatra/jsp_forward |
45+ | Sinatra | JSP (include) | http://localhost:8080/jsp_include | http://localhost:8080/sinatra/jsp_include |
46+ | Sinatra | Streaming Demo | http://localhost:8080/stream | http://localhost:8080/sinatra/stream |
47+ | Camping | Demo Index | http://localhost:8080/ | http://localhost:8080/camping |
48+ | Camping | Snoop Dump | http://localhost:8080/snoop | http://localhost:8080/camping/snoop |
4449
4550# # Development
4651
0 commit comments