Hi, We have embedded Felix in a webapp which is deployed on Tomcat 5.5.x. We used a pre-1.0.0 version of the Felix framework and the upgrade to framework 1.0.1 now gives us a problem with the ExtensionManager. The following happens:
Felix is started and the ExtensionManager registers the URL "felix://extensions/" with the parent URLClassLoader, which is Tomcats WebappClassLoader. The org.apache.jasper.compiler.TldLocationsCache then fails to initialize because it tries open a connection to this URL (in the scanJars method). As a result, it is at least not possible to use JSPs. Do you have any suggestions to solve this? Thanks! Martijn -- Martijn Hendriks <GX> creative online development B.V. t: 024 - 3888 261 f: 024 - 3888 621 e: [EMAIL PROTECTED] Wijchenseweg 111 6538 SW Nijmegen http://www.gx.nl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

