Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
creating J2EE EAR's
chunk
Hi.
Does anyone have a quick, prebuilt, way to creat J2EE EAR's from Java classes, jsp's, configs, etc through TeamSite? Or, do I just have to have the developer create the EAR manually and deploy it out?
Any info is appreciated.
Thanks
chunk
Find more posts tagged with
Comments
Migrateduser
You could automate the creation an Enterprise ARchive (ear file) by invoking the jar command from a deployment script. This script could be an OpenDeploy DNR or a workflow external task.
This would be similar to the task of creating Java class files from your Java source files. You would need to setup the appropriate execution environment and manage the dependencies.
Brinko Kobrin
Interwoven Staff Engineer
chunk
Brinko,
Do you have an example of a OD DNR script or WF external task that does this.
Thanks
Migrateduser
No, sorry, I do not have such a script.
Brinko Kobrin
Interwoven Staff Engineer
Johnny
Hi Chunk,
This is not really a TeamSite issue....
build scripts are normally quite custom depending on your setup and needs, so most of the time there is no spot for general scripts.
You would need to do this whether teamsite was involved or not.
John
Sydney, Australia