I am trying to connect to database virtualization software from Composite Software. I have been given a Url connection string in the following format:
jdbc:compositesw:[EMAIL PROTECTED]:PORT?domain=db_domain&dataSource=db_name With the string in that format, I cannot get the JVM to even load. After trying various things, I got the JVM to load with the following format: jdbc:mysql://some.server.name.com:PORT/db_name?domain=db_domain Unfortunately, in that format I can't get a connectioon to the database. I know very little about the middleware, I have no access to it, and will not be able to get any changes made to it. Are connection strings of this type something that are allowed in Tomcat, and if so, how I can format this string so that Tomcat will accept it? Thanks in advance, Dan -- View this message in context: http://www.nabble.com/Problem-with-resource-definition-for-Composite-Software-Middleware-tp15982912p15982912.html Sent from the Tomcat - User mailing list archive at Nabble.com.