[xwiki-users] about xmlrpc and portlets
Hi All, I was able to run latest xwiki version on all oracle stack (db and oc4j as application server). Good! :) Just two questions, maybe for all platform: 1) http://mywiki/xwiki/xmlrpc returns 405 http error. Any hints? 2) I can see there is a portlet.xml file in order to renderer xwiki as a portlet. But, web.xml file is not provided with the right info for this feature. Any hints? Thanks a lot, emiliano
Hi Emiliano, On Jan 25, 2008, at 2:52 PM, Emiliano Pecis wrote:
Hi All,
I was able to run latest xwiki version on all oracle stack (db and oc4j as application server). Good! :)
Just two questions, maybe for all platform:
1) http://mywiki/xwiki/xmlrpc returns 405 http error. Any hints?
The correct url is http://<server>/xwiki/xmlrpc/confluence
2) I can see there is a portlet.xml file in order to renderer xwiki as a portlet. But, web.xml file is not provided with the right info for this feature. Any hints?
What is missing in web.xml? The integration with a portlet container depends on the portlet container too. We're packaging an install for eXo Platform in the downloads although this hasn't been tested for a while. Thanks -Vincent
Hi Vincent, thanks for your answer. Please see my comments inline.
I was able to run latest xwiki version on all oracle stack (db and oc4j as application server). Good! :)
Just two questions, maybe for all platform:
1) http://mywiki/xwiki/xmlrpc returns 405 http error. Any hints?
The correct url is http://<server>/xwiki/xmlrpc/confluence
It returns me the same error HTTP 405 (Resource not allowed). :( 2) I can see there is a portlet.xml file in order to renderer xwiki as a
portlet. But, web.xml file is not provided with the right info for this feature. Any hints?
What is missing in web.xml?
I mean: I should see the portlet provider as a wsdl http location, like the xmlrpc service. How do I it? Sorry for my confusion, and thanks again. Regards, emiliano P.S. I work for Oracle Italy. I'm trying to integrate your great software with our webcenter suite.
Emiliano Pecis wrote:
The correct url is http://<server>/xwiki/xmlrpc/confluence
It returns me the same error HTTP 405 (Resource not allowed). :(
What about http://<server>:8180/xwiki/xmlrpc/confluence or http://<server>:8080/xwiki/xmlrpc/confluence @Vincent: I'm not sure as I sent an email directly to you, did you receive it? -- View this message in context: http://www.nabble.com/about-xmlrpc-and-portlets-tp15088155p15093164.html Sent from the XWiki- Users mailing list archive at Nabble.com.
The port used it that of my j2ee container (oc4j). In my case is 8888, but it is a detail. thanks, e. 2008/1/25, justanotheradress <[email protected]>:
Emiliano Pecis wrote:
The correct url is http://<server>/xwiki/xmlrpc/confluence
It returns me the same error HTTP 405 (Resource not allowed). :(
What about http://<server>:8180/xwiki/xmlrpc/confluence or http://<server>:8080/xwiki/xmlrpc/confluence
@Vincent: I'm not sure as I sent an email directly to you, did you receive it?
-- View this message in context: http://www.nabble.com/about-xmlrpc-and-portlets-tp15088155p15093164.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Emiliano Pecis -
justanotheradress -
Vincent Massol