Hi
I am currently building an application which will provide a Log4j admin module, primarily allows me to retrieve all the class files inside this ear file and lets me modify the various log4j levels- debug,info, error inside the
modue, the Enterprise archive file consists of an EJB jar and a web module.
On installing the ear on my local websphere app server, the web application explodes within the installed apps server, so retreiving the path where the
classes are stored and the retreiving the class files are relatively easy.
The problem is with the EJB jar file, i need to extract the class files from
within the jar and then set the log4j levels. how do i extract class files from within a jar file, i may need to extract the jar and then retreive each file, is this the right approach,please advice