On Mon, Oct 24, 2016 at 3:18 PM, Qkxy <zoltan.kukk(a)gmail.com> wrote:
Hi,
I have managed to deploy XWiki 8.3 to Weblogic 12.2.1 on a not supported
way:
I have disabled JAX-RS support in the server by deleting the
After it the deployer still missings the class so I have put Jersey-1.19.1
server and core jars into the WEB-INF/lib.
Application deployed and started, DW run successfully but some requests
failed by CCE:
I have found a similar post <https://github.com/gitblit/gitblit/issues/520>
so I have modified the XWikiServletRequest to extend
javax.servlet.http.HttpServletRequestWrapper.
Now I have a working XWiki on WLS but I have to do it without modifying the
server binaries.
Do you have any ide how to disable JAX-RS in WLS 12.2.1 for a deployment
only?
Sorry I have no experience of Weblogic.
In the meantime extending HttpServletRequestWrapper is definitely
safer and cleaner so I'm doing it in standard. Among other things it
makes much easier to upgrade Servlet API version.
Thanks, Zoltán
--
View this message in context:
http://xwiki.475771.n2.nabble.com/XWiki-on-Weblogic-12-2-1-tp7601654p760169…
Sent from the XWiki- Users mailing list archive at
Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne