• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deploying ear file in weblogic 8.1 server

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to javaranch!

404 means that your page was not found. Probably the url are trying to invoke is not proper.

Do one thing type http://localhost:7001/console and login to the weblogic console using your weblogic server username/password

Once you login, in the left navigation bar under your server domain you will see the "Web Application Modules". Under this you should be able to see your deployed war file. Click on the deployed war link under the "Web Application Modules" and click on the Testing page. Please provide us what do you see on this testing page?
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
venkat, please check your private messages for an important administrative matter. You can see them by clicking My Private Messages.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pls do not post same question more than once!
 
Do not set lab on fire. Or this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic