• 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

classes problem

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to start the weblogicserver using weblogic api's. i have used weblogic.Server class.but it is not creating .cmd files in our domain.so we can't deploy our applications in our domain. i have created the domain using weblogic.Server class and tried to deploy.but it is giving message as deploy failed.how can i create a new domain and deploy my applications.from the java program i have to do it.is any weblogic apis are providing those options.please tellme asit is urgent for me
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you have congigured a new server using weblogic.Server class.
And at the time of deployment , it gives an error.

Two moore common causes of this deployment error.

1. It might be possible, that you have not configured your server properly.

2. If your application needs some prerequisite things on the server like datasource etc. that you have not created.

If you can send your error trace, it would more clear, what error you are getting.
 
pvsr rao
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou for reply. i have made a small problem .that's why there is problem with deployment.now it is working correctly.now my doubt is are there any weblogic api's for creating startWebLogic.cmd files.please reply as early as possible.i have searched the web but unable to suceed.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic