webMathematica > Configuration >

KernelAcquireCode

KernelAcquireCode
Mathematica code to run when a kernel is acquired
  • KernelAcquireCode is a configuration setting giving Mathematica code that runs when a kernel is acquired by the server to start a new computation.
A sample setting is shown below.
<KernelAcquireCode>
MyApplication`SetupPage[]
</KernelAcquireCode>