> From: Enke, Michael [mailto:[EMAIL PROTECTED]] 
> 
> Hi Diana,
> in section 3b) Manual install:
> 
> [unix]  ./build.sh  -Dinclude.webapp.libs=yes 
> -Dinstall.war=$TOMCAT_HOME/webapps webapp
> [win32] .\build.bat -Dinclude.webapp.libs=yes 
> -Dinstall.war=%TOMCAT_HOME%\webapps webapp
> 
> can be written without -Dinstall.war:
> 
> [unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
> [win32] .\build.bat -Dinclude.webapp.libs=yes webapp

AFAIR, the install.war param is used to setup Catalog properties to point
the correct location. Hadn't check that though.

What will be better is to change TOMCAT_HOME to a more modern CATALINA_HOME.
What do you think?

Konstantin

> 
> Michael
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to