StandardManager EOFException

2005-08-17 Thread Edouard Dalla-Costa
Hello, I am using Tomcat 5.0.28 which have always run fine but today I stopped tomcat to update my anti-virus and since that update, I am having the following error during tomcat starting: 17 août 2005 12:55:14 org.apache.catalina.session.StandardManager doLoad GRAVE: IOException lors du

Kill running thread before tomcat stop

2005-04-04 Thread Edouard Dalla-Costa
Hello, I am using tomcat 5.0.30 which is working well. However I encountered a problem when I want to stop it. When I stop Tomcat, it calls the destroy method which is supposed to kill all my running threads but it goes to fast. So I was wondering if there was a proper way to make tomcat waiting

OutOfMemory

2005-03-01 Thread Edouard Dalla-Costa
Hello, I have some OUtOfMemory exception with my tomcat and I was wondering how could I increase the amount of memory allocate to Tomcat. Right now it is running the default amount of memory which is 64 MB and it is not enought. Thanx by advance Edouard

Contrary of load-on-startup

2005-01-10 Thread Edouard Dalla-Costa
Hi, I was wondering if there is a balise for the web.xml like load-on-startup but calling a class before shutdown??? Thx in advance Edouard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: servlet problem

2004-11-03 Thread Edouard Dalla-Costa
It is pretty easy, you just have to do 2 things: First in the server.xml file, if you want to use another directory, like myDirectory (at root of C or under linux /myDirectory), you have to add this line at the end of the document logger .../ and /host: Context path=/unitellie

Re: SSL on tomcat breaks file download

2004-11-02 Thread Edouard Dalla-Costa
hey, it is simply an header problem. I encountered the same problem few month except that I am using servlet and not JSP file. But I think it should be exactly the same. Tomcat by default set Cache-Control and Pragma to no-cache. So you have to force those to to cache. I had to add those two line

Lib directory

2004-10-28 Thread Edouard Dalla-Costa
Hello, I am developping a web application using several servlets. And I was wondering how could I add sub-directory in the lib directory of my webapp. I need something like 20 jar files and without organization, it is a big mess. I just don't know how to make tomcat know that I am using

Re: Fw: Internet Explorer Bug under SSL Connection

2004-10-19 Thread Edouard Dalla-Costa
Thank you very much for the information. However, I also had to to change Cache-Control value (no-cache = cache) too. Anyway thank you for your answer On Mon, 18 Oct 2004 15:03:10 +0100, Jon Wingfield [EMAIL PROTECTED] wrote: Tomcat adds (or at least did in the 4.1 branch) certain response

Internet Explorer Bug under SSL Connection

2004-10-15 Thread Edouard Dalla-Costa
Hi, I am using a servlet that open an excel file from an output stream which is working very well. However, I want to use it under SSL connection which looks to be quite easy. I made the change in tomcat and it is working very well. However when I try to open my excel file using Internet Explorer

Re: IndexOutOfBound Exception?

2004-10-14 Thread Edouard Dalla-Costa
hello, I am sorry but I can't help you with your problem. However, I would like to know if you succeed to make tomcat 5 work with JBuilder. I am trying to do it but JBuilder still try to use a tomcat 4 class which create error. So if you could help me I will appriciate. Thank you Regards Doud

Tomcat 5 with JBuilder X

2004-10-13 Thread Edouard Dalla-Costa
Hello, I am trying to make tomcat 5 working with JBuilder to make possible the debug of my web application. However, I don't find anyway to make it wirk. I found a solution on the borland website, but it still does not work. So I was wondering if somebody succeed, If you can help me I would

SSL connection

2004-10-11 Thread Edouard Dalla-Costa
Hi, I have a question of configuration. I am trying to use SSL connection with tomcat 5.0.28. But it does not work, I am having a FileNotFound exception when I am adding the className SSLServerSocketFactory to the server.xml file. If I don't add the className variable, the Secure connection looks