jboss classname might not be the last arg, match any

This commit is contained in:
Doug MacEachern 2004-07-30 14:58:01 +00:00
parent 4b6e1576fd
commit a4855407d9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
#find jboss #find jboss
alias jbfind ptql State.Name.eq=java,Args.-1.eq=org.jboss.Main alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
#find ers apache worker or prefork httpsd #find ers apache worker or prefork httpsd
#($1 is the return value of the first query in the string) #($1 is the return value of the first query in the string)