Archive for October, 2011

Adding custom content to SASPortal in SAS 9.2 & 9.3

Oct
27

 

Web Application Custom Content

If you wish to add custom content into SAS web applications, you may do so by placing your custom content into the appropriate custom content directory structure for the given application, and then running the SAS Deployment Manager to rebuild web applications. The custom content root directory for a given web application is

/data/SASCONFIG/Lev1/Web/Common/Server Name/Application Name/CustomContent

For example,

/data/SASCONFIG/Lev1/Web/Common/SASServer1/SASWebReportStudio4.2/CustomContent

Within that directory, there are subdirectories (for example, ears or wars) corresponding to specific archive types (ear and war files, respectively). Under the archive type directories, there are subdirectories for each specific archive—these are the root directories for each archive within the application. Custom content should be placed in the archive’s directory tree corresponding to where the content should appear within the archive.

For example, to add the ear_addon.xml file into the addons directory in the sas.webreportstudio ear file, create the

…/CustomContent/ears/sas.webreportstudio/addons

directory, and place ear_addon.xml in it. Our process knows which war files are contained within ear files, so if you want to add war_addon.jar into the WEB-INF/lib directory in the sas.webreportstudio war file within the sas.webreportstudio ear file, then create

…/CustomContent/wars/sas.webreportstudio/WEB-INF/lib

directory, and place war_addon.jar in it.

Once all your custom content is ready to be consumed, run the SAS Deployment Manager and choose to rebuild web applications. Doing so will rebuild the web applications, inserting the custom content into the archives under the appropriate paths. Note that if custom content has the same path and name of content normally included in the archive, then the custom content takes precedence.

Share
Posted by  
0 Comments

JMP is bundled with SAS Enterprise Miner in both 9.2 & 9.3

Oct
10

I blogged a while ago about some changes to the SAS licensing with SAS adding a few more capabilities at no extra charge (didn’t even need to buy the steak knives ;-)

One of the things I mentioned was that JMP is now bundled as part of SAS Enterprise Miner (to match your EM client license).

But I wasn’t sure if it covered SAS 9.2 and 9.3 or just 9.3.

Just had confirmation today from SAS Contracts that its is bundled in both SAS 9.2 and 9.3.

You may need to go and ask for a separate download key as it didn’t come in the standard 9.2 download I just did, but ask away cause its yours!

 

 

Share
Posted by  
0 Comments