SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
PREPARED BY RAVI KUMAR LANKE Page 1
WEBLOGIC AS A WINDOWS SERVICE
PREPARED BY RAVI KUMAR LANKE Page 2
The below post describes the installation of WebLogic server as a windows service, we will look at how
we can install the Admin Server as well as Managed server as a service.
Steps:
1. Create an install batch script that contains the domain, server details.
Installing Admin Server as a service.
Create an install script as below.
—————————————————
1 SETLOCAL
2
3 set DOMAIN_NAME=Wonders_Domain
4
5 set USERDOMAIN_HOME=C:BEA103user_projectsdomainsWonders_Domain
6
7 set SERVER_NAME=AdminServer
8
9 set WL_HOME=C:BEA103wlserver_10.3
10
11 set WLS_USER=weblogic
12
13 set WLS_PW=weblogic
14
15 set PRODUCTION_MODE=true
16
17 set MEM_ARGS=-Xms512m –Xmx512m
18
19 call "%WL_HOME%serverbininstallSvc.cmd"
20
21 ENDLOCAL
—————————————————
PREPARED BY RAVI KUMAR LANKE Page 3
Installing Managed Server as Windows Service:
If you want to install a Managed Server as a Windows service, you must include a variable that specifies the
location of the domain’s Administration Server. The Managed Server must contact the Administration Server
to retrieve its configuration data.
The Administration Server (which is not a service) must be started before installing and starting Managed
Server as a Windows service.
Create an install script as below.
—————————————————
1 echo off
2 SETLOCAL
3
4 set DOMAIN_NAME= Wonders_Domain
5 set USERDOMAIN_HOME= C:BEA103user_projectsdomainsWonders_Domain
6 set SERVER_NAME=ManagedServer1
7 set PRODUCTION_MODE=true
8
9 set WL_HOME=C:BEA103wlserver_10.3
10
11 set ADMIN_URL=http://<adminserver-host>:7501
12
13 set MEM_ARGS=-Xms40m -Xmx250m
14
15 call "%WL_HOME%serverbininstallSvc.cmd"
PREPARED BY RAVI KUMAR LANKE Page 4
NOTE: If you set up both an Administration Server and a Managed Server to run as Windows services on the
same computer, you can specify that the Managed Server starts only after the Administration Server. In that
scenario we need to pass the below argument while running the script.
-delay:delay_milliseconds
For example:
"%WL_HOME%serverbinbeasvc" -install
-svcname:"%DOMAIN_NAME%_%SERVER_NAME%" -delay:120000
2. After running this script in the command prompt you will observe a log statement such as
“beasvc <Server> installed”
You can check the same from the services list as well using the services.msc utility.
3. Verify whether the WebLogic Server is successfully installed as a service as below.
Open a command window and enter the following command:
set PATH=WL_HOMEserverbin;%PATH%
Navigate to the WLS_SERVER_HOME/server/bin
Enter: beasvc -debug “yourServiceName“
For Example:
C:BEA103wlserver_10.3serverbin>beasvc -debug “beasvc Wonders_Domain_AdminServer”
4. You can start / stop the server from the services.msc window or you can also use the below commands.
Starting the service:
net start “beasvc Wonders_Domain_AdminServer”
Stopping the service:
net stop “beasvc Wonders_Domain_AdminServer”
Note: For each server instance that you set up as a Windows service, WebLogic Server creates a key in the
Windows Registry underHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices. The registry
entry contains such information as the name of the server and other startup arguments.
Uninstall the WebLogic server as a windows service.
PREPARED BY RAVI KUMAR LANKE Page 5
1. Create an Uninstall script as below.
******************************************************
1 echo off
2
3 SETLOCAL
4
5 set DOMAIN_NAME= Wonders_Domain
6 set SERVER_NAME=AdminServer
7 set WL_HOME=G:BEA103wlserver_10.3
8
9 call "%WL_HOME%serverbinuninstallSvc.cmd"
10
11 ENDLOCAL
******************************************************
2. Execute the script from the command prompt and you will see the below massage.
beasvc <service-name> removed.

Contenu connexe

Tendances

Steps in installing my sql
Steps in installing my sqlSteps in installing my sql
Steps in installing my sqlkasih Lieyda
 
Demo on Mule ESB Facebook Connector
Demo on Mule ESB Facebook ConnectorDemo on Mule ESB Facebook Connector
Demo on Mule ESB Facebook ConnectorRupesh Sinha
 
