Can we deploy a Oracle Service Bus project in Tomcat? - tomcat8

Can we deploy a Oracle Service Bus project in tomcat? If yes then what changes do we need to do to the jar that we generate from OSB. Can anyone please help?
Thanks

No, it is not possible. OSB can be deployed on Oracle WebLogic and maybe IBM WebSphere.

Related

JRebel on Weblogic - Netbeans

When I am deploying my ear application in Netbeans using JRebel I got this message form JRebel:
ERROR myJRebel licensing has been discontinued for your application server. myJRebel licensing is only allowed for non-commercial development.
My Application Server is Weblogic. Is there a way to use JRebel for Weblogic?
Thanks for your help guys...
WebLogic is commercial server and therefore using JRebel with myJRebel license on that server is not supported. In that case you need to purchase a license.

Migrating from Numergy to Bluemix

I have some servers on the cloud Numergy and I want to migrate to Bluemix.
Can I migrate my servers directly, or I can migrate only my apps from Numergy to Bluemix?
Thank You!
There isn't a direct migration path between Numergy and Bluemix. You would need to upload your application to Bluemix and link to any dependent services. Thanks for your interest in Bluemix!

How do I connect JProfiler on a JBoss 7.x server in Domain mode?

I want to profile a server (JVM) that is part of a JBoss 7.1.3 domain. The Server Integration wizard of JProfiler only modifies standalone.sh, which is of no use in domain mode. Does anyone know how to accomplish this?
For application servers that don't have an integration wizard, use the [Generic] integration wizard. It will give you a VM parameter that has to be added to the java invocation of the application server.

Attach and Configure JACOCO agent on Weblogic Server

My Application is deployed on weblogic server. I want to attach jacoco agent to the weblogic server.
Is there any way to attach it in weblogic server using startWeblogic or setDomainEnv.
OR
is there any other way to implement this?
I tested this with Weblogic 12.1.3 on Linux and it worked.
setenv JAVA_OPTIONS -javaagent:$JACOCO_HOME/lib/jacocoagent.jar\=includes\=ccdemo.\*,output\=tcpserver,address\=\*
There were no changes to startWeblogic.sh or other files needed.

Worklight - Can we deploy ear/war to worklight server

Iam into a different usecase,
Iam workling on General webapplications which we develop using rad for Websphere, and Worklight applications also.
My query here is, can we deploy my webapplication's ear/war file to the Worklight server?
We have a worklight server but dont have hosting for webaplication till now, so can we use the worklight server for hosting the webapplications' ear/war? is there any possibility to do that?
The Worklight Server is able to process Worklight-based applications, not other type of "web-based" applications.
I believe the original question is if we could use Worklight server to deploy EAR/WARs of any applications which are not related to Worklight.
Answer: When the Worklight is nothing but an J2EE application deployed in WAS or WAS Liberty Core, i dont see any issue deploying any EAR/WAR of applications which are not related to Worklight. But i dont think it is highly recommended or advisable since it is against the licensing policy in the Worklight purchase.