I am trying to deploy the ear file in the weblogic server. The ear file is deployed successfully. But the application is not running inthe console. My url is
http://localhost:7001/index.jsp, which is the default page. This index.jsp has 3 frames. I copied the 3 frames which other folder has and included them in the folder that contains the index.jsp. I can see the 3 frame html files in war file also. But when I try to run index.jsp inthe console, it says 3 404 errors for the 3 frames.
Can someone guide wat exactly the issue could be for this application.
Do let me know if you need any extra information regarding this.
Thank you very much for your time.