[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Missing element in WeakRefVFSCache
adrian@jboss.org
do-not-reply at jboss.com
Tue Nov 4 12:08:20 EST 2008
"alesj" wrote :
| But when inspecting jmx-console VFSCacheStatistics,
| I'm missing jboss.server.lib.url (it's real value) in VFSContext list.
|
| Where did I go wrong? :-)
Simple experiment shows that you are not showing the raw config options.
In the default config (where that directory is empty) it does not appear,
but it appears in the all config where it contains jars.
| [ejort at warjort bin]$ ./twiddle.sh invoke jboss.vfs:service=VFSCacheStatistics listCachedContexts
| <table><tr><th>VFSContext - root URI</th></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/lib/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/default/conf/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/default/deploy/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/default/deployers/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/lib/</td></tr></table>
|
| ...
|
| [ejort at warjort bin]$ ./twiddle.sh invoke jboss.vfs:service=VFSCacheStatistics listCachedContexts
| <table><tr><th>VFSContext - root URI</th></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/lib/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/all/conf/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/all/deploy-hasingleton</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/all/deploy/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/all/deployers/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/all/lib/</td></tr><tr><td>file:/home/ejort/jboss-head/build/output/jboss-5.0.0.GA/server/lib/</td></tr></table>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186764#4186764
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186764
More information about the jboss-dev-forums
mailing list