File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes How to deploy WebLogic6.0? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "How to deploy WebLogic6.0?" Watch "How to deploy WebLogic6.0?" New topic
Author

How to deploy WebLogic6.0?

ansen chen
Greenhorn

Joined: Oct 18, 2001
Posts: 6
I hae installed WebLogic6.0 in win2K,I start it,but I input http://127.0.01:7001,it can not work.Can anybody tell me why?
How to deploy WebLogic6.0?
Thank you!
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi,
pls input as http://127.0.0.1:7001/console.
Admin. tool of WLS 6.0 is based on JMX not weblogic.properties (in WLS 5.1).
You can deploy your applications(EJB, JSP etc) in this cosole.
Thanks.
Originally posted by ansen chen:
I hae installed WebLogic6.0 in win2K,I start it,but I input http://127.0.01:7001,it can not work.Can anybody tell me why?
How to deploy WebLogic6.0?
Thank you!

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
hi there,
u jus try to run the default web server ,
and type http://localhost:7001/console this will take u to the administration console(give the user as System,and ur weblogic6.0 password ),
and http://localhost:7001/ will open the index.html page
bye
have a nice day
krishna
 
 
subject: How to deploy WebLogic6.0?
 
Threads others viewed
weblogic6.0
how to deploy EJB in weblogic6.0
weblogic6.0
JDBC IN WEBLOGIC6.0 ERROR
Deploying bean on Weblogic6.0
IntelliJ Java IDE