Idempotent filter in Mule
Idempotent filter in MuleIdempotent filter in Mule
Idempotent filter in MuleF K
 
Deploying and Running in Mule
Deploying and Running in MuleDeploying and Running in Mule
Deploying and Running in MuleKhasim Saheb
 
Deploy apps in standalone with maven
Deploy apps in standalone with mavenDeploy apps in standalone with maven
Deploy apps in standalone with mavenAnirban Sen Chowdhary
 
Stored procedure in Mule
Stored procedure in MuleStored procedure in Mule
Stored procedure in MuleKhasim Saheb
 
Scatter and gather in mule
Scatter and gather in muleScatter and gather in mule
Scatter and gather in muleRajkattamuri
 
Java Servlet Lifecycle
Java Servlet LifecycleJava Servlet Lifecycle
Java Servlet LifecycleAathikaJava
 
Getting anypoint studios all versions
Getting anypoint studios all versionsGetting anypoint studios all versions
Getting anypoint studios all versionsAnirban Sen Chowdhary
 
Groovy example in mule
Groovy example in muleGroovy example in mule
Groovy example in muleMohammed246
 
Running mule standalone
Running mule standaloneRunning mule standalone
Running mule standaloneSon Nguyen
 

Tendances (19)

Steps in installing my sql
Steps in installing my sqlSteps in installing my sql
Steps in installing my sql
 
Demo on Mule ESB Facebook Connector
Demo on Mule ESB Facebook ConnectorDemo on Mule ESB Facebook Connector
Demo on Mule ESB Facebook Connector
 
Idempotent filter in Mule
Idempotent filter in MuleIdempotent filter in Mule
Idempotent filter in Mule
 
Deploying and Running in Mule
Deploying and Running in MuleDeploying and Running in Mule
Deploying and Running in Mule
 
Timer Interceptor in Mule
Timer Interceptor in MuleTimer Interceptor in Mule
Timer Interceptor in Mule
 
Accessing jms in mule using groovy
Accessing jms in mule using groovyAccessing jms in mule using groovy
Accessing jms in mule using groovy
 
Mule quartz
Mule quartz Mule quartz
Mule quartz
 
Example mule
Example muleExample mule
Example mule
 
Deploy apps in standalone with maven
Deploy apps in standalone with mavenDeploy apps in standalone with maven
Deploy apps in standalone with maven
 
Stored procedure in Mule
Stored procedure in MuleStored procedure in Mule
Stored procedure in Mule
 
Scatter and gather in mule
Scatter and gather in muleScatter and gather in mule
Scatter and gather in mule
 
Java Servlet Lifecycle
Java Servlet LifecycleJava Servlet Lifecycle
Java Servlet Lifecycle
 
Payload and logger
Payload and loggerPayload and logger
Payload and logger
 
Getting anypoint studios all versions
Getting anypoint studios all versionsGetting anypoint studios all versions
Getting anypoint studios all versions
 
Start stop-weblogic
Start stop-weblogicStart stop-weblogic
Start stop-weblogic
 
Soap request in mule
Soap request in mule Soap request in mule
Soap request in mule
 
Groovy example in mule
Groovy example in muleGroovy example in mule
Groovy example in mule
 
Groovy in Mule
Groovy in MuleGroovy in Mule
Groovy in Mule
 
Running mule standalone
Running mule standaloneRunning mule standalone
Running mule standalone
 

En vedette

Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce SnapshotPreparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce SnapshotThomas Econometrics
 
Biopta company presentation
Biopta company presentationBiopta company presentation
Biopta company presentationBiopta Inc.
 
Hyperion planning installation 9.3.1
Hyperion planning installation 9.3.1Hyperion planning installation 9.3.1
Hyperion planning installation 9.3.1Ravi Kumar Lanke
 
Know Your Rights!
Know Your Rights!Know Your Rights!
Know Your Rights!Andeel Ali
 
Donde están mis clientes?
Donde están mis clientes?Donde están mis clientes?
Donde están mis clientes?Pedro Anton
 
Интернет-маркетинг для бизнес-тренера
Интернет-маркетинг для бизнес-тренераИнтернет-маркетинг для бизнес-тренера
Интернет-маркетинг для бизнес-тренераFert
 
Learn to do Primary Market Research: Interviews and Surveys
Learn to do Primary Market Research: Interviews and SurveysLearn to do Primary Market Research: Interviews and Surveys
Learn to do Primary Market Research: Interviews and SurveysElaine Chen
 
