Hi,

On 1/11/07, Fan <[EMAIL PROTECTED]> wrote:


I just glanced through the Appfuse 2.0 quick start guide at

http://dev.appfuse.org/display/APF/AppFuse+QuickStart

I am a little bit confused that there is no prerequisite to download
Tomcat
first ?

there is no need to install tomcat ?


The maven cargo plugin (http://cargo.codehaus.org/) takes care of
downloading Tomcat. It will install Tomcat in the target directory of your
Maven web application - this is great for development work, but you will
still need to do a full installation of Tomcat + deploy the war produced by
the build for anything more permanent.

I read in other thread that by running "mvn integration-test" , the Tomcat
5.5.17 will be installed, but what if I already have another Tomcat
installed ??


The two should not conflict with one another - the integration tests use
port 9876, which are normally free.

And in the quick start guide saying that "There are currently two types of
AppFuse Archetypes: basic and modular"

what does "basic" or "modular" mean ?


"basic" means you have a single Maven web project containing all your code.
In the "modular" project, there are separate data, service and web projects.


Mike

--
View this message in context:
http://www.nabble.com/Appfuse-2.0-and-Tomcat-tf2959067s2369.html#a8278054
Sent from the AppFuse - User mailing list archive at Nabble.com.

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


Reply via email to