Macromedia live cycle 7.2 매뉴얼

다운로드
페이지 123
     53
7
Manually Configuring JBoss
This chapter describes how to manually configure the JBoss Application Server to prepare for the manual 
deployment of LiveCycle products. You can also automatically configure your application server, as part of 
the turnkey installation. (See 
You need to perform the following tasks:
Modify various JBoss configuration files on the instance of JBoss that hosts LiveCycle products. (See 
.)
Copy the appropriate Watched Folder file to JBoss. (See 
.)
Create the data source so that LiveCycle products can connect to the database. (See 
.)
Note:
If you have installed LiveCycle PDF Generator in addition to other previously installed LiveCycle 
products, you need to change the credentials of the login user account to those of the account used 
to install Microsoft Office on the machine where LiveCycle is installed. 
The procedures in this chapter are for configuring the application server for all LiveCycle products. If a 
product requires a different process, the steps are highlighted. If you previously configured your 
application server for deploying other LiveCycle products, you do not need to perform the procedures in 
this chapter again.
This chapter assumes that you have configured your database and created a database user account. If you 
have not done this, see 
Starting and stopping JBoss
Several procedures in this chapter require you to stop and start the instance of JBoss where you want to 
deploy LiveCycle products. 
To start JBoss:
1. From a command prompt, navigate to [appserver root]/bin.
2. Start the server by entering the following command:
(Windows)
 run.bat -c all
(Linux)
 ./run.sh -c all
To stop JBoss:
1. From a command prompt, navigate to [appserver root]/bin.
2. Stop the server by entering the following command:
(Windows)
 shutdown.bat -S
(Linux)
 ./shutdown.sh -S