Search the web
Sign In
New User? Sign Up
jetty-support · Jetty Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5297 - 5326 of 10428   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5297
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...
Brett Sealey
brettsealey
Offline Send Email
Mar 1, 2003
9:51 am
5298
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 1, 2003
3:42 pm
5299
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@...
Send Email
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...
Chris Haynes
chrishaynes_...
Offline Send Email
Mar 2, 2003
8:11 am
5301
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@...
Send Email
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...
Yves Sandfort
comdivision
Offline Send Email
Mar 2, 2003
3:13 pm
5303
Only jetty-discuss, jetty-support was left as-is to allow requests for assistance to arrive unhindered....
Brett Sealey
brettsealey
Offline Send Email
Mar 2, 2003
5:14 pm
5304
Chris Haynes wrote:> I tried something similar (but not with as much memory :-( )and found ... Or you can use the following on HttpServer: /*...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 2, 2003
5:30 pm
5305
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...
Send Email
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@...
Send Email
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...
Chris Bailey
christopherr...
Offline Send Email
Mar 3, 2003
9:46 pm
5308
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...
cmreigrut <chris@...>
cmreigrut
Online Now Send Email
Mar 3, 2003
10:48 pm
5309
u might want to try setting the session attribute of the page tag to false. note that it is implicitly set to true if it is not specified. ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Mar 4, 2003
1:20 am
5310
... perhaps i misunderstand your question, but you can specify a custom logger for a context .. check the tutorial: ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Mar 4, 2003
1:25 am
5311
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@...
Send Email
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@...
Send Email
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...
colinws <colinwilsons...
colinws
Offline Send Email
Mar 4, 2003
9:36 am
5314
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
10:51 am
5315
I think that tutorial is out of date. But I will soon be adding support for context logs again. cheers ... -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
11:32 am
5316
... memory :-( )and found ... doing a ... <SNIP> ... so MP machines ... Removing the -server and incremental gc option, and reducing initial heap size to 256mb...
Ivar Abrahamsen <ivar...
flurder
Offline Send Email
Mar 4, 2003
1:45 pm
5317
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@...
Send Email
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...
Chris Bailey
christopherr...
Offline Send Email
Mar 4, 2003
4:42 pm
5319
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
6:10 pm
5320
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
7:00 pm
5321
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...
cmreigrut <chris@...>
cmreigrut
Online Now Send Email
Mar 4, 2003
8:48 pm
5322
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@...
Send Email
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@...
Send Email
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...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Mar 5, 2003
1:28 am
5325
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@...
Send Email
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...
Leos Literak
literakl@...
Send Email
Mar 5, 2003
8:50 am
Messages 5297 - 5326 of 10428   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help