Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
we use Java API to customize Windchill.
Our applications are deployed to Windchill by copying files to various locations:
- Java classes --> codebase
- JSP pages --> codebase/netmarkets
- etc.
This procedure requires a lot of work and is error-prone.
We are looking for ways to streamline the deployment process.
My question is:
Is it possible to package and deploy the whole Windchill custom application in a single JAR or WAR?
This file should (at best) contain all application artifacts - i.e. not only class files (that is easy),
but also JSPs, CSS, images and other resources.
What is the required structure of such a file (application archive)?
Thank you in advance
mp.
