When I enter the Weblogic console and try to expand the deployed ear
(to examine all jars + wars), I get the following runtime exception:
Caused by: weblogic.utils.compiler.ToolFailureException: [J2EE:
160111]ERROR: Appc can not write to the working directory, '/tmp/
appcgen_CMP.ear'. Please ensure that you have write permission for
this directory and try again.
at
weblogic.application.compiler.AppcUtils.makeOutputDir(AppcUtils.java:
127)
at
weblogic.application.compiler.flow.PrepareInputFlow.getTargetFileName(PrepareInputFlow.java:
185)
The reason is understood; the console extracts the ear into /tmp
folder.
My question is how to change the WL configuration to expand the EAR in
a different location.
Thanks,
Shay.