websphere-liberty

How do I move my existing WebSphere application to Liberty on Bluemix?

你离开我真会死。 提交于 2019-11-28 14:29:20
I have an existing WebSphere Application Server v7 application and I would like to run it on the Liberty runtime in Bluemix. Can I simply take the app as-is and try importing it into one of the starter apps I see in Bluemix? The short answer, yes, you can take your existing WebSphere Application Server v7 application, create a Java Cache Web starter application and download the starter code, modify the code with your existing application, bind any appropriate services and push the application to Bluemix. However, there may be Java EE programming model and WebSphere API differences between

Add certificate to truststore to enable SSL communication

南笙酒味 提交于 2019-11-28 14:22:49
How do I add a certificate to the trust store when application is running in bluemix. Is there any way to update cacert, either programmatically or using cli? Any documentation or link on the same will be greatly appreciated. Jack-Junjie Cai You can push a packaged server to the Liberty buildpack. With the packaged server, you can package the cert and configure the server.xml accordingly (see https://www-01.ibm.com/support/knowledgecenter/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/rwlp_sec_keystores.html ). The server.xml will be part of the packaged server. If you need to

No MBean found for worklight project

混江龙づ霸主 提交于 2019-11-28 11:46:08
I have been getting this error while starting up my server with my worklight project (.war) deployed on it. Was wondering if anyone has any inputs. Below are the relevant information. The system is set up in Redhat OS , Worklight version 6.2 consumer edition , DB2 as database and WS-Liberty 8.5.5.1 as server. P.S: My application was available before this problem occured, however my worklight console was never working correctly (always had problem with message on worklight console saying " no runtime configuratin can be found "). It still says the same. logs [AUDIT ] CWWKG0016I: Starting server

No Runtime can be found in Worklight Console

落花浮王杯 提交于 2019-11-28 05:52:54
问题 I am trying to set up test environemnt for worklight project. Every thing looks like started successfully without any errors , however, the worklight console says 'No runtime configuration could be found" . And I can not access my application in browser either. However, AppCenter is available. The system is set up in Redhat OS, Worklight version 6.2, DB2 as database and WS-Liberty 8.5 as server. As suggested in different SO questions, I tried cleaning up the workarea of liberty server, clean

No runtime on my Worklight 6.2 Console

两盒软妹~` 提交于 2019-11-28 02:19:04
After deploying an war file in a Worklight 6.2 environment, the console doesn't show the associated runtime environment : No runtime can be found. It's a basic usage of Worklight 6.2, but I don't know how to fix it ! What I've done : Installation of Worklight Entreprise 6.2 on WebSphere Liberty 8.5.5.2 + DB2 V10.5 customisation of the configuration-liberty-db2.xml with my settings ant -f myxmlfile admdatabases ant -f myxmlfile adminstall ant -f myxmlfile databases ant -f myxmlfile install I have the worklight console in the path ~/worklightconsole but no runtime ! and in the liberty log : [6

How do I move my existing WebSphere application to Liberty on Bluemix?

五迷三道 提交于 2019-11-27 08:37:05
问题 I have an existing WebSphere Application Server v7 application and I would like to run it on the Liberty runtime in Bluemix. Can I simply take the app as-is and try importing it into one of the starter apps I see in Bluemix? 回答1: The short answer, yes, you can take your existing WebSphere Application Server v7 application, create a Java Cache Web starter application and download the starter code, modify the code with your existing application, bind any appropriate services and push the

Add certificate to truststore to enable SSL communication

大城市里の小女人 提交于 2019-11-27 08:36:42
问题 How do I add a certificate to the trust store when application is running in bluemix. Is there any way to update cacert, either programmatically or using cli? Any documentation or link on the same will be greatly appreciated. 回答1: You can push a packaged server to the Liberty buildpack. With the packaged server, you can package the cert and configure the server.xml accordingly (see https://www-01.ibm.com/support/knowledgecenter/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae

Can I run my Tomcat app on Bluemix?

拜拜、爱过 提交于 2019-11-27 07:58:55
问题 We have a simple app that runs on tomcat7 and has been working for about a year. We're planning to kick the tires on Bluemix and we would like to know if there's any information that can assist us in this effort. I saw a post that discussed migrating apps from WebSphere Application Server v7 to the Liberty profile but I didn't see any reference to Tomcat. Any documentation or samples you could provide would be appreciated. 回答1: Yes, you can run your application on Bluemix, however, due to