Please specify JVM, make of machine and OS etc... Adding to Greg's comments here are some other suggestions: Try without -server, older Sun JVMs can run better...
I have made jetty-discuss a members only forum to cut down on the SPAM. Jetty-support is still an open forum and I hope those in the know continue to put up...
If you are running on JVM 1.4.1 then you might want to check this issue on StringBuffer: http://developer.java.sun.com/developer/bugParade/bugs/4546734.html ...
Kris Leite <kleite@...>
kleite@...
Mar 1, 2003 4:08 pm
5300
I tried something similar (but not with as much memory :-( )and found that Java waited until it had absorbed all freebmemory before doing a garbage collection...
Israel: Pele-Phone lays off highly paid staff Former President Clinton says that he will "Die for Israel" so he has now openly shown his true colors. We knew...
Raja Mattar
rgmattar@...
Mar 2, 2003 10:55 am
5302
Greg I thought you had made these groups members only??? Bye Yves Sandfort -- ComDivision Gmbh (http://www.comdivision.net) / ISy.Net (http://www.isy.net) Yves...
This is a regular posting to jetty-support as a FAQ to using this list: + This list if for jetty related support questions. General questions about servlets...
jetty-support@yahoogr...
Mar 2, 2003 8:30 pm
5306
I'd like to do request logging for a specific context. How do I set this up? The context is an HttpContext, and it is just serving static files (I just want...
Chris Bailey
chris@...
Mar 3, 2003 9:46 pm
5307
I'd like to do request logging for a specific context. How do I set this up? The context is an HttpContext, and it is just serving static files (I just want...
OK, this one baffles me. I'm using JBoss 3.0.4 with the embedded Jetty, and it would seem that Jetty is automatically creating sessions for JSP pages. I have...
to: jetty-support@yahoogroups.com We would like to remind you of this upcoming event. anti-usa day Date: Tuesday, March 4, 2003 Time: All Day anti-usa day ...
Sami Mashney
Sami@...
Mar 4, 2003 1:43 am
5312
Re: Advertising _________________________________________________ International Action Alert Turkey has made history! Please join us in giving support to the...
Henry Lindner
hlindner1@...
Mar 4, 2003 4:16 am
5313
In a servlet filter (I haven't tested this in a servlet), in Tomcat, the URIs I get with request.getRequestURI() don't include any ;jsessionid stuff. In Jetty...
I'm pretty certain that the URL params like jsessionid should be included in getRequestURL(). But I am not so sure about getRequestURI(). Either way, it is a...
... memory :-( )and found ... doing a ... <SNIP> ... so MP machines ... Removing the -server and incremental gc option, and reducing initial heap size to 256mb...
Version: jetty 4.2.4/jboss3.0.4 I am attempting to track down some memory issues so I ran java with the -Xrunhprof:heap=sites,depth=10 below is a snippit of my...
Ben Litchfield
ben@...
Mar 4, 2003 4:24 pm
5318
I don't know about out of date, but it just says "see RequestLog" - no actual info on how to use it, etc, etc. It's my bad for not thinking to check on the...
Ben, Well this could be "correct" IF the resource that JSP is requesting is 5MB in size and your cache is configured to allow 5MB sized files. But neither of...
Oh that is horrible!!!! something is iterating through the contents of WEB-INF and getting everything as a resource. Hence the cache is going to be filled...
That was it. Everthing I'd seen said that it determined whether the page "participated" in a session. It hadn't dawned on me that with the session attribute...
You're right -- there was a loose tools.jar on the classpath. ... our app has to run ... 1.4 ... com/sun/tools/javac/Main ... there ... ...
shef31
shef31@...
Mar 5, 2003 12:23 am
5323
I getting this exception when starting Jetty using the API: org.mortbay.util.MultiException[java.lang.ClassNotFoundException: ...
shef31
shef31@...
Mar 5, 2003 12:48 am
5324
this is the jasper engine which is used by both tomact and jetty to compile jsp pages. it can be found in $JETTY_HOME/ext/jasper-compiler.jar. you need to add...
Thanks. Yeah, it always helps to read the readme, doesn't it? RTFM. ... compile jsp pages. it can be found in $JETTY_HOME/ext/jasper- compiler.jar. you need to...
shef31
shef31@...
Mar 5, 2003 2:06 am
5326
Hi, I have two wishes. I searched documentation, but it seems to me, there is no such support in jetty yet. 1\ make SocketException lower priority in log. I am...