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...the

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Darek Czarkowski
ing 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: Tomcat crash @ midnight - but why?

2007-09-26 Thread Darek Czarkowski
the deployed application 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

Re: web application - student need help

2007-01-05 Thread Darek Czarkowski
h (SQLException e) {} try {if (conn != null) conn.close();} catch (SQLException e) {} }| 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 --

Re: web application - student need help

2007-01-05 Thread Darek Czarkowski
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: 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 Czark

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 upg

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 <

Re: Change Display Icon

2006-11-01 Thread Darek Czarkowski
gt; To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Why don't you search mailing list archives for favicon? "Add to the page head: " You can also add: -- Darek Czarkowski www.infinitesource.ca darekc at infinitesource

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

2006-11-01 Thread Darek Czarkowski
not be able 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)

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. B

Re: favicon question

2006-10-26 Thread Darek Czarkowski
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 a new topic, e-mail: users@tom

Re: A question.

2006-10-05 Thread Darek Czarkowski
ine, can anybody elp > me? > > In advance 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. -- Dar

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 us

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 1.2.14.

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 t