implemented streaming request/response streaming
added metadata to cache values added cache servlet for comparison
This commit is contained in:
8
rbcs-servlet/src/main/webapp/WEB-INF/web.xml
Normal file
8
rbcs-servlet/src/main/webapp/WEB-INF/web.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
|
||||
version="6.0">
|
||||
<listener>
|
||||
<listener-class>org.jboss.weld.module.web.servlet.WeldTerminalListener</listener-class>
|
||||
</listener>
|
||||
</web-app>
|
Reference in New Issue
Block a user