Download Continuum from http://continuum.apache.org/download.html
I have used version Continuum 1.1, I faced issues with higher versions.
Download the war file,
In this example, Glassfish V2 is used.
Start the GlassFish Server
If it is not already running, start the GlassFish server:
asadmin start-domain domain1
See Procedure To Start the GlassFish server if more help is needed with this step.
I have used version Continuum 1.1, I faced issues with higher versions.
Download the war file,
In this example, Glassfish V2 is used.
Start the GlassFish Server
If it is not already running, start the GlassFish server:
asadmin start-domain domain1
See Procedure To Start the GlassFish server if more help is needed with this step.
Login Credentials:
admin / adminadmin
Start the Database
If it is not already running, start the Derby database server:
asadmin start-database
Configure the Connection Pool and JDBC Resources
Connection Pool
Go to Resources -> JDBC -> Connection Pools -> New
Name: ContinuumPoolResource type: javax.sql.ConnectionPoolDataSourceDatabase vendor: MySQL
Click Next
The following properties should already exist at the bottom of the page with the values shown:
· User: root (may change)
· PortNumber: 3306
· ServerName: localhost
The following properties should already exist at the bottom of the page but will need the values shown added:
· DatabaseName: continuum
· Password: root (may change)
Click Finish
JDBC Resources
Create the continuum resource
Go to Resources -> JDBC -> JDBC Resources -> New
JNDI Name: jdbc/continuum Pool name: ContinuumPool (the one you made above)
Enabled: checked
Click OK
Create the users resource
Go to Resources -> JDBC -> JDBC Resources -> New
JNDI Name: jdbc/users Pool name: ContinuumPool (the one you made above)
Enabled: checked
Click OK
Download and Deploy war
· Go to Applications -> Web Applications -> Deploy
· Pick the location of continuum-webapp-1.1.war file just downloaded
· Click Next
· Fill out rest of form to your liking
· Click Finish
http://localhost:8080/continuum-webapp-1.1
admin / adminadmin
Start the Database
If it is not already running, start the Derby database server:
asadmin start-database
Configure the Connection Pool and JDBC Resources
Connection Pool
Go to Resources -> JDBC -> Connection Pools -> New
Name: ContinuumPoolResource type: javax.sql.ConnectionPoolDataSourceDatabase vendor: MySQL
Click Next
The following properties should already exist at the bottom of the page with the values shown:
· User: root (may change)
· PortNumber: 3306
· ServerName: localhost
The following properties should already exist at the bottom of the page but will need the values shown added:
· DatabaseName: continuum
· Password: root (may change)
Click Finish
JDBC Resources
Create the continuum resource
Go to Resources -> JDBC -> JDBC Resources -> New
JNDI Name: jdbc/continuum Pool name: ContinuumPool (the one you made above)
Enabled: checked
Click OK
Create the users resource
Go to Resources -> JDBC -> JDBC Resources -> New
JNDI Name: jdbc/users Pool name: ContinuumPool (the one you made above)
Enabled: checked
Click OK
Download and Deploy war
· Go to Applications -> Web Applications -> Deploy
· Pick the location of continuum-webapp-1.1.war file just downloaded
· Click Next
· Fill out rest of form to your liking
· Click Finish
http://localhost:8080/continuum-webapp-1.1
0 comments:
Post a Comment