Can I set the classloader policy for WebSphere in the ibm-web-bnd.xmi file?
问题 I have a JEE application that runs on WAS 6. It needs to have the class loader order setting to "Classes loaded with application class loader first", and the WAR class loader policy option set to "Single class loader for application". Is it possible to specify these options inside the EAR file, whether in the ibm-web-bnd.xmi file or some other file, so the admin doesn't need to change these setting manually? Since the app is deployed via an automated script, and the guy who is in charge of