-
1. Re: MySQL connection using JBOSS 4.0.1
welle Feb 4, 2014 1:30 PM (in response to socalheel)1 of 1 people found this helpfulYou need to setup a database connection pool. It contain everything needed to connect to the database and is given a name that the application should know about so it can find it.
Read Chapter 7. Connectors on JBoss from The JBoss 4 Application Server Guide
-
2. Re: MySQL connection using JBOSS 4.0.1
rohitmk87 Feb 10, 2014 8:12 PM (in response to socalheel)1 of 1 people found this helpfulNot sure if you got the ans. for your query. But you should be able to find "oracle-ds.xml" under the deploy directory that contains the datasource connection details. If the encryption is enabled you may check login-config.xml under conf directory
-
3. Re: MySQL connection using JBOSS 4.0.1
socalheel Feb 11, 2014 9:58 AM (in response to rohitmk87)thanks rohit and anders.
i apologize for not responding sooner ... i must have missed my email notification that someone responded. i just so happened to login this morning to check if anyone posted suggestions.
i have time this morning to actually log into our jboss server and check these out. i'll post up later on today further questions or if it's solved.
thank you.
-
4. Re: MySQL connection using JBOSS 4.0.1
socalheel Feb 18, 2014 12:29 PM (in response to socalheel)i did find the xml file with the credentials. i updated the file and restarted but my page still looks the same.
what i have done is copy over the existing war and xml files from the original windows box to the new linux box and put them in the following directory:
/usr/jboss/server/all/deploy/
is there something more?