Hi Idan
If you ran start/stop programatically and it does not appear in the
console, then it will not be problem of AOP setup (or at least not
necessary), but that of console. If you're using also Simon's servlet
filter, you can access its simplified text base console which goes the
most direct way to the SimonManager. For instance in Java Simon
sources there is demoapp module, that can be run and tested on
http://localhost:8080 and this one has the following config in its
web.xml:
<filter>
<filter-name>simon-filter</filter-name>
<filter-class>org.javasimon.javaee.SimonServletFilter</filter-class>
...
<init-param>
<param-name>console-path</param-name>
<param-value>/simon</param-value>
</init-param>
...
With this you can see current Simons when you access:
http://localhost:8080/simon
Working console is here:
http://localhost:8080/console-servlet/index.html
Java Simon allows you to use other Simon manager, which is not
currently supported by the web console, I think. I believe it goes
only to SimonManager.
The rest is up to your debugging skills really. :-)
Virgo
> For more options, visit
https://groups.google.com/d/optout.