Re: Character encoding question

2010-08-29 Thread Dave Cherkassky
e latin-1 characters. It is not the perfect solution, but is enough for our clients. Good luck, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 On 27/08/2010 1:23 PM, laredotornado wrote: Hi, I'm using Tomcat 6.0.26. I'm noticing that when our JSPs

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Dave Cherkassky
Fernando: Just a wild guess -- whenever I've had problems with unreadable WAR/JAR files, it was because they were checked into CVS as text rather than binary. So the first thing I'd do is verify the integrity of the WAR file -- did it get corrupted along the way? Good luck.

Re: recommend a host please.

2010-06-16 Thread Dave Cherkassky
We use eApps: http://www.eapps.com/ Their customer service is great, and they have many options with reasonable prices. Good luck. -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 On 16/06/2010 12:01 PM, yucca...@live.co.za wrote: I would like some

Re: Why does errorPage work but WEB-INF/web.xml error-page does not?

2010-05-26 Thread Dave Cherkassky
Dave: I believe you need a fully-qualified class name for the exception, eg: java.lang.Exception /error-pages/500.jsp Good luck, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. On 26/05/2010 10:34 AM, laredotornado wrote: Hi, I'm running Tomcat 6.0.26 o

Re: "/META-INF/context.xml" is being copied to "$CATALINA_HOME/conf/my_engine/my_app/ROOT.xml"

2010-03-24 Thread Dave Cherkassky
Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 p Thanks, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

"/META-INF/context.xml" is being copied to "$CATALINA_HOME/conf/my_engine/my_app/ROOT.xml"

2010-03-24 Thread Dave Cherkassky
n that talks about copying the context.xml files for container (not to be confused with copying context.xml for the container, which might happen on occasion). Is this a new bug? Did I do something wrong? Did the Tomcat behaviour change in an undocumented fashion? Thanks, -- Dave Cherkassk

Re: Re: Servlets that use response.getOutputStream(): do they play nicely with Tomcat's error pages?

2009-05-04 Thread Dave Cherkassky
ot the case here -- "out" is a Writer! Thanks for your help, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 4/29/2009 10:41 PM, Dave Cherkassky wrote: 1) I agree wit

Re: Re: Servlets that use response.getOutputStream(): do they play nicely with Tomcat's error pages?

2009-05-01 Thread Dave Cherkassky
Chris, Your interpretation is correct. I am not having any troubles with headers. So I think that this line of investigation is a dead end. Thanks, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE

Re: Servlets that use response.getOutputStream(): do they play nicely with Tomcat's error pages?

2009-04-29 Thread Dave Cherkassky
derstanding you correctly? Thanks, -- Dave Cherkassky VP of Software Development DJiNN Software Inc. 416.504.1354 Pid wrote: Dave Cherkassky wrote: A long question: First, I have a Servlet that writes to response.getOutputStream(). Here's a snippet: public class AuditTrailServlet

Servlets that use response.getOutputStream(): do they play nicely with Tomcat's error pages?

2009-04-29 Thread Dave Cherkassky
pService(error_jsp.java:284) Yes, I know -- I *am* using Tomcat 4.1 (rather than the latest and greatest) for various legacy and political reasons. But my question is this: - Is this a known bug? Or am I doing something wrong with either the servlet, the web.xml or with the jsp page