I need to create a startup class in Websphere. This class is present in abc.jar. And also abc.jar requires log4j.jar at startup of server.
For above scenario, i have created the startup class with abc.jar in classpath in websphere console and I kept log4j.jar in ext folder of WAS. This works for me. But problem is that the other profiles share same ext folder of WAS and does not able to start up due to Log4j.jar. If I keep Log4j.jar in other place and keep that location in classpath. Startup class will not fails.Please help me.