Automate portlet deployment on WebSphere Portal Server 6.1

I recently started a project to develop some portlets that will run on IBM WebSphere Portal Server 6.1.

Does anyone know about any scripts, Ant tasks, Maven plugins, etc. to publish a portlet to Portal Server? In the WebSphere Portlet Factory plugin for eclipse, you can โ€œpublishโ€ the portlet project for the Portal Server instance, however I would like to know what is happening under the hood here (or at least how to replicate the behavior), so that I can do it elsewhere (i.e. from a continuous integration server).

UPDATE. From what I read, it looks like the Factory portlet is publishing using the WebSphere JMX client. Does anyone know where I can find more details about this?

+3
source share
2 answers

I found documentation on a WebSphere Portal site called " Portal Administration Tools " that lists several options:

  • Portal Administration Portlets.
  • Portal XML configuration interface.
  • Portal Script Interface
  • Portal ReleaseBuilder.

The XML configuration interface and the scripting interface sound as if they might be what I am looking for, as they can easily be called from an automated process.

I also found an example Java program that uses the WebSphere JMX interface , however I don't know if this will work for WebSphere Portal ...

0

.

Deployit Xebialabs. http://www.xebialabs.com WAS, .

+1

Source: https://habr.com/ru/post/1750501/


All Articles