[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-04-16 Thread ThreaT
Github user ThreaT closed the pull request at: https://github.com/apache/tomcat/pull/19 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-31 Thread ThreaT
Github user ThreaT commented on the pull request: https://github.com/apache/tomcat/pull/19#issuecomment-87999041 Could you possibly demonstrate how this could be achieved with Tomcat 8? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-30 Thread ThreaT
Github user ThreaT commented on the pull request: https://github.com/apache/tomcat/pull/19#issuecomment-87801001 Just so we're on the same page, I tried: ``` context = tomcat.addWebapp("/", "jar:file:/home/user/test/MyJar.jar!/com/mvc/view");

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-30 Thread ThreaT
Github user ThreaT commented on the pull request: https://github.com/apache/tomcat/pull/19#issuecomment-87694748 1) I'm not sure 2) Why does it have to? 3) Sorry about formatting. Please see last commit of the three as I removed it. I kept "docBase" in orde

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-30 Thread ThreaT
GitHub user ThreaT opened a pull request: https://github.com/apache/tomcat/pull/19 Added support for addWebapp(String, InputStream) When using embedded tomcat, if jsp files are inside the jar file, it is impossible to use the respective jsp files as a webapp unless tomcat accepts