Update web.xml

This commit is contained in:
2025-01-30 16:44:01 +03:00
parent 9f2d4c9db5
commit 6d9489b894

View File

@ -22,7 +22,8 @@
</context-param>
<servlet>
<servlet-name>ncore</servlet-name>
<servlet-class>biz.redsoft.ncore.server.NcoreApplicationServlet</servlet-class>
<!-- <servlet-class>biz.redsoft.ncore_vaadin.server.NcoreApplicationServlet</servlet-class> -->
<!-- <servlet-class>biz.redsoft.ncore_vaadinflow.server.NcoreApplicationServlet</servlet-class> -->
<init-param>
<description>Vaadin application class to start</description>
<param-name>UI</param-name>