Re: Tomcat crash @ midnight - but why?

2007-09-27 Thread Darek Czarkowski
Martin Cavanagh wrote: Caldarale, Charles R wrote: From: Darek Czarkowski [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat crash @ midnight - but why? Now, this would be funny, can you search the source code of the deployed application for System.exit call? Heres trouble

Re: Tomcat crash @ midnight - but why?

2007-09-26 Thread Darek Czarkowski
for System.exit call? :p -- Darek Czarkowski Ph: 604 294 6557 (Ext. 113) Fx: 604 294 6507 www.infinitesource.ca darekc at infinitesource dot ca - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Darek Czarkowski
to make permanent changes edit /etc/security/limits.conf Everything in a system is a file, not just a single webpage, the default are not enough for your requirements. -- Darek Czarkowski Ph: 604 294 6557 (Ext. 113) Fx: 604 294 6507 www.infinitesource.ca darekc at infinitesource dot ca

Re: from https to http?

2007-01-05 Thread Darek Czarkowski
from pop window to main window it gives security violation java script error...How to resolve this.. Thanks Suresh This is not possible, google for cross domain scripting. to allow this is a breach of the user's privacy. besides it is hardly a Tomcat issue. -- Darek Czarkowski

Re: web application - student need help

2007-01-05 Thread Darek Czarkowski
, not closed connections. What are the error messages? (page/log) -- Darek Czarkowski Ph: 604 294 6557 (Ext. 113) Fx: 604 294 6507 www.infinitesource.ca darekc at infinitesource dot ca - To start a new topic, e-mail: users

Re: web application - student need help

2007-01-05 Thread Darek Czarkowski
) {} }| And return an object rather than ResultSet. Read about connection pooling, here is an example: http://www.onjava.com/pub/a/onjava/2006/04/19/database-connection-pooling-with-tomcat.html?page=1 -- Darek Czarkowski www.infinitesource.ca darekc at infinitesource dot ca

Re: Unable to read TLD META-INF/c.tld from JAR file

2006-11-01 Thread Darek Czarkowski
to execute JSP pages. -- Darek Czarkowski www.infinitesource.ca darekc at infinitesource dot ca On Wed, 2006-11-01 at 19:03 +0200, Vasiliy Keretsman wrote: Hello! Strange problem appears with Tomcat. It can't read the tlds from JAR file (standard.jar). org.apache.jasper.JasperException: Unable

Re: Change Display Icon

2006-11-01 Thread Darek Czarkowski
to the page head: link rel=icon href=/mywebapp/myfavicon.ico type=image/x-icon / You can also add: LINK REL=SHORTCUT ICON HREF=/mywebapp/favicon.ico type=image/x-icon -- Darek Czarkowski www.infinitesource.ca darekc at infinitesource dot ca

Re: Unable to read TLD META-INF/c.tld from JAR file

2006-11-01 Thread Darek Czarkowski
On Wed, 2006-11-01 at 20:05 +0200, Vasiliy Keretsman wrote: Not while Tomcat is running. I am aware of the work folder. It happens when Tomcat starts with empty work folder. Just upgraded to J2SDK1.4.2_12 - the same result On 01/11/06, Darek Czarkowski [EMAIL PROTECTED] wrote: Are you

Re: Unable to read TLD META-INF/c.tld from JAR file

2006-11-01 Thread Darek Czarkowski
On Wed, 2006-11-01 at 12:02 -0800, Darek Czarkowski wrote: On Wed, 2006-11-01 at 20:05 +0200, Vasiliy Keretsman wrote: Not while Tomcat is running. I am aware of the work folder. It happens when Tomcat starts with empty work folder. Just upgraded to J2SDK1.4.2_12 - the same result

RE: mod_jk and apache problem

2006-10-29 Thread Darek Czarkowski
-Original Message- From: Tom Miller [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 3:49 PM To: Tomcat Users List Subject: mod_jk and apache problem The following said that if client click on links that including *.jsp then forward the requested to tomcat using worker2.

Re: favicon question

2006-10-26 Thread Darek Czarkowski
and restarted the server. No joy. I still get the default tomcat favicon located in %TOMCAT_HOME%\webapps\ROOT when I go to mywebapp context. Thoughts? TIA -Noah -- Darek Czarkowski darekc at infinitesource dot ca - To start

Re: A question.

2006-10-05 Thread Darek Czarkowski
thank you. Gustavo Ezquerro Morales I don't think you have provided enough information about the problem. Is iManager web page not accessible? Check the logs, perhaps you have left some details out. -- Darek Czarkowski darekc at infinitesource dot ca

Multiple frames refresh/reload problems, timeout

2006-04-19 Thread Darek Czarkowski
Hello, I remember seeing some information about the similar problem in the mailing list long time ago, but I am not really sure how to describe the problem correctly, and can not find any reference anymore. I have an application that is using multiple frames. When the index page is loaded, some

Submit, refresh frames problem.

2005-12-15 Thread Darek Czarkowski
Hello, Sometimes when a requested web page has two or more frames, loading source into the frames may fail. It has happened to me couple times, not every time. I know that there is a possible solution, does anyone know how to solve this issue? Server is running tomcat 4.27, apache 2 mod_jk

Re: how to stop user app daemon threads in tomcat webapps?

2005-11-06 Thread Darek Czarkowski
On Mon, 7 Nov 2005 11:36:16 +0800 Augmentin [EMAIL PROTECTED] wrote: Hi, I found that the daemon threads created by my Tomcat webapp won't automatically stop when the webapp itself is stopped or undeployed/redeployed. As Tomcat itself is a java application there will always be user threads in