Hi community,
I modified the Java Classes: GridJettyRestHandler and GridJettyRestProtocol
for add support to JSF WebPages.
The list of depencies are the next:
el-ri-1.0.jar
ignite-rest-http-2.7.6.jar  (including the attached java classes)
jackson-annotations-2.9.6.jar
jackson-core-2.9.6.jar
jackson-databind-2.9.6.jar
javax.el-api-3.0.1-b06.jar
javax.servlet-api-4.0.1.jar
jboss-jsf-api_2.2_spec-2.2.14.jar
jetty-continuation-9.4.11.v20180605.jar
jetty-http-9.4.11.v20180605.jar
jetty-io-9.4.11.v20180605.jar
jetty-security-9.4.11.v20180605.jar
jetty-server-9.4.11.v20180605.jar
jetty-servlet-9.4.11.v20180605.jar
jetty-util-9.4.11.v20180605.jar
jetty-webapp-9.4.11.v20180605.jar
jetty-xml-9.4.11.v20180605.jar
jsf-api-2.2.19.jar
jsf-impl-2.2.19.jar
jsp-api-2.2.1-b03.jar
log4j-1.2.17.jar
slf4j-api-1.7.7.jar
slf4j-log4j12-1.7.7.jar
tomcat-servlet-api-9.0.10.jar

Inside of the web.xml in the webpage is need add the next lines:
    <listener>
       
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>




GridJettyRestHandler.java
<http://apache-ignite-users.70518.x6.nabble.com/file/t1813/GridJettyRestHandler.java>
  
GridJettyRestProtocol.java
<http://apache-ignite-users.70518.x6.nabble.com/file/t1813/GridJettyRestProtocol.java>
  



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to