quick question concerning the Client Deployer Package

2004-01-27 Thread Glanville, Jay
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?

Thanks

JDG


--
Jay Glanville

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



Re: quick question concerning the Client Deployer Package

2004-01-27 Thread Remy Maucherat
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.

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: quick question concerning the Client Deployer Package

2004-01-27 Thread Jay Glanville
Thanks

--
Jay Glanville


 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 27, 2004 9:11 AM
 To: Tomcat Users List
 Subject: Re: quick question concerning the Client Deployer Package
 
 
 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-howt
o.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.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

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


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