• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 10.0 - deployment !!!

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an existing application which runs on Weblogic 8.1.
I installed Weblogic 10.0 and created my domain in user_projects.
I copied my entire application in my domain i.e inside C:/bea/user_projects/domains/hindustan, in my case.
I deployed my application from the console.
And when I try to start the application, I am getting Error 404: File not found.
It is saying that my application doesn't exist.

Please point out my mistake. Correct me if I am wrong.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
trying to start the deployed app from weblogic console???
 
Steve Adam
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@^^^ NO

I am trying to autodeploy my existing application using Weblogic 10.0
I want to create an EAR file of my application so that I can put it in autodeploy folder.

Can anyone please tell me how to create an EAR file of a web appliaction?
 
reply
    Bookmark Topic Watch Topic
  • New Topic