HOWTO disable Tomcat from caching dynamic picture

2006-09-30 Thread John Mok
Hi, I am using Tomcat 5.5.17 with Sun JDK 5.0 Update 7 on CentOS 4.3. I have a servlet, namely BMPImageViewer, which retrieves a BMP image from database with conversion into PNG format via JAI. The servlet is referenced in XSL-FO for PDF generation. My problem was that the image did not chan

Tomcat 4.1 with MS SQL2005

2006-09-30 Thread Dan Decker
Currently my Tomcat 4.1 application works with MS SQL2000. I have not been able to connect with MS SQL2005 by copying sqljdbc.jar to the lib folder & setting JDBC Driver Class to com.microsoft.sqlserver.jdbc.SQLServerDriver. How can I get Tomcat4.1 to connect to MS SQL2005? Dan Decker ---

Re: Why I see only the defaultHost?

2006-09-30 Thread Pid
look for the alias directive in the hosts documentation www.host2.net Samsamoddin Rajaei wrote: > Hi everybody, > > I use linux-apache2 and tomcat 5.0.28 and have the following problem. I have > a configuration like: > > > > > URIEncoding="UTF-8" > protocolHandlerClassName="o

Why I see only the defaultHost?

2006-09-30 Thread Samsamoddin Rajaei
Hi everybody, I use linux-apache2 and tomcat 5.0.28 and have the following problem. I have a configuration like: Calling www.host1.net or www.host2.net or www.host3.net or www.host4.net shows only www.host1.net which is defined