![]() |
![]() |
||||
At line 1 changed 1 line. |
dronc4tdro |
[{ALLOW edit neale}] |
[{ALLOW upload neale}] |
[{ALLOW rename neale}] |
[{ALLOW view Anonymous,Asserted,Authenticated}] |
At line 22 changed 1 line. |
url="jdbc:mysql://mysql5-external.metawerx.net:3306/YOUR_DATABASE_NAME?autoReconnect=true" |
url="jdbc:mysql://mysql5.metawerx.net:3506/YOUR_DATABASE_NAME" |
At line 27 added 4 lines. |
removeAbandoned="true" |
removeAbandonedTimeout="120" |
logAbandoned="true" |
maxWait="60" |
At line 44 changed 1 line. |
* If you get a javax.naming.NameNotFoundException error, you have either not installed the [context.xml] file correctly, or have used a different name in the [context.xml] <Resource> element's "name" attribute to what you are using in your Context.lookup() call. |
* If you get a javax.naming.NameNotFoundException error, you have either not installed the [context.xml] file correctly, or have used a different name in the [context.xml] <Resource> element's "name" attribute to what you are using in your Context.lookup() call, or the JDBC jar file is not present in <jakarta>/common/lib. |
At line 62 added 1 line. |
* [JNDI DBCP Example for Oracle] |