On Mon, Apr 26, 2021 at 4:18 AM dana whitelow
wrote:
>
> Embedded Tomcat 9.0.0.M6
>
Please use newer version. 9.0.0.M6 is released May 2016.
Latest 9.x release is 9.0.45.
>
>
> Issue 1
> //ctx.setAltDDName(
> "/home/user/microservices/AccountingApp/src/main/webapp/WEB-INF/web.xml");
>
Embedded Tomcat 9.0.0.M6
Issue 1
// ctx.setAltDDName(
"/home/user/microservices/AccountingApp/src/main/webapp/WEB-INF/web.xml");
ctx.getServletContext().setAttribute(Globals.ALT_DD_ATTR,
"/home/user/microservices/AccountingApp/src/main/webapp/WEB-INF/web.xml");
Ne