Sai Yelisetty

Greenhorn
+ Follow
since Jul 07, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sai Yelisetty

Go to the WLS Admin console and see if the application status is New. If yes, you need to start the application and make sure it turned to Active status. Then you can browse your application.

1. Logon to Admin connsole: http://localhost:7001/console [use the userId/Password you provided while creating the domain]
2. Click on the "deployments" link on the left side pane of the page
3. Check the box against your application and click on the start button (service all requests).
4. You should finally see the apllication in "Active" state once it is started successfully.
5. Now, browse your application http://localhost:7001/HelloWorld/hello
13 years ago
If you have followed the first step, you should have your java classpath set for you:

Step1). open a Command Prompt and then run “setDomainEnv.sh” or “setDomainEnv.cmd”.

Or I think you can use "java -cp C:\bea\wlserver_10.3\server\lib\weblogic.jar;%CLASSPATH% weblogic.security.utils.AdminAccount weblogicadmin thepassword ." if you already have a java/JAVA_HOME setup on your system.
13 years ago