• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
JavaMelody + WebObjects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JavaMelody + WebObjects


  • Subject: JavaMelody + WebObjects
  • From: Ron X <email@hidden>
  • Date: Mon, 05 Nov 2012 14:37:37 +0300

hello everybody
i have successfully deployed war-app with webobjects, but i need to monitor it with javamelody
here on their site is simple config for this app - javamelody

but i have difficuiltes with configuring web.xml

    <filter>
        <filter-name>monitoring</filter-name>
        <filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>monitoring</filter-name>
        <url-pattern>/monitoring</url-pattern>
    </filter-mapping>
    <listener>
        <listener-class>net.bull.javamelody.SessionListener</listener-class>
    </listener>


  <!-- The WebObjects Servlet that interfaces between the Servlet container
       world and the WebObjects world. -->
  <servlet>
    <servlet-name>WOServletAdaptor</servlet-name>
    <servlet-class>er.extensions.jspservlet.ERXServletAdaptor</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>

  <!-- URLs starting with 'WebObjects' use the WebObjects Servlet adaptor. -->
  <servlet-mapping>
    <servlet-name>WOServletAdaptor</servlet-name>
    <url-pattern>/WebObjects/*</url-pattern>
  </servlet-mapping>

but if i will tries to change filter or leave as it is - nothing happens;
webobject app intercept all requests, but i should'nt be so - because filter should catch request before servlet...

thanx for your ideas
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: [SOLVED] Calling action passed via biding in subcomponent.
  • Next by Date: Wonder 5.8.1 is out in the wild
  • Previous by thread: Re: Instances limit per host?
  • Next by thread: Wonder 5.8.1 is out in the wild
  • Index(es):
    • Date
    • Thread