posted 18 years ago
Well, first of all you don't need to restart the server if you're just installing a new version of the EAR. But if you want something a little bit more automated than opening the web-based admin application and clicking, here's the install script I use:Put that in a file called (e.g.) install.script and open a command window on the server where Websphere is running. Change the current directory to Websphere's "bin" directory. (For me that would be
c:/websphere/appserver/bin but maybe something else for you.) Type this command:Note that you need to put the EAR file in a predetermined location on the server (I used the installableapps directory) and that location must be specified in the script.