2011/7/1 Christopher Schultz <ch...@christopherschultz.net>: > > On 6/30/2011 11:27 AM, Konstantin Kolinko wrote: >> 2011/6/30 Bob DeRemer <bob.dere...@thingworx.com>: >>> virtualClasspath="/WEB-INF/lib/extensions/*.jar"/> >> >> The above should be an absolute path. >> >> You can use system variables, e.g. >> ${catalina.base}/webapps/mywebapp/WEB-INF/lib/extensions/*.jar > > Hmm... does that mean that VirtualWebappLoader can't be used with paths > inside WAR files? Being able to support paths relative to the webapp > would be quite nice.
I think that should be some ${} property. It either has a) either to be given to the Digester when it parses the XML, so that it expands the property, b) or Digester will leave it unexpanded (because it is unknown) and VirtualWebappLoader will expand its value when starting. Either way, there is a question of obtaining this path early and passing this information around. Regarding the issue that I mentioned: https://issues.apache.org/bugzilla/show_bug.cgi?id=47939 It looks that the following (without "lib") will work: ${catalina.base}/webapps/mywebapp/WEB-INF/extensions/*.jar Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org