Does Cargo support WebSphere Liberty? - websphere

Does Cargo support WebSphere Liberty? I find the Cargo page for WebSphere inconclusive.

There is not right now, but there is a JIRA for it and a pull request has been submitted so hopefully soon.

Related

webprofile 6 missing in openliberty but not in websphere liberty

Currently we are trying to build a docker image with openliberty 20.0.0.3 with webprofile6 with java 8, we were able to do this with websphere liberty full profile image but not with the full profile image from open-liberty.
Is this something expected?
There is a way to have availble it in open-liberty?
Thanks
Michele
This is expected, some older versions of jee features are available in websphere liberty only. You could move to a later version like webProfile-8.0 which is available in open liberty.

Integrate Apache Felix in Websphere v8.5

We have a requirement to integrate Apache Felix as a the osgi container in Websphere v85 and deploy web applications (.war). Appreciate your help in suggesting documentation/reference to this.
Thanks
There is some documentation on how to embed Apache Felix in a WAR here:
http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#using-the-servlet-bridge
That piece of documentation also refers to an example:
http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/
I do agree with Neil that is is a bit strange to have such a requirement, so perhaps you can explain that?

Steps to run metro (JAX-WS) on Websphere 6.1

Anyone knows the steps to run JAX-WS on Websphere 6.1? JAX-WS website doesn't lists any step. Though other frameworks like Apache cxf do list the steps to configure on Websphere 6.1
The ideal way is to use the free, supported WebSphere Feature Pack for Web Services. Although regrettably, this requires you to create a new Profile in WebSphere. But it provides integrated, supported JAX-WS capability without needing additional libraries.
Are you asking about using a specific JAX-WS implementation? Like the Reference Implementation? If so, is there a particular reason you need to use that one?

Is there a JenkinsCI plugin for WebSphere Portal 6.1?

Is there a JenkinsCI plugin for WebSphere Portal 6.1?
Do either of these help?
https://wiki.jenkins-ci.org/display/JENKINS/WAS+Builder+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Deploy+WebSphere+Plugin
I wrote my own ant tasks, jython scripts and just called them from jenkins

Start glassfish at boot in windows

This must be a dumb question, but I don't see any obvious references. How can I get glassfish to start at boot on a windows box?
Install GlassFish as a service that starts automatically:
Check out How do I run GlassFish as a Windows service? in the GlassFish Wiki for GlassFish v2.
Use the Platform Services Support for GlassFish v3 (more on this in this thread just in case).
PS: It's often preferable to mention the version you are using...

Resources