Hi, everybody.
I'm trying to migrate my application from EAP 6.4 to EAP 7.0 and have got the ClassNotFound exception on org.apache.catalina.ssi.SSIServlet.class.
EAP 7.0 and 7.1 aren't contain org.apache.catalina packages in the org.jboss.as.web module . Does it mean that SSI won't be supported at all?
Best regards,
Andrey.
In EAP 7.x+ you can include apache catalina jar file in application classpath to make it work.