DO NOT REPLY [Bug 39958] New: - Tomcat leaks memory on page reloads

2006-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39958

   Summary: Tomcat leaks memory on page reloads
   Product: Tomcat 4
   Version: 4.0 Final
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: major
  Priority: P2
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Hello,
My webapplication is using tomcat 4.0. My webpage is auto-refreshed every
15secs. I have observed that after every 10 minutes, my web process leaks around
1MB. 
Over a period of 6 days, when the process memory reached around 1.2GB, i get and
OutOfMemory exception after which i have to restart my process.
Can you please tell me a solution for this problem..
thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39958] - Tomcat leaks memory on page reloads

2006-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39958





--- Additional Comments From [EMAIL PROTECTED]  2006-07-04 11:32 ---
What are you doing on the webpage? Accessing DB? Could you please be more 
specific?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r419040 - /tomcat/tc6.0.x/trunk/build.properties.default

2006-07-04 Thread remm
Author: remm
Date: Tue Jul  4 08:43:28 2006
New Revision: 419040

URL: http://svn.apache.org/viewvc?rev=419040&view=rev
Log:
- Update to JDT 3.2 (I think TC 5.5 should be updated too).

Modified:
tomcat/tc6.0.x/trunk/build.properties.default

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=419040&r1=419039&r2=419040&view=diff
==
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Tue Jul  4 08:43:28 2006
@@ -34,9 +34,8 @@
 # - Eclipse JDT, version 3.2 or later -
 jdt.home=${base.path}/eclipse/plugins
 jdt.lib=${jdt.home}
-jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.0.v_670.jar
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.2RC7-200606021317/eclipse-JDT-3.2RC7.zip
-#jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.2RC2-200604281315/eclipse-JDT-3.2RC2.zip
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.0.v_671.jar
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2-200606291905/eclipse-JDT-3.2.zip
 
 # - Tomcat native library -
 tomcat-native.home=${base.path}/tomcat-native-1.1.3



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39958] - Tomcat leaks memory on page reloads

2006-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39958


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2006-07-04 17:05 ---
Bugzilla is not a support forum. Please ask questions like this on the users
mailing list.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Built-in tools for implementing Container Managed Authentication

2006-07-04 Thread Ferindo Middleton

Are there plans to include built-in tools to better implement container
managed security? I'm a application developer that uses
*DataSourceRealm * realm
authentication of Tomcat to have form-based authentication for the
applications I build But my users have poor passwords and many of them
have been using the same password for over a year and there is no built-in
Tomcat subsystem to allow me to do such things as:

1) force users to change their passwords every now and then,
2) enforce some kind of complexity-requirement for the passwords users have
so people are using "strong" passwords that are hard to guess.

Are there plans to include built in tools like the above around the existing
Container Managed Authentication features of tomcat to allow for such things
as the above to be administered within the server with minimal user coding.
I'm just a user and don't know much about Tomcat internals. This would be a
really good improvement/feature for future releases.

Ferindo
--
Ferindo Middleton