Five themes of geography.g9.10
Five themes of geography.g9.10Five themes of geography.g9.10
Five themes of geography.g9.10Stephen Hernon
 
5 SEO Mistakes that are Costing you Millions (Finance Edition)
5 SEO Mistakes that are Costing you Millions (Finance Edition)5 SEO Mistakes that are Costing you Millions (Finance Edition)
5 SEO Mistakes that are Costing you Millions (Finance Edition)Powered by Search
 
Small Talk about the Symfony2 Form Component
Small Talk about the Symfony2 Form ComponentSmall Talk about the Symfony2 Form Component
Small Talk about the Symfony2 Form Componentth0masr
 
Devsumi 2013 Action! -公募セッション-
Devsumi 2013 Action! -公募セッション-Devsumi 2013 Action! -公募セッション-
Devsumi 2013 Action! -公募セッション-Developers Summit
 
Presenting Oldies [Video game] (Schoolwork presentation)
Presenting Oldies [Video game] (Schoolwork presentation)Presenting Oldies [Video game] (Schoolwork presentation)
Presenting Oldies [Video game] (Schoolwork presentation)Sonny Brabez
 

En vedette (20)

Energieke zorgbouw
Energieke zorgbouwEnergieke zorgbouw
Energieke zorgbouw
 
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce SnapshotPreparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
 
Biopta company presentation
Biopta company presentationBiopta company presentation
Biopta company presentation
 
Hyperion planning installation 9.3.1
Hyperion planning installation 9.3.1Hyperion planning installation 9.3.1
Hyperion planning installation 9.3.1
 
Know Your Rights!
Know Your Rights!Know Your Rights!
Know Your Rights!
 
Donde están mis clientes?
Donde están mis clientes?Donde están mis clientes?
Donde están mis clientes?
 
Energiebesparing in de utiliteitsbouw
Energiebesparing in de utiliteitsbouwEnergiebesparing in de utiliteitsbouw
Energiebesparing in de utiliteitsbouw
 
Интернет-маркетинг для бизнес-тренера
Интернет-маркетинг для бизнес-тренераИнтернет-маркетинг для бизнес-тренера
Интернет-маркетинг для бизнес-тренера
 
Learn to do Primary Market Research: Interviews and Surveys
Learn to do Primary Market Research: Interviews and SurveysLearn to do Primary Market Research: Interviews and Surveys
Learn to do Primary Market Research: Interviews and Surveys
 
De duurzame tempel
De duurzame tempelDe duurzame tempel
De duurzame tempel
 
Five themes of geography.g9.10
Five themes of geography.g9.10Five themes of geography.g9.10
Five themes of geography.g9.10
 
5 SEO Mistakes that are Costing you Millions (Finance Edition)
5 SEO Mistakes that are Costing you Millions (Finance Edition)5 SEO Mistakes that are Costing you Millions (Finance Edition)
5 SEO Mistakes that are Costing you Millions (Finance Edition)
 
14 zen glove_pitch_deck
14 zen glove_pitch_deck14 zen glove_pitch_deck
14 zen glove_pitch_deck
 
Platform duurzame huisvesting heeft tools rondom Green lease
Platform duurzame huisvesting heeft tools rondom Green leasePlatform duurzame huisvesting heeft tools rondom Green lease
Platform duurzame huisvesting heeft tools rondom Green lease
 
Small Talk about the Symfony2 Form Component
Small Talk about the Symfony2 Form ComponentSmall Talk about the Symfony2 Form Component
Small Talk about the Symfony2 Form Component
 
Devsumi 2013 Action! -公募セッション-
Devsumi 2013 Action! -公募セッション-Devsumi 2013 Action! -公募セッション-
Devsumi 2013 Action! -公募セッション-
 
Xiaomi leathercraft _smmf2014
Xiaomi leathercraft _smmf2014Xiaomi leathercraft _smmf2014
Xiaomi leathercraft _smmf2014
 
20140830 maker fairetrondheim
20140830 maker fairetrondheim20140830 maker fairetrondheim
20140830 maker fairetrondheim
 
Presenting Oldies [Video game] (Schoolwork presentation)
Presenting Oldies [Video game] (Schoolwork presentation)Presenting Oldies [Video game] (Schoolwork presentation)
Presenting Oldies [Video game] (Schoolwork presentation)
 
Retails big show
Retails big showRetails big show
Retails big show
 

