This product is new and hot in mobile application developement. Worklight is based on apache Codova for mobile app developement. Based on the same notion of java i.e. build once and run anywhere. This time it is for mobile world.. Write for one platform and run on any other plaform. this could be android, iOS or BB. Download V 5.0 free from IBM site and start mobile app development...... you also need ADT, SDK and emulator for the android testing or XCODE for iPHONE.
Log in to your AWS web console Select Route53 service Select Hosted Zones in the left pane Select domain name (but do not click on the domain name, just select the radio button) Notice the 4 name servers in the right pane. Next, go to domain registrar site (in your case stay in Route53), log in and configure name servers for your domain. In Route53: select 'Registered domains' in the left pane, click on your domain name, verify that in the upper right you have name servers from step 5, if they don't exactly match, click 'Add/Edit Name servers' and enter name servers from step 5) After this you will receive email on your registered email id with AWS. Once the sync os done you will get notified. After notification you can try your ULR <some-name>.com or www.<some-name>.com "A" records created during route 53
Problem: U R using tomcat and you need to store content(may be images). You do not want heavy lifting using liferay, hippo etc Solution: 1. prepare web app. 2 use Tomcat as web server 3. use apache Jack rabbit as content repository Configuration steps: 1. Install Tomcat download jack rabbit war file 2. Let port be 8080 for tomcat 3. Goto tomcatuser-xml file and make following entries <role rolename="manager-gui"/> <role rolename="manager-script"/> <role rolename="manager-jmx "/> <role rolename="manager-status "/> <role rolename="manager"/> <role rolename="admin"/> <user username="admin" password="admin" roles="admin,manager,manager-gui,manager-script,manager-jmx,manager-status"/> 4. Start Server & Go to tomcat home screen 5. Go to Manage app option 6. Enter credentials as #3 7. Deploy jack rabbit web ap...
Comments
Post a Comment