- 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)
- Configure Glassfish.
- Download JDBC MySQL connector - mysql-connector-java-5.1.29.zip (http://dev.mysql.com/downloads/connector/j/)
- Extract and move ${ConnectorPath}/mysql-connector-java-5.1.29-bin.jar to ${GlassfishPath}/glassfish/lib/
- Copy ${OurProject}/scripts/glassfish-recource.xml to ${GlassfishPath}/bin/
- asadmin start-domain domain1
- asadmin add-resources glassfish-resource.xml
- Check your JNDI in glassfish
- Deploy your project
-
Notifications
You must be signed in to change notification settings - Fork 3
hhstechgroup/labs-test-message-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published