An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

AdministrationProject
=====================

[![Join the chat at https://gitter.im/sercheo87/AdministrationProject](https://badges.gitter.im/Join%20Chat.svg)](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