![]() |
|
Pramati Server allows the use of different compilers to compile JSPs and generated EJB files. Compilation can happen either in-memory or out of process. The configuration information for the compilation properties can be specified in the <compilation> tag:
<compilation>
<out-of-process-compilation enabled="false">
<!--<external-compiler use="javac" path="C:\j2sdk1.4.2_10\bin\javac.exe"/>-->
<out-of-process-compilation>
</compilation>
In the above, if the enabled attribute of the <out-of-process-compilation> tag is set to true, the external compiler path and the compiler command (for example javac or jikes) should be specified in the <external-compiler> tag. In case this is not specified, the files are compiled using the in-memory compiler.
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |