RE: error at JDBCRealm.open()

2002-09-09 Thread Andrew Conrad
I have no problem using JDBCRealm and SQL Server 2000 with Microsoft's JDBC driver - Andrew > -Original Message- > From: savvas xenophontos [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 7:05 AM > To: [EMAIL PROTECTED] > Subject: error at JDBCRealm.open() > > > using t

RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
This line of conversation is best in tomcat-user; Pick it up there - Andrew > -Original Message- > From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 10:19 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4 nightly build doesn't starts > > > I have buil

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
docs/jndi > -datasource-examples-howto.xml > > BUILD FAILED > file:/usr/home/d3wh3m1c/jakarta-tomcat-4.0/webapps/tomcat-docs > /build.xml:80: > Fatal error during transformation > > > Andrew Conrad wrote: > > Well, according to building.txt step 2, 3rd *, you sho

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
use XALAN? > > Thanks very much for the help so far and thank for more in advance! ;) > > Mike > > Andrew Conrad wrote: > > What version of Xalan are you using? I had problems with the one > > included with JAXP (known bug with XSLT processing) > > > > h

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
What version of Xalan are you using? I had problems with the one included with JAXP (known bug with XSLT processing) http://xml.apache.org/xalan-j/index.html you should get 2.4.D1, making sure you put xalan.jar, xercesImpl.jar, and xml-apis.jar files are in the ant/lib folder. - Andrew > ---

RE: connection pooling

2002-08-27 Thread Andrew Conrad
Monitor the database connectivity at your RDBMS. Most of the time you can watch the connection construction and all the queries running across one connection. - Andrew > -Original Message- > From: Pop Marius [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 5:00 AM > To: t

RE: connection pooling

2002-07-25 Thread Andrew Conrad
Use a monitoring tool on your RDBMS. For SQL Server I use "Profiler". - Andrew > -Original Message- > From: Pop Marius [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 5:00 AM > To: tomcat > Subject: connection pooling > > > > Hi everybody ! > > I'm using Tomcat 4 and my

RE: [PATCH] ant download, build.xml, build.properties.sample and BUILDING.txt

2002-07-14 Thread Andrew Conrad
I ran into the same problem (NullPointerException on xml to html transformation) The Java XML Pack (summer 02) contains Xalan 2.2 or 2.3 (don't remember) but that version of Xalan has a known transformation bug. Download Xalan 2.4.D1 from http://xml.apache.org/xalan-j/index.html and drop the xal

RE: ant/style for xdocs fail randomly

2002-07-03 Thread Andrew Conrad
Hey Henri, Xalan 2.3.1 has a specific bug that transformer reuse http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6156 I solved my problem using 2.4.D1 -Andrew -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 3:30 AM To: Tomcat Develop