Re: Access SQL Server 2005 and 2000 on same machine

2008-04-22 Thread Etienne Giraudy
Probably the answer is just in jTDS FAQ in http://jtds.sourceforge.net/faq.html Check the answer to "What is the URL format used by jTDS?" My .2 E- On 4/22/08, Alexander Diedler <[EMAIL PROTECTED]> wrote: > No, the Services on the same Port and same IP. > SQL Server allow up to 99 Instances on on

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-04 Thread Etienne Giraudy
To see how "standard" and "legal" this usage is, you can try enabling the security manager (the only way to control writing to system properties - which are always JVM wide, so since Tomcat uses JAXP, Tomcat cannot avoid being affected to some extent when a webapp changes the parser factory - is t

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-03 Thread Etienne Giraudy
On 3/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Etienne Giraudy [mailto:[EMAIL PROTECTED] > Subject: Migration from 5.5.20 to 6.0.10: parser issue on > application deployment > > One of the web app running on that server includes > xercesImpl.jar and

Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-03 Thread Etienne Giraudy
Hi, I'm facing a small issue when migrating a production server from 5.5.20 to 6.0.10 (see the exception below). One of the web app running on that server includes xercesImpl.jar and use it through modifying the system property javax.xml.parsers.SAXParserFactory. This was not a problem in 5.5.x,

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Etienne Giraudy
You will find an answer on OTN ( http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html). * classes12 packages are for use with JDK 1.2 & 1.3 * ojdbc14 packages are for use with JDK 1.4 & 1.5 Etienne On 1/9/06, Tomas <[EMAIL PROTECTED]> wrote: > > > My first question is : can we