Oracle WebCenter 12C Portal Domain Configuration using Ansible - configuration

I'm trying to configure Weblogic WebCenter 12C Portal Domain via Ansible on CentOS 7, but still can't find the way how to do it. So far I could install weblogic and weblogic portal with DB via Ansible. But I don't know how to configure Webcenter Portal. /opt/app/middleware/oracle_common/common/bin/config.sh
Have anyone already done this step via Ansible? If yes, please share with me this info if you have. I also tried to find any related info on google, but no luck, so I post my question here.
Thanks in advance.

First, are you creating a WebLogic Portal env or a WebCenter Portal env ?
Once WebLogic Portal or WebCenter is installed with Ansible you have to create your domain with a WLST script.

Related

Can Can anybody tell me how to deploy my asp.net web application with a database on AWS using an EC2 instance?

I had created an asp.net web application in Visual Studio with my SQL database connected. I tried to connect to AWS using EC2 instances. Can anybody explain to me the detailed steps to deploy the web application?

Give me some recommendation about JBoss and MySQL using Openshift Tech

I've created my first application using Openshift Tech. It's a Java Web Application running on a JBoss at Openshift and uses MySQL 5.5 as its database. And I have to deploy by it using the war file (I don't know how to do it the normal way).
So anyone can tell me: Should I create a local database or use online database? And is there another way to deploy my Java app not using the war file?
I would suggest that you check out the OpenShift Developer Center (https://developers.openshift.com), specifically this link (https://developers.openshift.com/en/jbossas-overview.html) about using jboss. Make sure you read all of the sections, specifically the Deployment Options, and the Datasources links. If you are interested in just being able to do a "git push" to deploy your code, you should create a new jboss application on OpenShift, and do a "git clone" of the code and check out how it's setup, it is using the Maven project structure, which is pretty common.

openshift piwik quickstart

I tried deploying piwik on OpenShift through their web-based quickstart. It installs fine but when I click through the configuration steps via the newly created site, it fails on the 2nd step:
Error: PHP version > 5.3.3 required
However the system also reports that the version of PHP installed is 5.3.3
Any ideas what could be the issue?
Thanks
I updated the QuickStart to use PHP 5.4 and MySQL 5.5. Try again now :)
Here's the link to the updated QuickStart on OpenShift Hub: https://github.com/openshift/piwik-openshift-quickstart

Developing a Java web service using Jersey(JAX-RS), mySQL and Eclipse

I have successfully created Web Services from MySQL Database using Netbeans tutorial. However, I would like to develop similar web services using Eclipse IDE. Why Eclipse IDE? There are two reasons for that:
1) This is because i am using Tomcat 7.0 and JEE6. Unfortunately, NetBeans 7.0.1 implements Facade design pattern while using their “Create Web services from Database …” Wizard and it does not have a plugin for Tomcat 7 and EE6.
2) The NetBeans Wizard is helpful but does not help me understand details about using JDBC bridge, managing connections to MySQL DB and creating services to access the DB. Additionally, i want to add authorization for my services so that only registered users will be able to access my web services.
There's a very clear tutorial for building JAX-RS services in the Jersey user guide.
I found this tutorial that contains Restful web services using java and mysql in eclipse. It might be what you were looking for though it is a very simple tutorial. Check it out.
http://www.techpages.org/webservice/simple-restful-web-services-using-java-and-mysql-example/2009/

How to change the database which is used to store liferay content?

I have a glassfish server built with company default script. Then I have Liferay installed upon it. Liferay uses some predefined database to store the content on the pages it shows. It is a company shared database don't know where. How could I connect my liferay to a local clean database?
My setup is a Glassfish with Liferay, the DatabaseI use is MySQL.
Thanks for any help!
It's all explained here:
http://www.liferay.com/community/wiki/-/wiki/Main/Database+Configuration