RE: jars in WEB-INF/lib

2000-11-06 Thread James Cribb
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | To: [EMAIL PROTECTED] | Subject: jars in WEB-INF/lib | | | For JASPER to compile JSPs is it enough to simply have my | jars in the lib directory. These are implicitly known to the | classloader right? | | ie. I do not have to have these ja

RE: using postgres jdbc driver in tomcat

2000-11-02 Thread James Cribb
| From: Joakim Verona [mailto:[EMAIL PROTECTED]] | Subject: using postgres jdbc driver in tomcat | | im using the postgress jdbc driver in tomcat, with the poolman | connection pooling package. | | it works well, but there is a strange limit on the lengths of texts | that are possible to insert,

RE: How do I add another webapp?

2000-10-25 Thread James Cribb
Are you sure about this?? This is the first mention I've ever heard of uriworkermap.properties in all the mailing list discussions about adding new contexts and servlets. Where is this documented?? -Original Message- From: Steve Haines [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 Octo

RE: Queries about viability on using Tomcat

2000-10-23 Thread James Cribb
The emphasis with Tomcat is more about faithfully implementing the latest servlet and JSP specifications than beating its commercial competition. JServ implements an older version of the servlet spec, but otherwise is a better product, IMHO. -Original Message- From: John Bateman [mailto:[

RE: jdbc/Class not found exeption

2000-10-23 Thread James Cribb
The driver class is "org.postgresql.Driver". WARNING: The Postgresql 7.0.2 documentation is out of step with the current JDBC driver in many other aspects too, e.g., which PreparedStatement and ResultSet methods are implemented. I couldn't get the Postgresql JDBC driver registered with the JDBC