https://github.com/sercheo87/administrationproject
Administration general of basic process for project.
https://github.com/sercheo87/administrationproject
Last synced: 3 months ago
JSON representation
Administration general of basic process for project.
- Host: GitHub
- URL: https://github.com/sercheo87/administrationproject
- Owner: sercheo87
- Created: 2014-11-19T19:11:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T03:52:34.000Z (about 3 years ago)
- Last Synced: 2025-01-29T05:28:59.637Z (4 months ago)
- Language: JavaScript
- Size: 6.58 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AdministrationProject
=====================[](https://gitter.im/sercheo87/AdministrationProject?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Administration general of basic process for project.
#Configuration
- Change port jboss
- file: **jboss-as-7.1.1.Final\standalone\configuration\standalone.xml**
- Find ``````
- For test run in browser [localhost:1313](http://localhost:1313/)#Mysql
For add the conexion MySql follows step.
1.Create the next path **JBOSS_HOME\modules\com\mysql\main**
2.Create file **module.xml** with next content
```xml
```
3.Copy here the jar MySql-Connector [Download MySql Connector Java](http://dev.mysql.com/downloads/connector/j/)
4.In the file **JBOSS_HOME\standalone\configuration\standalone.xml** add or modify the next section.
```xml
jdbc:mysql://localhost:3306/projectadmin_db
com.mysql
TRANSACTION_READ_COMMITTED
root
root
com.mysql.jdbc.Driver
com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
```
#Launching
Run server with followind program:**jboss-as-7.1.1.Final\bin\standalone.bat**
Path rest **http://localhost:1313/ProjectAdminMng/rest**#DataBase
Mysql:
User: **root**
Pass: **root**
Port: **127.0.0.1:3306**
postgres: port 5432
pass:root