posted 15 years ago
Hi, I'm working on application deployment scripts for WAS 7.0, and I'd like to make it so it can map web modules to the default_host virtual host. But I'd like have it read an EAR's web modules automatically, instead of hard-coding the module data in a config file somewhere. Is there a way of doing this with an existing library like AdminApp or similar? The only other way I can think of is to unarchive the EAR file and read the info from there, which would be a pain.
Thanks,
Dan