In some case we need to change the weblogic password, and then we can follow the below steps to reset it.
Step 1:
Set the following environment variables (update the domain name as appropriate): export FMW_HOME=/u01/app/oracle/product/middleware export DOMAIN_HOME=$FMW_HOME/user_projects/domains/ export CLASSPATH=$CLASSPATH:$MW_HOME/wlserver_10.3/server/lib/weblogic.jar NOw we will run the env as shown below. . $DOMAIN_HOME/bin/setDomainEnv.sh
Step 2:
Need to shut down weblogic domain: $DOMAIN_HOME/bin/stopWebLogic.sh
Step 3:
Rename and backup the DefaultAuthenticatorInit.ldift file as shown below, cd $DOMAIN_HOME/security mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldift.old Now run the following command to generate a new DefaultAuthenticatorInit.ldift file. ((here ‘weblogic’ is default username)) java weblogic.security.utils.AdminAccount . Note: Don't forget the period "." at the end of the this command, otherwise you will get "Error: Invalid arguments" Rename and backup the following LDAP directory. mv $DOMAIN_HOME/servers/AdminServer/data/ldap $DOMAIN_HOME/servers/AdminServer/data/ldap.old (This ldap directory will be recreated once weblogic server startup time)
Step 4:
Back and Edit the boot.properties file and update the new password. (Above new_password) cd $DOMAIN_HOME/servers/AdminServer/security cp boot.properties boot.properties_old vi boot.properties password= username= (Note: New password will be encrypted once server starts)
Step 5:
Now start your weblogic domain. [oracle@appserver01 bin]# cd /root/MW_home/user_projects/domains/base_domain/bin/ [oracle@appserver01 bin]# ls nodemanager nohup.out server_migration service_migration setDomainEnv.sh startManagedWebLogic.sh startWebLogic.sh stopManagedWebLogic.sh stopWebLogic.sh [oracle@appserver01 bin]# nohup ./startWebLogic.sh & [oracle@appserver01 bin]# nohup: appending output to `nohup.out' [oracle@appserver01 bin]# tail -f nohup.out Server state during the startup: Now we can access your weblogic console page.
Responsinator: Check how your site will look on the most popular devices
Opera Mobile Classic Emulator: Use the profile selector to spawn multiple Opera Mobile Classic instances with a defined resolution, pixel density, user interface
Use Your Interface: Library of transitional interface and interaction design patterns
Niice: A search engine for finding design inspiration
MOOC
Intro to the Design of Everyday Things: Informative for anyone curious about design: everyday people, technical people, designers, and non-designers alike
Delft Design Approach: Introduction to fundamentals and methods of the Delft approach to designing meaningful products and services
Prototyping Interaction: Learn the different methods of prototyping by sketching, building and testing
Introduction to Graphic Design: Learn foundational graphic design principles (fonts, colors, images, backgrounds, and layouts) and how to apply them.
Intro to HTML and CSS: Learn how to convert digital design mockups into static web pages
Web Development: Learn core web development concepts from Reddit & Hipmunk co-founder Steve Huffman.
Responsive Images: Learn how to work with images on the modern web, so that your images look great and load quickly on any device
HTML5 Canvas: Learn how to use the canvas; how to make compositions using shapes, images, and text; how to create effects and filters on images and how to create animations.
Object-Oriented JavaScript: Learn how to utilize the various object-oriented programming features within JavaScript, and more importantly, how to write reusable and maintainable libraries.
JavaScript Design Patterns: Learn the importance of separating concerns when writing JavaScript, gaining hands-on experience along the way
JavaScript Testing: Learn how to write JavaScript applications with confidence, using the red-green-refactor workflow
UX Design for Mobile Developers: Dive into the techniques that great designers use to plan and prototype amazing apps before any code is written
UIKit Fundamentals: Build a series of simple apps to become more comfortable with the UIKit framework and master its most widely used components
Intro to jQuery: Learn how to read and make sense of jQuery’s documentation.
Intro to AJAX: Learn how to make asynchronous requests with JavaScript (using jQuery’s AJAX functionality), and gain a better understanding of what’s actually happening when you do so
Website Performance Optimization: Learn how to optimize any website for speed by diving into the details of how mobile and desktop browsers render pages.
Gamification Design: Learn the basics of Gamification with a highly practical approach
Wireframes, Mockups & Prototypes
Origami: Free tool for designing modern user interfaces created by Facebook
Cacoo: Create a diagrams, site map, flowchart, mind map, wire frame, UML diagram and network diagram
Marvel: Turn your Dropbox or desktop images into web and mobile app prototypes for any device and get feedback
The Web Blend: A community for designers, developers and tech junkies
Design News: A site that features news articles, resources and tutorials written by designers and developers
Portfolio
Behance: The leading online platform to showcase & discover creative work
Dribbble: A place to show and tell, promote, discover, and explore design
Cargo: Personal publishing platform aimed at creating accessible tools and a networked context to enhance the exposure of talented individuals on the Internet
DeviantArt: An online community, showcasing various forms of user-made artwork
Resources
Microjs: Discover Micro-Frameworks and Micro-Libraries