webMathematica >

Multiple Kernel Pools

The different pools are all configured in the MSPConfiguration.xml file. By default, one pool is created, called the General pool. If you wish to configure for additional pools, add a KernelPool section to the MSPConfiguration.xml file, as shown below.
<KernelPool>
<KernelPoolName>Longer</KernelPoolName>
<KernelExecutable>C:\Program Files\Wolfram Research\Mathematica\7.0</KernelExecutable>
<KernelTimeLimit>60000</KernelTimeLimit>
<URLPattern>/Longer/*</URLPattern>
</KernelPool>
If you wish to work with multiple pools, you need to have webMathematica licenses for all the kernels you wish to run. The Kernel Monitor contains information on all the pools, so this is a good place to confirm that a pool has been properly initialized. The servlet log files also contain information about each pool, as the section on Logging describes.

Multiple Web Applications