Downloaded a copy of WebSphere Application Server Community Edition ( aka WASCE ) the other day as I continue to play with WebSphere Portlet Factory on Ubuntu.
The
However, I found two very useful documents that helped me with the installation: -
WebSphere Application Server Community Edition Documentation Project - Installing a server
http://publib.boulder.ibm.com/wasce/V1.1.0/en/Tasks/Install/Installing.html#Linux_install_from_wasce_setup-version-unix_bin
IBM - Ubuntu-specific installation instructions for WebSphere Application Server Community Edition
http://www-1.ibm.com/support/docview.wss?rs=2359&uid=swg27009332
For me, the trick was to download the full-fat version of WASCE which includes the IBM Java2 SDK: -
http://publib.boulder.ibm.com/wasce/V1.1.0/en/Tasks/Install/Installing.html#Linux_install_from_wasce_ibm150sdk_setup-version-ia32linux_tar
and then convert it using Alien: -
$ sudo alien ibm-java2-i386-sdk-5.0-2.0.i386.rpm
and then install it using Dpkg: -
$ sudo dpkg -i ibm-java2-i386-sdk_5.0-3_i386.deb
Job done.
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Friday, 1 August 2008
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
No comments:
Post a Comment