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
AppFuseSupport
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh
IntegratingJBPMIntoA...
StrutsResumeSupport




JSPWiki v2.2.33

[RSS]


Hide Menu

RunningOnOracle


Difference between version 32 and version 31:

At line 6 changed 4 lines.
* [3] Edit build.properties -- main AppFuse Directory (optional)
* [4] Generate application
* [5] Other issues
* [6] Sample CREATE DATABASE script
* [3] Edit build.properties in the main AppFuse Directory (optional)
* [4] Generate Application
* [5] Deploy Application
* [6] Test Database Access
At line 30 changed 1 line.
!!Edit build.properties -- main AppFuse Directory (optional) [3]
!!Edit build.properties in the main AppFuse Directory (optional) [#3]
At line 58 changed 1 line.
!!Generate application[4]
!!Generate Application [#4]
At line 60 changed 4 lines.
# Run "ant new -Dapp.name=myappname -Ddb.name=appfuse" as normal to generate your new web application directory.
# Reconfigure the build.properties file in the new "myappname" directory, following the instructions above. You will either need to update a few of the elements or all of them, depending on whether or not you decided to modify the main build.properties in the AppFuse distribution.
# Run "ant setup" within your new web app directory to compile and deploy your new application on Tomcat.
# Start tomcat and bring up the application: http://localhost:8080/myappname<div class="note" style="margin: 10px">__NOTE:__ The Oracle database server may be configured to occupy port 8080 with its own servlet container. This may cause port conflicts if you are running Tomcat on the same machine. It is very difficult to turn off the Oracle container (I was not successful in doing so.) If you run into this problem, you may wish to shut off the Oracle instance, start Tomcat (so it will occupy port 8080), and then restart the Oracle database.</div>
Run "ant new -Dapp.name=myappname -Ddb.name=appfuse" as normal to generate your new web application directory.
You will then need to reconfigure the build.properties file in the new "myappname" directory, following the instructions in [#3] above. You will either need to update a few of the elements or most of them, depending on whether or not you decided to modify the main build.properties in the AppFuse distribution.
!!Deploy Application [#5]
Run "ant setup" within your new web app directory to compile and deploy your new application on Tomcat.
Start tomcat and bring up the application: http://localhost:8080/myappname
<div class="note" style="margin: 10px">
__NOTE:__ The Oracle database server may be configured to occupy port 8080 with its own servlet container. This may cause port conflicts if you are running Tomcat on the same machine. You may find it very difficult to turn off the Oracle container. If you run into this problem, you may wish to shut off the Oracle instance instead, start Tomcat (so it will occupy port 8080), and then restart the Oracle database.
</div>
!!Test Database Access [#6]
At line 65 changed 1 line.
<div style="margin: 10px">
At line 69 changed 1 line.
</div>

Back to RunningOnOracle, or to the Page History.