Glanville, Jay wrote:
Hello all.  I have a quick question concerning the client deployer
package
(http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html#Dep
loying%20using%20the%20Client%20Deployer%20Package).  There is a compile
target and a deploy target.  My assumption is that the deploy target
only deploys the web application and not the compiled code from the
compile target.

Is this assumption correct?

"compile" does JSP precompilation on your webapp (and will actually also compile to /WEB-INF/classes any Java class put in /WEB-INF/src). deploy uploads that precompiled application to the server.


--
xxxxxxxxxxxxxxxxxxxxxxxxx
R�my Maucherat
Developer & Consultant
JBoss Group (Europe) S�RL
xxxxxxxxxxxxxxxxxxxxxxxxx

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



Reply via email to