Several procedures require you to start or stop the instance of WebLogic Server where you want to deploy AEM forms modules. Ensure that WebLogic Server is stopped or running, depending on the task you are performing.
Activity |
Required WebLogic state |
---|---|
Creating a WebLogic domain |
Stopped |
Creating a WebLogic managed server |
Running |
Increasing the server thread count |
Running |
Deploying AEM forms products |
Running |
If you are running WebLogic Server on Red Hat® Enterprise Linux Advanced Server 4.0, set the LD_ASSUME_KERNEL
environment variable to 2.4.19 by using the export LD_ASSUME_KERNEL=2.4.19
command. Then, run WebLogic Server from the same shell in which you set this environment variable.
From a command prompt, go to [appserver root]/user_projects/domains/[appserverdomain].
Enter the following command:
startWebLogic.cmd
startWebLogic.sh
https://[host name]:7001/console
in the URL line of a web browser.The WebLogic Server administration console is no longer available, and the command prompt that you ran the start command from is available.
If WebLogic Admin Server is not already running, from a command prompt, go to the [appserver root]\user_projects\domains[domainname] directory, and enter the following command:
startWebLogic.cmd
startWebLogic.sh
Access WebLogic Server administration console by typing https://*[host name]:
[Port] /console
in the URL line of a web browser, where [Port] is the non-secure listening port. By default, this port value is 7001.
On the login screen, type your administrator user name and password, and click Log In.
Ensure that WebLogic Server is running.
From a new command prompt, go to [appserver root]/server/bin.
Enter the following command:
startNodeManager.cmd
./startNodeManager.sh
After you shut down WebLogic Server, you can close the command prompt from which you called Node Manager.
This task can be performed only after you create a WebLogic domain and a managed server.
https://
[host name]:[port] /console
in the URL line of a web browser.https://
[host name]:[port] /console
in the URL line of a web browser.