Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

6.5. WebDAV


6.5.1. WebDAV

The repository can be accessed via WebDav. WebDAV is a HTTP-based file system application programming interface. Most modern operating systems provide integrated support for accessing WebDav shares. Please refer to your operating system vendor's documentation for configuration instructions. There are third-party WebDav clients available for most platforms.
Packages and snapshots can be accessed via WebDav.
The URL for accessing the asset repository using WebDav is below:
http://localhost:8080/jboss-brms/org.drools.guvnor.Guvnor/webdav/
Copy to Clipboard Toggle word wrap
Authentication is required as normal.

6.5.2. WebDAV and Special Characters

Jboss Enterprise BRMS supports UTF-8 characters as part of rule's names; however, when rules are copied via WebDav, the multibyte characters are decoded as ISO-8859-1.
Red Hat does not recommend using special characters in rule names; however, if special characters are used, the Web Connector must be changed to support Unicode.
To add Unicode support, complete the following steps. Please note, the following steps are only necessary in JBoss Enterprise BRMS versions 5.3 and lower, as the code has been added to version 5.3.1.

6.5.3. Adding Unicode Support

Procedure 6.1. Adding Unicode Support

  1. Stop the application server.
  2. Open the jboss-as/server/profile/deploy/jbossweb.sar/server.xml file.
  3. Add URIEncoding="UTF-8" to the web connector. For instance, for HTTP the code should be as follows:
    <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" />
    Copy to Clipboard Toggle word wrap
  4. Start the application server.

Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2026 Red Hat
Nach oben