• 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

How to access the web-based weblogic console?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Gurus,
I have installed weblogic510sp10_generic on Solaris (intel).
and able to access the index.html of the weblogic.
But, I haven't x-windows to start the console on command prompt.
So, I would like to invoke the console from browser.
I saw the online document but, haven't find url to use the console.
>>>>>>>>>>>>>>>>>> online document >>>>>>>>>>>>>>>>>>>>>>>>
http://www.bea.com/products/weblogic/server/datasheet.shtml
<b>System Management and Monitoring</b>
.........
BEA WebLogic Server provides a powerful, Web-based Administration Console that provides system administrators the tools they need to deploy, configure, and monitor their applications
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>

How can I access weblogic console from browser?
And what are settings I need to done?

Please, kindly give me elobrate information or URL to get on
to work with web-based console of the weblogic.

And when I tried from browser ( http://192.168.1.244:7001/ConsoleHelp ), getting Error 404--Not found:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.


Thanks in advance.
------------------
SubbaReddy M
[This message has been edited by msubbareddy (edited November 29, 2001).]
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web Based Console is not supported in WLS5.1 it is supported in version 6.0 onwards. You will need Xwindows and you will need to use weblogic console (java based GUI) for WLS5.1 on Solaris.
Other option is connect from a windows machine where you have WLS5.1 installed and console run's there.
Hope it helps,

------------------
Vijay shrivastava
Consultant - ObjectNetTechnologies ,Atlanta USA.
SCJP2, SCJEA (Part I)
 
msubbareddy
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Vijay,
I have downloaded WL6.0 and 6.1
Which one could use, for all the features
including this web-based console feature on Solaris.
Please, give me your suggestion.
Regards,

------------------
SubbaReddy M
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u can use anything of these 2...
both support web-based console
 
Vijay Shrivastava
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will go with 6.1 SP1 (there were 2 downloads from BEA for WLs6.1 one with ServicePack1 will be preferred as it fixes many bugs and it doesn't need you to deploy service pack). As said by Partha both support the web based console.

Originally posted by msubbareddy:
Thank you Vijay,
I have downloaded WL6.0 and 6.1
Which one could use, for all the features
including this web-based console feature on Solaris.
Please, give me your suggestion.
Regards,



------------------
Vijay shrivastava
Consultant - ObjectNetTechnologies ,Atlanta USA.
SCJP2, WLS5.1,SCJEA (Part I)
 
msubbareddy
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Gurus,
Thank you for your suggestions.
Now, I have run the weblogic server510sp10 to listen at 80 port.
Started the WL being a SU.
i.e., http://192.168.1.244/ => giving WL index page and able to run jsp pages and servlets.
My doubt is, how does it overriding the Apache Port.
if there is already, Apache server is running on 80 port
won't there any conflict for WL by starting to run on 80 port.
How it is resolving this conflict to listen on 80 simalteniously?
Regards,
SubbaReddy

 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
msubbareddy,
We have a username policy.
Please read it, re-register, and continue to enjoy!
Thank you for your cooperation,
--------------------------------------
Joe McGuire
SCJP, BEA WebLogic Certified Developer
 
Vijay Shrivastava
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is not overriding. If Apcahe is running on port 80 then WLS will give you error at startup time and inform you port is already in use.
Check your WebServer (apache) if it is running and what port it is using.

Originally posted by msubbareddy:
Hello Gurus,
Thank you for your suggestions.
Now, I have run the weblogic server510sp10 to listen at 80 port.
Started the WL being a SU.
i.e., http://192.168.1.244/ => giving WL index page and able to run jsp pages and servlets.
My doubt is, how does it overriding the Apache Port.
if there is already, Apache server is running on 80 port
won't there any conflict for WL by starting to run on 80 port.
How it is resolving this conflict to listen on 80 simalteniously?
Regards,
SubbaReddy



------------------
Vijay shrivastava
Consultant - ObjectNetTechnologies ,Atlanta USA.
SCJP2, WLS5.1,SCJEA (Part I)
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have installed Weblogic Portal 4.0 on windows 2000. Whenever I create an enterprise application, I am unable to see anything when I try to expand the Service configuration for teh enterprise application. I have copied and pasted application-config.xml in the META-INF folder of the enterprise application. Can anyone help me solve this.
 
When you have exhausted all possibilities, remember this: you haven't - Edison. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic