xmlrpc and webdav

View: New views
3 Messages — Rating Filter:   Alert me  

xmlrpc and webdav

by claud108 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is it possible to disable xmlrpc and webdav for eXist deployed in a servlet container (jetty)?

Thank you,
Claudius

Re: xmlrpc and webdav

by Dannes Wessels-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On 31 Oct 2009, at 23:16 , claud108 wrote:

Is it possible to disable xmlrpc and webdav for eXist deployed in a servlet
container (jetty)?

sore, check web.xml and look for the relevant <servlet-mapping>'s (<url-pattern>). You can remove the entries there. Basic servlet container stuff, check e.g. tomcat documentation for details

Note that for the upcoming 1.4 release things are different, due to the UrlRewriter ; we can change things from a own config file now....

Kind regards

Dannes

--
eXist-db Native XML Database - http://exist-db.org









------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open

Re: xmlrpc and webdav

by claud108 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you, it worked.

Now I found out that, through sandbox, one can easily query my database.

Claudius