At line 21 removed 1 line. |
#Copy the web/WEB-INF/classes/* to |
At line 42 added 47 lines. |
!MySQL Datasource in WSAD/WAS |
Borrowed from: |
|
[http://www.webspherepower.com/issues/issue200403/00001236001.html] |
|
{{{JDBC Provider |
# Name: MySQL |
# Description: MySQL JDBC 2.0-compliant Provider configuration |
# Classpath: ${User-defined_JDBC_DRIVER_PATH}/mysql-connector-java-3.1.7-bin.jar |
#(or the appropriate name for the version of MySQL Connector/J that you are using) |
# Native Library Path: <leave blank> |
# Implementation Classname: com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource |
|
Data source (defined in the JDBC provider selected above) |
# Name: <data source name> |
# JNDI (Java Naming and Directory Interface) Name: jdbc/<data source name> |
# Description: <data source description> |
# Statement Cache Size: 10 (the default) |
# Category: <leave blank> |
# Datasource Helper Classname: com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper |
# Component-managed Authentication Alias: <leave blank> |
# Container-managed Authentication Alias: <leave blank> |
|
Resource Properties (defined in the data source selected above) |
databaseName java.lang.String <database-name>?autoReconnect=true&useUnicode=true&characterEncoding=utf-8 |
factory java.lang.String com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory |
password java.lang.String <password> |
port java.lang.String 3306 (or your MySQL port, if you have changed it) |
serverName java.lang.String <server-name> |
user java.lang.String <user-name> |
}}} |
|
|
|
!!AppFuse v1.9 Pre-built WSAD 5.1 Workspace Running on IBM WebSphere 5.1 |
Released March 13 2006 by Joel Cohen [email protected] |
|
To make getting started with appfuse in WSAD easier, Joel Cohen has provided a pre-built |
WSAD workspace, tested, and ready to run/develop/debug Appfuse on WebSphere 5.1 server. |
|
The view layer is Struts. The DAO layer is Hibernate (w/ |
MySQL database). The workspace contains the minimal amount of |
libraries to make the application run. You can download the |
complete WSAD workspace and be up and running within a |
couple of minutes! |
|
Download the workspace below: |