[EMAIL PROTECTED] wrote:
costin 2003/03/11 22:33:37

  Modified:    catalina/src/share/org/apache/catalina/loader
                        WebappLoader.java
  Log:
  Few getters ( Remy: don't panic, I'm not changing the loader ! ).

Ok :)


The array will collect the loaders that are set into the class loader
and allow JMX to view the actual classpath ( if the loader is registered ).
I also added a bit more info in case something is missing.
Knowing the exact classpath of a webapp can be extremely usefull when debugging
strange bugs...

  +        for( int i=0; i<repositories.length ; i++ ) {
  +            sb.append( repositories[i]).append(":");
  +        }

I think your should use the path separator here.


Remy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to