Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

How do I configure WebDAV to work with my WebSphere App Server?

You must update your configuration file: 
plugin-cfg.xml 

This configuration file can be found in the Plugin folder under your WebSphere file structure. You must update the following line: 

<Property Name="ESIEnable" Value="true" AcceptAllContent="false" /> 
to 
<Property Name="ESIEnable" Value="false" AcceptAllContent="true" /> 

{Note: You may find that the string <AcceptAllContent="false"> may be missing from the line to begin with. Do not be alarmed, simply add to the line as exampled above} 

{Disclaimer: these instructions are only for those who are running WebSphere as their Application Server}

  • Was this article helpful?