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

Urgent Help Starting Weblogic Server!

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks,
i installed weblogic 7.0 and now i want to start the server and the following is what i am doing:
Program-->Bea WebLogic Platform 7.0-->WebLogic Integration 7.0-->Integration Examples-->Start Server(Only)
i am not sure if this is correct? please let me know.
And when i do the following
Program-->Bea WebLogic Platform 7.0-->WebLogic Integration 7.0-->Application View Console, it brings up a browser and asks me for userid and password which i don't have. when i install the weblogic, it didn't ask to provide one too.
so how do i get the username and password? please let me know about it. i am stuck.
thanks.
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The most direct way to start a WebLogic instnace is to navigate to <WebLogic_Install_Dir>\<Path_to_Domains>\<Domain Name>\startWeblogic.cmd (or sh, depending on platform)
You most definitely should have been prompted during install to specify username and password. If you were not I would recommend going through the install again.
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For "out of the box sample" user/passwords, try one of these:
weblogic/weblogic
system/weblogic
wlisystem/wlisystem (I think this was what WLI used)
admin/security
system/password
administrator/password
Those are the ones I know that have been used for various samples, installs, etc at various times.

Otherwise, the docs for the sample you are looking at (see e-docs.com) should be of help.
 
What a stench! Central nervous system shutting down. Save yourself tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic