• 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

Issue with username/password at startup...

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


I’ve created new “WebLogic Domain” in production mode for WL version 10.3.3 on Windows platform.

So now want to start the Admin-Server , and whenever i start the adminServer (startWebLogic.cmd), I was prompted to provide username/password.

In-order to avoid asking each time for username/pwd though we have created the domain in production mode , I tried the following way , but its not helpful for me –

1. Created a folder named as "security" under the path
\Weblogic Home 10\user_projects\domains\wls_domain1\servers\AdminServer

2. Opened a notepad , and entered as
username=weblogic
password=weblogic

Now , saved the txt file with name as "boot.properties" under above mentioned path.

3. Executed the command startWebLogic.cmd now ( I've already pulled down the adminserver in-order to apply boot.properties stuff , i mean stop the adminserver)

But still i was asked to provide username/password in startup..

Can anyone let me know how fix this ?

Thanks in advance.

-Arun
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After you modified the boot.properties and started the server, you were again prompted for the username and pass.

Did you open the boot.properties file and notice the values of username and password?

What did you notice?
 
aruns raj
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Never mind Shekhar , and thanks.

The issue was fixed.
Now I was not prompted with username/password at startup, I'm good now!

-Arun
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could you share with us how you resolved the issue??
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes please, I am having the same issue and I have modified the boot.properties file.
I appreciate your reponse.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic