• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Weblogic7.0

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can anyone pls tell me what i have to do after downloading weblogic7.0?
i mean, can i start the server thru startWLS.cmd directly or do i need to do anything before that?
thanks for ur help.
 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Read documentation after downloading weblogic7.0.As they have introduced new concepts like admin server and managed server,ebuilder and some more fuctionality.
Better to refer weblogic documentation for that.
All the best...
James
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by james edwin:
As they have introduced new concepts like admin server and managed server


These concepts are not new. They have been around since 6.0 was released back in December 2000.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by N Val:
Hi,
Can anyone pls tell me what i have to do after downloading weblogic7.0?
i mean, can i start the server thru startWLS.cmd directly or do i need to do anything before that?
thanks for ur help.


You need to create a Domain using the Domain Configuration Wizard, if you haven't already, or use an existing example Domain.
Next, run the startWebLogic.cmd in your Domain directory to start up a Standalone Server for that Domain.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you pass the exactly URL you used to download Webloogic 7.0?
Thanks,
Aleks
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://commerce.bea.com/downloads/weblogic_server.jsp
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is the book any good..their online documentation is actually quite sufficient
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sunit Mukherjee:
is the book any good..their online documentation is actually quite sufficient


What book?
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sunit ,
The Online documentation is good, but if you are a beginner it would be great if you can start with a good book.
 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rahul Mahindrakar:
Hi Sunit ,
The Online documentation is good, but if you are a beginner it would be great if you can start with a good book.


I agree. They have many separate sections for the online. It is just out there. You sometimes have to look a little to find what you need.
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once you pull down the install executable, just run it. When WLS7.0 is installed, you can (on a Windoze box anyway) just go to your start menu and choose..
BEA Weblogic Platform 7.0->WebLogic Server 7.0->Server Tour and Examples->Start Examples Server
This will start Weblogic and bring up a browser on the default index.html page. Once here, you can navigate to a "fast start" page that will show you how to quickly deploy HTML, JSP and Servlet files, with and without using a WAR file.
EJBs are a little more involved, but Weblogic is very good about getting you up and running in a short period of time.
 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris.
Please correct me if I am wrong anywhere.
You need to create a Domain using the Domain Configuration Wizard, if you haven't already, or use an existing example Domain.
Does it mean that a new server runs for each Domain ?
Is domain is like context ??
Can you explain what is domain in weblogic ??
Next, run the startWebLogic.cmd in your Domain directory to start up a Standalone Server for that Domain.
From where I can get startWebLogic.cmd.
If I simply copy startExamplesServer.cmd and rename it. Will it work ??
Thanks a lot for your time.
Thanks & Regards
Ravish
 
R K Singh
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is domain
I think when I will create domain from domain wizard then it will create startup.cmd also.
If it wont create then I will come back again
obviously with solution.
 
R K Singh
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Domian wizard writes startup scripts for you
From the same page :
In addition to the config.xml file, the Configuration Wizard creates server startup scripts, application subdirectories, and other files and directories to help you start and use the new domain and its servers. Scripts are populated with the values that you enter using the Configuration Wizard.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ravish Kumar:

Does it mean that a new server runs for each Domain ?
Is domain is like context ??
Can you explain what is domain in weblogic ??


Yes, you may have one or more server instances for each domain.
To learn more about domains visit:
http://e-docs.bea.com/wls/docs70/admin_domain/overview.html



Next, run the startWebLogic.cmd in your Domain directory to start up a Standalone Server for that Domain.
From where I can get startWebLogic.cmd.
If I simply copy startExamplesServer.cmd and rename it. Will it work ??


Navigate to:
%domain_name% directory and run startweblogic.cmd from a dos console, in my case the domain I use is under C:\bea\projetos\engesoftware, you may also run the examplesServer running the script you mentioned startExamplesServer.cmd
Marcos Maia.
[ February 26, 2003: Message edited by: Marcos Maia ]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul?
Can u please let me know which book are you referring to in the mail?
Rahul Mahindrakar says
(posted February 24, 2003)
> Hi Sunit ,
>The Online documentation is good, but if you are >a beginner it would be great if you can start >with a good book.
Thanks,
Sathya
 
It's a tiny ad only because the water is so cold.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic