Hi, I have successfully build code (downlod all projects by svn) : ant build-tomcat BUILD SUCCESSFULL but i dont know how to deploy it in my tomcat server. can you help me please? thanks
The build-tomcat target automatically deploys the WAR to the %TOMCAT_HOME% location. Set the env variable to your tomcat location if you have not already done so. You can also ant deploy-tomcat to deploy without building.
Thanks for your answers. There are many prjects in the directory where I untar the source code (3rd party, web-client,…) are this projects used to build alfresco. war. I mean if i make changes in core subprojects this change will occur in the war file.
The build-tomcat target will build all projects and construct the WAR file and deploy it. Yes changes to the source tree will be reflected in the WAR if you use this target.