Monthly Archives For January 2017

Cloudformation YAML Script

, , Comment Closed

AWSTemplateFormatVersion: “2010-09-09”   Description: “Basic Ec2”   Resources:     Ec2Instance1:       Type: AWS::EC2::Instance       Properties:         InstanceType: t2.small         SubnetId: subnet-xxxx      …

Read Post →

Install Alfresco Community Edition

, , Comment Closed

Overview These are the instructions I arrived at for install Alfresco Community Edition 4.0b under JBoss. Much of this is taken from the Alfreso Wiki albeit documention is soemwhat scattered and hard to find. Feel…

Read Post →

Clone WebSphere

, , 6 Comments

#1 – Create deployment manager on the target machine /usr/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profileName Dmgr01 -templatePath /usr/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName wstestapp-dm -cellName WC_comm01_cell -hostName localhost Review log file, /usr/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/AboutThisProfile.txt Make note of the “Managment SOAP connector port”…

Read Post →