|
Joe, As as software vendor, I am able to create an EAR/WAR file with everything exactly the way I want it, and I am then able to allow the customer to install my application using the wizard or procedure appropriate for their application server. I think that is easier for the customer. In your case I imagine that you have a command that does the updates. For your command to work correctly now, the user must have to provide the name of their WAS instance as well as their WAS version, otherwise you would be hard-coding and we know you do not like that. You then just need to know the cell name. You could ask the user using a parm on your command prompt, or you could figure it out programmatically. For WAS Express, I believe the cell name will always be their system name followed by an underscore and then the instance name. I would probably have a parm on my command that has a default value of *DEFAULT or something like that which caused me to figure it out programmatically. Mark
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.