Changeset 3686
- Timestamp:
- Aug 20, 2007, 9:34:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/plugin_installation.xml
r3679 r3686 50 50 <para> 51 51 We recommend that you install the plug-in JAR file outside the web 52 server's classpath. Do not put the plug-in in the52 server's Classpath. Do not put the plug-in in the 53 53 <filename><base-dir>/www/WEB-INF/lib</filename> 54 54 directory or any other directory where the web server keeps it's classes. 55 This makes BASE use it's own class loader that support unloading of classes55 This makes BASE use it's own class loader that support unloading of classes 56 56 as well. This means that you can install new plug-ins and update 57 57 existing ones without restarting the web server. … … 269 269 Start the configuration wizard and select the <filename>*.base</filename> 270 270 file describing the BASE 1 plug-in and enter the path and 271 file name to the location of the executable.271 file name to the location of the executable. 272 272 </para> 273 273 </listitem> … … 421 421 <title>Job agents</title> 422 422 <para> 423 Job agents are used for executing plug-ins on external servers. This is a good 424 way to free up the web server so that it can concentrate on serving web pages. 425 Job agents are optional and must be installed separately. See 426 <xref linkend="installation_upgrade.jobagents" /> for more information about this. 427 The standard BASE installation does not include any job agents. 428 The rest of this section assumes that you have installed at least one job agent. 423 Job agents are used for executing plug-ins on external 424 computers. Using job agents will free up resources on the BASE 425 application server, and allow the server to concentrate on 426 serving web pages. Job agents are optional and must be installed 427 separately. See <xref linkend="installation_upgrade.jobagents" 428 /> for more information about setting up job agents. This 429 section assumes that at least one job agent is setup to serve 430 your BASE installation. 429 431 </para> 430 432 431 433 <para> 432 A job agent will not execute a plug-in unless the admin has configured 433 the job agent to do so. This can be done either from the plug-in 434 side or from the job agent side. To register a plug-in with one or more 435 job agents from the plug-in side go to the edit view of the plug-in and 436 select the <guilabel>Job agents</guilabel> tab. To do the same from 437 the job agent side go to the edit view of the job agent and select 438 the <guilabel>Plugins</guilabel> tab. The two dialogs are very similar. 439 Here is the plug-in side of the registration, the job agent side is described 440 in <xref linkend="installation_upgrade.jobagents" />. 434 A job agent will not execute a plug-in unless the administrator 435 has configured the job agent to do so. This can be done either 436 from the plug-in pages or from the job agent pages. To register 437 a plug-in with one or more job agents from the plug-in pages, go 438 to the edit view of the plug-in and select the <guilabel>Job 439 agents</guilabel> tab. To do the same from the job agent pages, 440 go to the edit view of the job agent and select 441 the <guilabel>Plugins</guilabel> tab. The registration dialogs 442 are very similar but only the plug-in side of registration is 443 described here, the job agent route is described in 444 <xref linkend="installation_upgrade.jobagents" />. 441 445 </para> 442 446 … … 732 736 <para> 733 737 <emphasis>DONE</emphasis>: 734 All parameter values are ok and no more values738 All parameter values are okay and no more values 735 739 are needed. BASE will save the values to the database 736 740 and finish the configuration wizard. … … 740 744 <para> 741 745 <emphasis>CONTINUE</emphasis>: 742 All parameter values are ok , but the plug-in746 All parameter values are okay, but the plug-in 743 747 wants more parameters. The procedure is repeated from the 744 748 first step. … … 797 801 <para> 798 802 To use the exporter you must first select the configurations 799 that should be exported in the list. Then, enter a path and file name803 that should be exported in the list. Then, enter a path and file name 800 804 if you wish to leave the XML file on the BASE server or leave it 801 805 empty to download it immediately. … … 865 869 <listitem> 866 870 <para> 867 The path and file name of the file to use for testing.871 The path and file name of the file to use for testing. 868 872 Use the &gbBrowse; button to 869 873 select a file from the BASE file system or upload
Note: See TracChangeset
for help on using the changeset viewer.