Similaire à Weblogic as a windows service

Weblogic as a windows service
Weblogic as a windows serviceWeblogic as a windows service
Weblogic as a windows serviceRavi Kumar Lanke
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application serverAnuj Tomar
 
Salt Cloud vmware-orchestration
Salt Cloud vmware-orchestrationSalt Cloud vmware-orchestration
Salt Cloud vmware-orchestrationMo Rawi
 
New Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP ConnectorsNew Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP Connectorsrtretola
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Alessandro Pilotti
 
Drupal Development with Docker
Drupal Development with DockerDrupal Development with Docker
Drupal Development with DockerPromet Source
 
domain-routing-220627173025-41f4dc7e (1).pdf
domain-routing-220627173025-41f4dc7e (1).pdfdomain-routing-220627173025-41f4dc7e (1).pdf
domain-routing-220627173025-41f4dc7e (1).pdfssusere9bd3b
 
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSDCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSdchq
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica serverketulp
 
Hyperion 9.X Installation
Hyperion 9.X InstallationHyperion 9.X Installation
Hyperion 9.X InstallationSandeep Chekuri
 
How to set up a Windows Domain on AWS
How to set up a Windows Domain on AWS How to set up a Windows Domain on AWS
How to set up a Windows Domain on AWS Julien Lecadou,MSc.
 
Building cloud stack at scale
Building cloud stack at scaleBuilding cloud stack at scale
Building cloud stack at scaleShapeBlue
 
You are a new administrator for Contoso, Ltd., working on a test dep.docx
You are a new administrator for Contoso, Ltd., working on a test dep.docxYou are a new administrator for Contoso, Ltd., working on a test dep.docx
You are a new administrator for Contoso, Ltd., working on a test dep.docxmaryettamckinnel
 
Cloud 101: Hands-on Heroku & AWS
Cloud 101: Hands-on Heroku & AWSCloud 101: Hands-on Heroku & AWS
Cloud 101: Hands-on Heroku & AWSAmine Sadry
 
Weblogic installation in linux
Weblogic installation in linuxWeblogic installation in linux
Weblogic installation in linuxRavi Kumar Lanke
 
Virtual Hosts Configuration with Weblogic Server
Virtual Hosts Configuration with Weblogic ServerVirtual Hosts Configuration with Weblogic Server
Virtual Hosts Configuration with Weblogic ServerPawan Kumar
 

Similaire à Weblogic as a windows service (20)

Weblogic as a windows service
Weblogic as a windows serviceWeblogic as a windows service
Weblogic as a windows service
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application server
 
Salt Cloud vmware-orchestration
Salt Cloud vmware-orchestrationSalt Cloud vmware-orchestration
Salt Cloud vmware-orchestration
 
New Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP ConnectorsNew Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP Connectors
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1
 
Drupal Development with Docker
Drupal Development with DockerDrupal Development with Docker
Drupal Development with Docker
 
domain-routing-220627173025-41f4dc7e (1).pdf
domain-routing-220627173025-41f4dc7e (1).pdfdomain-routing-220627173025-41f4dc7e (1).pdf
domain-routing-220627173025-41f4dc7e (1).pdf
 
domain-routing.pptx
domain-routing.pptxdomain-routing.pptx
domain-routing.pptx
 
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSDCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica server
 
Hyperion 9.X Installation
Hyperion 9.X InstallationHyperion 9.X Installation
Hyperion 9.X Installation
 
How to set up a Windows Domain on AWS
How to set up a Windows Domain on AWS How to set up a Windows Domain on AWS
How to set up a Windows Domain on AWS
 
Building cloud stack at scale
Building cloud stack at scaleBuilding cloud stack at scale
Building cloud stack at scale
 
You are a new administrator for Contoso, Ltd., working on a test dep.docx
You are a new administrator for Contoso, Ltd., working on a test dep.docxYou are a new administrator for Contoso, Ltd., working on a test dep.docx
You are a new administrator for Contoso, Ltd., working on a test dep.docx
 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 
Cloud 101: Hands-on Heroku & AWS
Cloud 101: Hands-on Heroku & AWSCloud 101: Hands-on Heroku & AWS
Cloud 101: Hands-on Heroku & AWS
 
Weblogic installation in linux
Weblogic installation in linuxWeblogic installation in linux
Weblogic installation in linux
 
Intalacion de owncloud
Intalacion de owncloudIntalacion de owncloud
Intalacion de owncloud
 
