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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2456 - 2485 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2456
The use of Class.forName() is one cause of the problem. You really want to use either: Thread.currentThread().getContextClassLoader().loadClass(name); or ...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 1, 2002
10:53 am
2457
... And thanks for the help! But after making all of your changes, I'm still getting exactly the same problem. See possible clue towards the end. I've also...
Brad Cox
bradjcox
Offline Send Email
Mar 1, 2002
4:16 pm
2458
... Hopefully someone else can pitch in. ... I'd upgraded to 4.0.B2 while trying to work thru this. The info I just sent was with the upgraded version; earlier...
Brad Cox
bradjcox
Offline Send Email
Mar 1, 2002
4:22 pm
2459
Hmmmm... I'm not the one using Class.forName()... The last thing that I'm calling in this stack trace is Image img = getToolkit().getImage(pathToImage); After...
Hunter Hillegas
lists@...
Send Email
Mar 1, 2002
6:57 pm
2460
... getDefaultToolkit public static Toolkit getDefaultToolkit()Gets the default toolkit. If there is a system property named "awt.toolkit", that property is...
Ignacio Coloma
alu1344
Offline Send Email
Mar 1, 2002
8:45 pm
2461
which JDK? 1.4 comes with Crimson by default, and that _barely_ could have something to do with it. Hope I am not adding even more complexity to your problem. ...
Ignacio Coloma
alu1344
Offline Send Email
Mar 1, 2002
8:52 pm
2462
... IBM JDK 1.3. I've deleted every crimson and jaxp I can find. -- Brad Cox, PhD; bcox@... 703 361 4751 o For industrial age goods there were...
Brad Cox
bradjcox
Offline Send Email
Mar 1, 2002
9:06 pm
2463
Check that your jetty process has a valid DISPLAY variable. I'd place a modest sum of beer on that being the problem. Brett...
Brett Sealey
bretts@...
Send Email
Mar 1, 2002
10:53 pm
2464
Not sure what is going on here. Hopefully someone on the mailing list may know... Brett...
Brett Sealey
bretts@...
Send Email
Mar 1, 2002
11:04 pm
2465
You get the prize, yes....
Hunter Hillegas
lists@...
Send Email
Mar 1, 2002
11:05 pm
2466
Joe, Jetty3 needs the BeanContext class to work - This is not available on the CDC. I suggest trying Jetty4, which has been run on cut down JVMs. I will be...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 2, 2002
12:54 pm
2467
Hello, I use the Jetty.bat to start the jetty server 3.1.5 How do you stop the jetty server on windows. currently I'm just killing the command prompt session...
chc_225
chc_225@...
Send Email
Mar 2, 2002
1:52 pm
2468
Hi, I'm experiencing that sometimes this entries: <env-entry> <description>Image prefix</description> <env-entry-name>path.image</env-entry-name> ...
Ignacio Coloma
alu1344
Offline Send Email
Mar 2, 2002
2:10 pm
2469
Ok, maybe I caught it. JNDIView never show these variables, even when my app get them correctly from JNDI. Could it be that the env variables are registered on...
Ignacio Coloma
alu1344
Offline Send Email
Mar 2, 2002
2:44 pm
2470
Ignacio, while this may or may not be mental diarreah- either way is should probably be deposited (MMMmmm difficult choice of word) on the jboss-dev or...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 3, 2002
12:47 pm
2471
I guess the best way to do this is the use the win32 service stuff to register Jetty as a windows service and then use the normal mechanisms to start/stop it. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 3, 2002
12:49 pm
2472
I'll see if I can make Jetty do a better job with this. The getFilePermission call is really just a hack to do a portable way of translating a file URL to a...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 3, 2002
1:43 pm
2473
Hi. Using Jetty 3.1.16. In my setup, I have the following: <Call name="addWebApplication"> <Arg>/</Arg> <Arg><SystemProperty name="jetty.home"...
mopr2002
morten@...
Send Email
Mar 3, 2002
5:48 pm
2474
Please visit http://ejen.sourceforge.net for detailed informations, demonstrations and downloads. Introduction ... The Ejen program is a text generation system...
francois_wolff
ejen@...
Send Email
Mar 3, 2002
7:33 pm
2475
... Wow - somebody has been active since 3.1.6 :-) ... That looks good. ... There is no start.sh in 3.1.6??? I assume you mean jetty.sh???? Have you done an...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 3, 2002
10:29 pm
2476
... Oops :) ... My fault. I'm not using the jetty.sh - being new to Jetty I wanted to make the entire application as simple as possible, so I'm only shipping...
Morten Primdahl
morten@...
Send Email
Mar 3, 2002
10:48 pm
2477
Now you can learn the secrets which use the most powerful system (MARKETING) and the most powerful tool (INTERNET), to make at least $5000 A WEEK. This system...
Larry
lschmitzs2s@...
Send Email
Mar 4, 2002
4:04 am
2478
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 4, 2002
10:34 am
2479
What is the proper way to disable Jetty's logging into the request log file (NCSARequestLog) while running under JBoss? Do I need to edit the xml file and...
Hunter Hillegas
lists@...
Send Email
Mar 5, 2002
2:28 pm
2480
... That would be the best way. Agree about the con in the SAR, the web.xml in the WAR, etc. etc. cheers -- Greg Wilkins<gregw@...> GB Phone:...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 5, 2002
6:01 pm
2481
I'm not sure what I'm doing wrong. I'm trying to install Jetty (Jetty-4.0.B2.tgz) to run another application in Win98SE. Unfortunately, I can't seem to figure...
spuga40
spuga40@...
Send Email
Mar 6, 2002
6:01 am
2482
I'm not sure about the "Out of environment space" error?? Sounds like your windows setup is sick? However, you have put Jetty in C:\java\Jetty-3.0.0 (even...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 6, 2002
7:31 am
2483
The "out of environemnt space" thing is a limitation in how much information a system variable like CLASSPATH can hold (as I remember it, it's like this with...
Fredrik Borgh
fredrikborgh
Offline Send Email
Mar 6, 2002
8:37 am
2484
Hi. In one of my beans I have the character Å (å). This is a danish character. When Jasper tries to compile it, I get the following rant: HTTP ERROR: 503...
mopr2002
morten@...
Send Email
Mar 6, 2002
4:24 pm
2485
Hi. It seems that Jetty "swallows" special characters like æ,ø,å. Mm.. Any known setting to stop this behaviour? I'd appreciate being able to use iso-8859-1...
mopr2002
morten@...
Send Email
Mar 6, 2002
8:39 pm
Messages 2456 - 2485 of 10422   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