The use of Class.forName() is one cause of the problem. You really want to use either: Thread.currentThread().getContextClassLoader().loadClass(name); or ...
... 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...
... 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...
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@...
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...
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. ...
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@...
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@...
Mar 1, 2002 11:04 pm
2465
You get the prize, yes....
Hunter Hillegas
lists@...
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...
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@...
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> ...
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, 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...
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. ...
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...
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@...
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@...
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...
... 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@...
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@...
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...
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@...
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:...
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@...
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...
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...
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@...
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...