How do people approach the problem of installing J2EE applications (including database) on a client/customer site? Are you approaching it via an install package/gui such as InstallShield or are you doing the deploy through the app server tools, one at a time? What about your database piece? What if you are in an n-tier architecture (multiple web servers, app servers and data sources)? Do the clusters take care of propagating the EAR out to the various app servers?
Does anyone know of a tool that does this?
-
J2EE Installs (1 messages)
- Posted by: Grant Ingersoll
- Posted on: June 07 2002 16:56 EDT
Threaded Messages (1)
- J2EE Installs by Puru Kk on June 07 2002 18:33 EDT
-
J2EE Installs[ Go to top ]
- Posted by: Puru Kk
- Posted on: June 07 2002 18:33 EDT
- in response to Grant Ingersoll
Hi,
I have used install anywhere and used templates and modified those files based on the inputs( including database schema population etc). It seemed to be working fine.
Puru