Skip to content

hhstechgroup/labs-test-message-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Configure MySQL DB. 1.Download and install MySQL Server (If you use Windows - comfortable to use MySQL Windows Installer http://dev.mysql.com/downloads/windows/installer) 2. Configure DB 1. Port - 3306 2. Login - root 3. Password - root 3. Create database in server Query 'Create database messagingserver;' (Can it execute in workbench)
  2. Configure Glassfish.
    1. Download JDBC MySQL connector - mysql-connector-java-5.1.29.zip (http://dev.mysql.com/downloads/connector/j/)
    2. Extract and move ${ConnectorPath}/mysql-connector-java-5.1.29-bin.jar to ${GlassfishPath}/glassfish/lib/
    3. Copy ${OurProject}/scripts/glassfish-recource.xml to ${GlassfishPath}/bin/
    4. asadmin start-domain domain1
    5. asadmin add-resources glassfish-resource.xml
    6. Check your JNDI in glassfish
  3. Deploy your project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 10