Version





This script sets the LD_LIBRARY_PATH variable, and starts the Hot Swap Manager in console mode.






|
Mode
|
ctaflags Parameter
|
|---|---|
|
Library
|
CTA_MODE_LIBRARY
|
|
Server
|
CTA_MODE_SERVER
|
|
Multi
|
CTA_MODE_LIBRARY | CTA_MODE_SERVER
|

|
Mode
|
Corresponding cta.cfg Parameter
|
|---|---|
|
Library
|
CTAmode=0
|
|
Server
|
CTAmode=1
|
|
Multi
|
CTAmode=2
|
|
Statement
|
Description
|
|---|---|
|
StartCtaServer=1
|
Enables Server mode functionality
|
|
TraceMode=1
|
Enable full tracing of the server (optional but recommended)
|


|
If descriptor is...
|
Then...
|
|---|---|
|
cta://localhost/xxx
|
The context is created in Server mode. (xxx can be any string.)
|
|
xxx or NULL
|
The context is created in Library mode. (xxx can be any string.)
|



Version