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
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
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
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
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
> ---
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
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
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
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