• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Weblogic 8.1 -- New bie

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Just I have installed weblogic 8.1 evalution version.
Can u pls help me how to start and stop it? In which folder I have starter?
Where can I keep my web application? can I keep my folder directly in weblogic81 folder?
Thanks,
Murali
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After installing the Weblogic 8.1, you can start any one of the servers which comes pre-configured with the installed. If you want to develop your applications, you need to create your own domain.
The creation of domain depends on which kind of application you want to create. For example, if you want to create simple web application , you need to create a domain of type Weblogic Server.
A domain can be created using the Domain Configuration Wizard. If your using Windows, then it will be in the Start Menu.
After creatin the domain succesfully with JDBC connections, you can start the server using the startWeblogic.cmd script in the folder %BEA_HOME/user_projects/domains/mydomain/myserver
For developing use Ecllipse or some other IDE installed with the Weblogic plugin.
The application you develop can be either in the domain_home_directory/applications or any other folder. It need not be always with in weblogic installation.
[ November 05, 2003: Message edited by: Karthi Bala ]
[ November 05, 2003: Message edited by: Karthi Bala ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic