Recently,I got WebMathematica. Initially I searched WebMathematica documentation in Mathematica documentation, but it doesn't return any results. For this I read tutorials; finally I placed the webMathematicaDocumentation folder in the following link.
FileNameJoin[{$InstallationDirectory, "AddOns", "Applications"}]
After that, I reopen Mathematica and search for webMathematica functions in the Mathematica documentation center. It shows all the results.
Out of all functions, I read HTMLTableForm description, if you want to call this function, first you should evaluate the MSP HTML package. This package corresponds to webMathematica layout.
So I copied all the packages, which are under webMathematica\WEB-INF\Applications and placed them in FileNameJoin[{$UserBaseDirectory, "Applications"}].
Again, I reopen Mathematica, directly searched for HTMLTableForm and evaluated MSP HTML package. It's working fine. But my doubt was, is this a good way for placing all the packages in Application folder. Or is there an efficient way?
$AddOnsDirectory. Where is it documented? BTW, since Version 5$UserAddOnsDirectoryhas been superseded by$UserBaseDirectory. – Alexey Popkov May 28 '13 at 15:37$AddOnsDirectory, being superseded it seems to not be documented in newer versions anymore. I think this is the relevant link if one is looking for information about path names etc... – Albert Retey May 28 '13 at 17:38inspectoroption in frontend ? – subbu May 28 '13 at 18:37