DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 bmargulies bimargul...@gmail.com changed: What|Removed |Added OS/Version||All

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 bmargulies bimargul...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #3 from bmargulies bimargul...@gmail.com 2011-06-20 19:36:14 UTC --- Since bz won't let me edit, I will improve on my description down here. 1) I've written a class that uses the embedded API:

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #4 from bmargulies bimargul...@gmail.com 2011-06-20 19:51:00 UTC --- In short, if there is a defect here, it is that: org.apache.catalina.startup.Tomcat.initWebappDefaults(Context) does not set up the servlet named 'jsp'

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #5 from bmargulies bimargul...@gmail.com 2011-06-20 22:09:07 UTC --- Created attachment 27182 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27182 test case in a patch Here is a minimal test case as a patch.

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #6 from Mark Thomas ma...@apache.org 2011-06-20 22:11:25 UTC --- Bugs opened shortly after almost identical reports on the users list and containing statements that are clearly wrong (the jsp servlet is defined) do tend to get

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 bmargulies bimargul...@gmail.com changed: What|Removed |Added Attachment #27182|0 |1 is

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #9 from bmargulies bimargul...@gmail.com 2011-06-20 22:42:30 UTC --- Well, now we've completed the whole story in parallel. Debugging the functions in ContextConfig, I think it is semi-fair to say that the jsp servlet is not,

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #27183|0 |1 is

DO NOT REPLY [Bug 51396] Embedding class cannot launch a webapp with a jsp servlet

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51396 --- Comment #11 from bmargulies bimargul...@gmail.com 2011-06-20 22:51:14 UTC --- Just for the record, it's not that I didn't see the importance of fishing the init params out of where they were, it's that I couldn't work out for myself