[OT] Top posting (was RE: question)

2006-01-03 Thread Peter Crowther
From: Carl Olivier [mailto:[EMAIL PROTECTED] A lot of people on this forum Top Post. Is this really such a big issue? I can sum it up with the following quote: -- snip -- A: Top posting. Q: What's the most confusing thing about mailing list messages? -- snip -- If I'm reading through

RE: [OT] Top posting (was RE: question)

2006-01-03 Thread Peter Crowther
From: George Sexton [mailto:[EMAIL PROTECTED] Since most people use threaded mail readers that go from oldest to newest, this isn't much of a problem for most people. ... I'm sorry? Which 'this' were you referring to here? It wasn't in context, so I'm afraid I can't tell for sure. I'll

RE: UnsupportedClassVersionError

2005-12-08 Thread Peter Crowther
-Original Message- From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] [...] java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version 49.0) I suspect the tools.jar in your classpath is from Java 1.5, not Java 1.4. Certainly *something*

RE: Howto delete a file with a servlet???

2005-12-07 Thread Peter Crowther
From: Carl Olivier [mailto:[EMAIL PROTECTED] [...] if (!toDel.delete()) { Thread.sleep(1000); //try get around file lock/release issue? (? Stab in the dark maybe!) [...] Heh. Is someone working on Windows here? There's a known issue that the JVM holds onto file handles

RE: Is TC 5.0.28 forward compatible with Java 5

2005-12-05 Thread Peter Crowther
From: Satish MG [mailto:[EMAIL PROTECTED] I am using Tomcat 5.0.28. Now I have to port the Tomcat to Java 5.0. Even though Tomcat 5.5.X is Java 5 compatible with Java 5, I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat 5.0.28 is compatible with Java 5. If not Which

RE: heap size problems (speed) [2]

2005-11-29 Thread Peter Crowther
From: Cristian S [mailto:[EMAIL PROTECTED] Frankly I have no ideea what's the point of loading almost 400M of data in memory in a HashMap. Maybe this very approach has a design flaw when it comes to JAVA. If it's expensive to generate / load that data and the app has tight response time

RE: Package naming

2005-11-18 Thread Peter Crowther
From: Ajay Arjandas Daryanani [mailto:[EMAIL PROTECTED] i've written a authorization filter for Tomcat. The question is: is there any convention about package naming? Can I use, for example, 'package es.mydomain.myname;'? Or it's better to use 'package filters;'? The conventional Java

RE: stress test on tomcat

2005-11-17 Thread Peter Crowther
From: William Mok [mailto:[EMAIL PROTECTED] java.net.SocketException: Too many open files What operating system? Naively, that looks like the good ol' UNIX limit on the number of file descriptors available to a process - if so, read up on how to change the descriptor table size for your

RE: advice on auto logout servlet

2005-11-15 Thread Peter Crowther
From: Mark [mailto:[EMAIL PROTECTED] So there is no way to provide this functionality using just servlets :( You could sort-of hack something together using meta-refresh directives on the pages so that the browser knew to refresh the page just as the server timed out the session, but you

RE: Tomcat and linux system users

2005-11-14 Thread Peter Crowther
From: Kosarev A.V. [mailto:[EMAIL PROTECTED] Whether I can configure tomcat so that for each context worked on behalf of various linux system users? Tomcat runs in a single Java virtual machine, and that entire JVM process runs under a single user ID. To my knowledge (I'm sure others

RE: SSO question

2005-11-11 Thread Peter Crowther
From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Is it possible using LDAP, whether it is using custom JAAS code or a third party product such as Vintela's VSJ (http://www.vintela.com/products/vsj/), to do the following: ... prevent, control or limit the simultaneous active usage of the

[OT] RE: Google Map of active users on this list

2005-11-04 Thread Peter Crowther
From: Luis Torres [mailto:[EMAIL PROTECTED] Very nice work. Any plans to release details on how you did it? One could do something similar by: - Subscribe to the list. - Archive the messages in (say) mbox format. - Write yourself a little script that pulls out message headers, in

RE: tomcat - OutOfMemoryError

2005-11-02 Thread Peter Crowther
From: Anna Seekamp [mailto:[EMAIL PROTECTED] The jvm (1.4.2 Suse-Linux) starts with: -server -Xmx1500m -Xms1500ms We have 9 webapps. One webapp has 50% load. The other share the rest. If we put 7 webapps online, we ran into problems. After a few hours we get OutOfMemoryErrors.

<    5   6   7   8   9   10