Virtual Hosts Configuration with Weblogic Server
Virtual Hosts Configuration with Weblogic ServerVirtual Hosts Configuration with Weblogic Server
Virtual Hosts Configuration with Weblogic Server
 
Mysql
MysqlMysql
Mysql
 

Plus de Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 

Plus de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 

Dernier

DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 

Dernier (20)

DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 

Weblogic as a windows service

  • 1. PREPARED BY RAVI KUMAR LANKE Page 1 WEBLOGIC AS A WINDOWS SERVICE
  • 2. PREPARED BY RAVI KUMAR LANKE Page 2 The below post describes the installation of WebLogic server as a windows service, we will look at how we can install the Admin Server as well as Managed server as a service. Steps: 1. Create an install batch script that contains the domain, server details. Installing Admin Server as a service. Create an install script as below. ————————————————— 1 SETLOCAL 2 3 set DOMAIN_NAME=Wonders_Domain 4 5 set USERDOMAIN_HOME=C:BEA103user_projectsdomainsWonders_Domain 6 7 set SERVER_NAME=AdminServer 8 9 set WL_HOME=C:BEA103wlserver_10.3 10 11 set WLS_USER=weblogic 12 13 set WLS_PW=weblogic 14 15 set PRODUCTION_MODE=true 16 17 set MEM_ARGS=-Xms512m –Xmx512m 18 19 call "%WL_HOME%serverbininstallSvc.cmd" 20 21 ENDLOCAL —————————————————
  • 3. PREPARED BY RAVI KUMAR LANKE Page 3 Installing Managed Server as Windows Service: If you want to install a Managed Server as a Windows service, you must include a variable that specifies the location of the domain’s Administration Server. The Managed Server must contact the Administration Server to retrieve its configuration data. The Administration Server (which is not a service) must be started before installing and starting Managed Server as a Windows service. Create an install script as below. ————————————————— 1 echo off 2 SETLOCAL 3 4 set DOMAIN_NAME= Wonders_Domain 5 set USERDOMAIN_HOME= C:BEA103user_projectsdomainsWonders_Domain 6 set SERVER_NAME=ManagedServer1 7 set PRODUCTION_MODE=true 8 9 set WL_HOME=C:BEA103wlserver_10.3 10 11 set ADMIN_URL=http://<adminserver-host>:7501 12 13 set MEM_ARGS=-Xms40m -Xmx250m 14 15 call "%WL_HOME%serverbininstallSvc.cmd"
  • 4. PREPARED BY RAVI KUMAR LANKE Page 4 NOTE: If you set up both an Administration Server and a Managed Server to run as Windows services on the same computer, you can specify that the Managed Server starts only after the Administration Server. In that scenario we need to pass the below argument while running the script. -delay:delay_milliseconds For example: "%WL_HOME%serverbinbeasvc" -install -svcname:"%DOMAIN_NAME%_%SERVER_NAME%" -delay:120000 2. After running this script in the command prompt you will observe a log statement such as “beasvc <Server> installed” You can check the same from the services list as well using the services.msc utility. 3. Verify whether the WebLogic Server is successfully installed as a service as below. Open a command window and enter the following command: set PATH=WL_HOMEserverbin;%PATH% Navigate to the WLS_SERVER_HOME/server/bin Enter: beasvc -debug “yourServiceName“ For Example: C:BEA103wlserver_10.3serverbin>beasvc -debug “beasvc Wonders_Domain_AdminServer” 4. You can start / stop the server from the services.msc window or you can also use the below commands. Starting the service: net start “beasvc Wonders_Domain_AdminServer” Stopping the service: net stop “beasvc Wonders_Domain_AdminServer” Note: For each server instance that you set up as a Windows service, WebLogic Server creates a key in the Windows Registry underHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices. The registry entry contains such information as the name of the server and other startup arguments. Uninstall the WebLogic server as a windows service.
  • 5. PREPARED BY RAVI KUMAR LANKE Page 5 1. Create an Uninstall script as below. ****************************************************** 1 echo off 2 3 SETLOCAL 4 5 set DOMAIN_NAME= Wonders_Domain 6 set SERVER_NAME=AdminServer 7 set WL_HOME=G:BEA103wlserver_10.3 8 9 call "%WL_HOME%serverbinuninstallSvc.cmd" 10 11 ENDLOCAL ****************************************************** 2. Execute the script from the command prompt and you will see the below massage. beasvc <service-name> removed.