Re: Java database schema managers?

2005-11-26 Thread N/A
Go to sourceforge, get Druid. - Original Message - From: Joe Reger, Jr. [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, November 25, 2005 2:28 PM Subject: OT: Java database schema managers? A bit off-topic but I haven't found a good answer elsewhere. Problem: Single

Re: Java database schema managers?

2005-11-26 Thread Martin Gainty
Joe- I would suggest cocoon to fulfill this requirement as Database views can be xsp generated to XML (XML is then transformed by cocoon container to your view) Check out http://cocoon.apache.org/2.1/userdocs/concepts/ Martin- - Original Message - From: N/A [EMAIL PROTECTED] To: Tomcat

Re: ssl deployment recommendations

2005-11-26 Thread Chris Pat
Hi Hassan Sorry I was not clear. It is for inbound connections to client browsers. Where do I begin? I assume I need to front it with Apache which means modjk, correct? tia. --- Hassan Schroeder [EMAIL PROTECTED] wrote: Chris Pat wrote: I am setting up a cc processing component of my

Re: ssl deployment recommendations

2005-11-26 Thread Hassan Schroeder
Chris Pat wrote: Sorry I was not clear. It is for inbound connections to client browsers. Where do I begin? I assume I need to front it with Apache which means modjk, correct? Why would you assume that? You need to configure your server.xml's Connector elements properly and install your

RE: ssl deployment recommendations

2005-11-26 Thread Carl Olivier
I concur. I use tomcat without Apache and mod_jk due to the fact that in my testing it worked far better! SSL no problem either! Rgds, Carl -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: 26 November 2005 19:05 To: Tomcat Users List Subject: Re: ssl

Failed shutdown of Apache Portable Runtime

2005-11-26 Thread Behrang Saeedzadeh
Hi, From time to time I recieve this error message whenever I attempt to shutdown Tomcat 5.5.12 from within IDEA. Any ideas why is this happening? - Behi -- Science is a differential equation. Religion is a boundary limit - Alan Turing Behrang Saeedzadeh http://www.jroller.com/page/behrangsa

Re: Failed shutdown of Apache Portable Runtime

2005-11-26 Thread Bill Barker
If there are no other error messages, then it usually means that you simply don't have the APR Connector installed. Behrang Saeedzadeh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, From time to time I recieve this error message whenever I attempt to shutdown Tomcat 5.5.12 from

Re: tld files inside jars are not auto discovered

2005-11-26 Thread Bill Barker
You need to install your tld in /META-INF/. Paths in jar files are case-sensitive. Aaron Loucks [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I can't get TLD auto discovery to work for any custom taglibs i write when I package them as jars. It works fine for the standard taglibs