Re: POI

2003-10-22 Thread Arthur Veinstein
1. We use it a lot and it works fast ! 2. We use it in a commercial project, and as you can see in this link (http://jakarta.apache.org/poi/casestudies.html) , they actually are promoting case studies with commercial users Arthur - Original Message - From: "Hart, Justin" <[EMAIL PROTECTED

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Arthur Veinstein
ed on the server? If so, open a > > bugzilla issue with steps to reproduce your behavior. > > The manager webapp work well until after the unstable state where the Tomcat > simply stops answering any HTTP request. > > > Any errors in the logs? (Also make sure you have adequat

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Arthur Veinstein
Hi Noam, Sounds like you have some problem with the DB connection. Can you provide the server.xml configuration ? Arthur - Original Message - From: "Noam Camiel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 4:38 PM Subject: tomcat jitters, then hangs - ple

Re: A Hebrew Problem

2003-09-15 Thread Arthur Veinstein
Hi Yair, We use Tomcat 3.3 and put in each jsp page: <%@ page contentType="text/html; charset=windows-1255 or iso-8859-8-i" %> on Servlets we use response.setContentType("text/html ;charset=windows-1255 or iso-8859-8-i"); Works perfect If you need any help you can email me directly (I'm located i

Re: Session and IP

2002-08-14 Thread Arthur Veinstein
Are you using some kind of hardware load balancer (Alteon etc) ? If the answer is yes and it's configured for cookie rewrite (based on ip) , then this is exactly the reason why the session are shared We had the same problem while configured with this kind of configuration Arthur - Original M

Re: WML or HTML detection

2002-07-25 Thread Arthur Veinstein
You should check the headers his browser sent you, you will be able to understand which file he support, if he supports HTML then give it to him, else is WML is supported the send the WML if (request.getHeader("Accept").lastIndexOf ("wml") != -1) send WML else send HTML Arthur - Ori

Re: foriegn characters turn to ? in database

2001-07-12 Thread Arthur Veinstein
yes it will, our application uses tomcat 3.2 with Apache on Linux, and it works great Arthur - Original Message - From: "James Radvan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 12:23 PM Subject: RE: foriegn characters turn to ? in database Out of interest

Re: WAP

2001-05-08 Thread Arthur Veinstein
Hi jim, first of all do you use Tomact as stand alone or with Apache ? if the answer is : Stand Alone 1) to serve wml (static file), you need to add the mime type to WEB-INF directory under your application the server.xml (under c:\jakarta-tomcat\conf) should have some thing like 2) to serve wml

Re: WAP

2001-05-06 Thread Arthur Veinstein
Hi, there is a bug in tc 3.2, you have to put the mime types in the web.xml under your application yourApplication/web-inf/web.eml Arthur - Original Message - From: "Olsen Odd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 8:10 AM Subject: WAP > Hi > > When I

Re: Fed up to the back teeth with tomcat !!!

2001-04-12 Thread Arthur Veinstein
Hi, we also use the same configuration (5 * RH Linux 6, Tomcat 3.2.1, Apache 1.3.9, Sun JDK 1.2, Alteon web load balancer) serving > 2 pages per day and connecting to DB using RMI, we only restart on application updates (3 months) Arthur Veinstein - Original Message - From: &qu