My web.xml under portal-core.war seems correct.
<?xml version="1.0"?>
  | <!DOCTYPE web-app PUBLIC
  |    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  |    "http://java.sun.com/dtd/web-app_2_3.dtd";>
  | <web-app>
  |    <context-param>
  |       <param-name>URL</param-name>
  |       <param-value>http://localhost:8080/webdav/files</param-value>
  |       <!--      
<param-value>http://${jboss.bind.address}:8080/webdav/files</param-value>-->
  |       <!-- Comment out for SSL communication between Portal and Webdav -->
  |       <!-- 
<param-value>https://${jboss.bind.address}:443/webdav/files</param-value> -->
  |       <description>WebDAV server URL</description>
  |    </context-param>
  |    <context-param>
  |       <param-name>rootdir</param-name>
  |       <param-value>/files</param-value>
  |       <description>WebDAV Directory Root</description>
  |    </context-param>
  | </web-app>
  | 

I am able to edit and create roles and files, but not able to move or copy any 
file to another directory that I can normally admin.

I thought it was a functionality not yet implemented...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875233#3875233

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875233


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to