Hi,
I am working on Dockers and Containers. I have created an image of weblogic 11g and I am running my container. I am able to deploy my weblogic11g server. Now, I am trying to deploy my ear file in the weblogic server. Steps I followed:
1. Install the necessary libraries (oracle.adf.domain, jsp.next, jsf etc) by uploading these libraries from my local in the weblogic server (Deployment->Install->Upload your file->Install it as an application)
2. Install the ear by uploading the file from my local (Deployment->Install->Upload your file-> Install it as an application)
3. Saved everything.
4. Control->ApplicationName(select my application)->start
Error: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
I am not able to locate this library in my local.
Options I have tried:
1. In the weblogic-application.xml file, I cleared the listener tag entry of oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener (<listener><listener-class>oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener</listener-class></listener>).
2. Added the Class path and Arguments in my defalut server (Environment-> Servers-> ServerStat) and then Restarted the Server.
3. Added the ear in the Autodeploy folder of my server.
4. Added "ADF Web Runtime" library in the ear file.
All the above options have not worked for me. Could anyone please suggest the right method of deploying the ear file?
Thanks,
Kratika