Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuse
AppFuse_jp
AppFuse_zh
Articles
CreateAnAJAXBasedFil...
Downloads
LeftMenu
Main




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseQuickStart


Difference between version 2 and version 1:

At line 3 changed 7 lines.
1. Download the source version or CVS version.
2. Install J2EE 1.4, set a J2EE_HOME variable, install Java, set a JAVA_HOME variable, install Ant, set a ANT_HOME variable.
3. Install MySQL and Tomcat 4.1.x+.
4. Setup an SMTP server or change mail.properties (in the root) to point to an existing one - it defaults to localhost
5. Copy lib/junit3.8.1/junit.jar to $ANT_HOME/lib.
6. Run "ant new -Dapp.name=YOURAPPNAME -Ddb.name=YOURDBNAME". This will create a directory named YOURAPPNAME in the same directory as appfuse.
7. Navigate to the new directory and run "ant setup-db setup-tomcat deploy" to setup your app on Tomcat. If you want to test and make sure everything works, run "ant test-all" - make sure Tomcat is stopped when you do this.
# Download the source version or CVS version.
# Install J2EE 1.4, set a J2EE_HOME variable, install Java, set a JAVA_HOME variable, install Ant, set a ANT_HOME variable.
# Install MySQL and Tomcat 4.1.x+.
# Setup an SMTP server or change mail.properties (in the root) to point to an existing one - it defaults to localhost
# Copy lib/junit3.8.1/junit.jar to $ANT_HOME/lib.
# Run "ant new -Dapp.name=YOURAPPNAME -Ddb.name=YOURDBNAME". This will create a directory named YOURAPPNAME in the same directory as appfuse.
# Navigate to the new directory and run "ant setup-db setup-tomcat deploy" to setup your app on Tomcat. If you want to test and make sure everything works, run "ant test-all" - make sure Tomcat is stopped when you do this.

Back to AppFuseQuickStart, or to the Page History.