RE: PDF problem on IE from JSP

2008-01-16 Thread Pitre, Russell
How are you writing to the outputstream? You should be doing something like this below( taken from org.springframework.web.servlet.view.document .AbstractPdfView) private static final int OUTPUT_BYTE_ARRAY_INITIAL_SIZE = 4096; // IE workaround: write into byte array first. ByteArrayOutputStream

RE: Second webapp lib folder

2007-10-12 Thread Pitre, Russell
Subject: Re: Second webapp lib folder - Original Message - From: Pitre, Russell [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, October 12, 2007 3:19 PM Subject: Second webapp lib folder Sun Java 1.5 Tomcat 5.5.17 I have a requirement to integrate Java

Second webapp lib folder

2007-10-12 Thread Pitre, Russell
Sun Java 1.5 Tomcat 5.5.17 I have a requirement to integrate Java Crystal Reporting engine into our intranet app. There are 69 .jar files for the Crystal reporting engine! Count them, 69 .jar files. I'm really hesitant to drop all of these .jar files into the /WEB-INF/lib folder and forget

RE: JMX TimerMBean Tomcat

2007-05-29 Thread Pitre, Russell
Have you taken a look at Quartz? http://www.opensymphony.com/quartz/ Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce

RE: Tomcat and JSP Issue

2007-02-02 Thread Pitre, Russell
You have the myname variable declared inside the try/catch statement. Try declaring it outside of the try/catch. %@ pagelanguage=java contentType=text/html import= java.util.*,java.io.*,java.sql.*% % String myname: try{ myname = Jason;

RE: Primary-secondary session replication

2006-12-04 Thread Pitre, Russell
You may also want to take a look at Terracotta Sessions. They just open sourced their product today. http://www.terracotta.org/confluence/display/docs22/Terracotta+Sessions+ Quick+Start+Guide The listed Tomcat versions supported are: 5.5.20 5.0.28 That's not to say their product won't work

RE: Best eclipse plugin for tomcat development

2006-03-17 Thread Pitre, Russell
http://www.myeclipseide.com/ +1 -Original Message- From: Bruno Georges [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 11:49 AM To: Tomcat Users List Cc: Tom Cat Subject: Re: Best eclipse plugin for tomcat development Dola There is a good choice on the market, I have used 2

RE: NT Service and JRockit

2006-03-17 Thread Pitre, Russell
environment, but I'm not getting to far. Russ -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 12:28 PM To: Tomcat Users List Subject: RE: NT Service and JRockit From: Pitre, Russell [mailto:[EMAIL PROTECTED] Please select the path of a J2SE 5.0

RE: NT Service and JRockit

2006-03-17 Thread Pitre, Russell
/17/06, Pitre, Russell [EMAIL PROTECTED] wrote: I'm want to obtain some benchmarks for jrockit and sun jvms but I can't seem to install Tomcat on WinXP using the windows executable ( apache-tomcat-5.5.16.exe ) with the JRockit jvm. If this is just for benchmarking, why are you wasting time