0

How to check if WebSphere is running 32 or 64 bit?

These are the files in the WebSphere directory:

/opt/IBM/WebSphere/Liberty$ ls

Copyright.txt README.TXT bin clients dev lafiles lib templates usr

user1872384
  • 6,886
  • 11
  • 61
  • 103

1 Answers1

0

Able to get it with ./server version in /opt/IBM/WebSphere/Liberty/bin

user1872384
  • 6,886
  • 11
  • 61
  • 103