cancel
Showing results for 
Search instead for 
Did you mean: 

BUILD

tegyat
Champ in-the-making
Champ in-the-making
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
3 REPLIES 3

kevinr
Star Contributor
Star Contributor
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,

Kevin

tegyat
Champ in-the-making
Champ in-the-making
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.

kevinr
Star Contributor
Star Contributor
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.

Thanks,

Kevin