The best thing that I’ve read in a long time is this presentation on SlideShare: http://www.slideshare.net/Alex.Osterwalder/successful-entrepreneurship-5747012
Archive for November, 2010
Want to build your own start up?
Posted by primalcortex on November 22, 2010
Posted in Uncategorized | Leave a Comment »
Weblogic Application Server – Startup without asking for password
Posted by primalcortex on November 4, 2010
After installing the latest WebLogic Release, at startup it asks for the username and password.
Solution here: http://blogs.oracle.com/middleware/2010/05/weblogic_not_reading_bootproperties_1111x.html
Just go to user_domains/MYDOMAIN where MYDOMAIN is the domain that you want to start.
Goto Servers/SERVER where SERVER is the SERVER that you want to start.
Create, if does not exist a security directory
On the security directory create a file named boot.properties with the following entries:
username=
password=
Just put your un-encripted password. At startup the password will be encrypted.
That’s it.
Posted in Uncategorized | Tagged: startup, weblogic | Leave a Comment »
