0 Replies Latest reply on May 5, 2006 10:28 AM by sandeepmalik81

    RegEx Problem in configuring RemoteHostValve thorugh JMX

    sandeepmalik81

      I am trying to configure RemoteHostValve through JMX. I set deny as deny="*.denied.com". However, JBoss throws PatternSyntax error because of dangling * character. If I give deny="\*.denied.com", it passes the pattern checking test, but then it's not what I want. Also observed that giving former value directly in server.xml works.

      Any help?