4 messages in com.mysql.lists.javaRe: Tomcat Connection Pooling
FromSent OnAttachments
Stefan05 Feb 2004 12:29 
SMaric06 Feb 2004 05:25 
Merrill Cornish06 Feb 2004 09:03 
Mark Matthews06 Feb 2004 09:26 
Subject:Re: Tomcat Connection Pooling
From:Merrill Cornish (merr@earthlink.net)
Date:02/06/2004 09:03:40 AM
List:com.mysql.lists.java

Srom SMaric's message:

<GlobalNamingResources> <Resource name="MySQLDataSourceFactory" . . . /> <ResourceParams name="MySQLDataSourceFactory"> . . . <parameter> <name>port</name> <value>3306</value> </parameter> . . . </ResourceParams> . . . </GlobalNamingResources>

I have TCP/IP connections to MySql turned off, and I'm connecting via named
pipes using the default name. What do I put in place of this "port" parameter?
Better yet, where do I find the documentation.