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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4689 - 4718 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4689
Jules, now that Jboss has moved to 4.1, it is more likely that people need to configure the webdefaults.xml. Can we change the jbossweb.sar so that it contains...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
7:10 am
4690
Hello, I've done the test again with jetty 3.1.9 and this is an extract of the console: I get the message OUT OF THREADS. Kind regards, Charlie. 17:42:53.168...
jettyfaq
Offline Send Email
Oct 1, 2002
8:16 am
4691
Remember that 3.1.x is old and unsupported now (without a support contract). This is almost certainly because your test client is trying to make more...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
8:47 am
4692
I'm more than grateful for any responses. I have only 3 sockets left in TIME_WAIT and two sockets LISTENING. I launched the test again today by turning up the...
jettyfaq
Offline Send Email
Oct 1, 2002
2:00 pm
4693
Are we trying to enable people to change the webdefaults.xml for all apps - or on an app-by-app basis ? How about a war/WEB-INF/jetty-webdefaults.xml ? I can...
Jules Gosnell
jules_gosnell
Offline Send Email
Oct 1, 2002
2:43 pm
4694
What would be then difference between jetty-web.xml and jetty-webdefaults.xml if it is in the war file? Miro Jules Gosnell <jules@mortbay To: Greg...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Oct 1, 2002
2:44 pm
4695
WEB-INF/web.xml is the standard J2EE descriptor WEB-INF/jetty-web.xml or web-jetty.xml is a proprietary Jetty per-webapp configuration mechanism (the same...
Jules Gosnell
jules_gosnell
Offline Send Email
Oct 1, 2002
3:24 pm
4696
There is nothing unusual in the log segments that you sent. Those are just exceptions that occur as sockets timeout etc. Unless you can characterize what sort...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
3:38 pm
4697
Ummm... I just ran into this, it looks so silly it is probably true: When I define default servlet, I lose ability to serve static resources in that context! I...
Jan Hlavatý
hlavac@...
Send Email
Oct 1, 2002
3:44 pm
4698
webdefaults.xml is the base level web.xml for all webapps. The standard version is configured with the standard settings for a webapp (eg jsp support). It...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
3:49 pm
4699
... I concluded it was true! You can easily get some really interesting recursion :-( ... resources ... ...> Do I really have to reimplement container's...
Chris Haynes
chrishaynes_...
Offline Send Email
Oct 1, 2002
3:59 pm
4700
Yep this certainly is he case. I really don't understand why there is no exact "/" match pattern??? Of course you can always to a request dispatch to the...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
4:05 pm
4701
... Some two years ago, when I didn't know about servlets yet, I wrote a similar engine - it used * as default "servlet" mapping (i called them handlers...
Jan Hlavatý
hlavac@...
Send Email
Oct 1, 2002
4:51 pm
4702
... And why does /foo/* match /foo ??? They have obviously never used regular expressions before :-) ... Actually it should not be too bad. You don't need to...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
5:25 pm
4703
... Yes, I know, but since my resources are not files but virtual (sometimes cached) content generated from style-neutral data and set of templates... I'll...
Jan Hlavatý
hlavac@...
Send Email
Oct 1, 2002
5:42 pm
4704
... Whilst I agree that most of the webdefaults.xml settings make sense to apply to the server as a whole, I can imagine that it would be perfectly valid for...
Jan Bartel
janbartel
Offline Send Email
Oct 1, 2002
6:59 pm
4705
... Jetty already allows this. You can call setDefaultsDescriptor on an individual webappcontext either from the config file or via the API directly. The...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2002
7:13 pm
4706
Yes and I also thought you could setDirAllowed from the web-jetty.xml...
Brett Sealey
bretts@...
Send Email
Oct 1, 2002
7:42 pm
4707
i can't seem to make struts work with jetty ver 4.0.5 (on redhat linux 7.3). i have added the following to the jetty.xml <!-- Jetty config for Struts BEGIN -->...
lem0n5
babylemon5@...
Send Email
Oct 1, 2002
8:02 pm
4708
Thanks again for your assistance. I'm sure that my client didn't connect with more connections that i have configured. i'll use Jetty 4.1 and i hope that will...
Charlie JOUANNIN
jettyfaq
Offline Send Email
Oct 1, 2002
9:41 pm
4709
With the jasper that was bundled with 3.1.* jar tf org.apache.jasper.jar | fgrep Jike org/apache/jasper/compiler/JikesJavaCompiler.class ...
Bill Warrick
bwarrick2
Offline Send Email
Oct 1, 2002
10:30 pm
4710
Bill, Jetty 4.1.* uses jasper2 for JSP, which uses ant for compilation. So I assume all the jikes code has moved to the ant jar. Note if this is not working...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2002
6:54 am
4711
... Thats because they use Ant for compilation. I think Ant can be made to use Jikes... Jan...
Jan Hlavatý
hlavac@...
Send Email
Oct 2, 2002
6:58 am
4712
Hi, is there any possibility to mark jetty threads as daemon threads to let the jvm shutdown without calling System.exit()? I checked the shutdown behaviour...
Elsen Christian
mex01@...
Send Email
Oct 2, 2002
12:57 pm
4713
Hi all, I am new to Jetty. I just dowloaded Jetty-4.1.1.zip from sf and extracted to jetty directory. I have set JETTY_HOME=d:\jetty and I started jetty.bat...
schiremath
Offline Send Email
Oct 2, 2002
2:07 pm
4714
In the webdefault.xml the comment says <!-- If you wish to use Jikes to compile JSP pages: --> <!-- * Set the "classpath" initialization parameter ...
Bill Warrick
bwarrick2
Offline Send Email
Oct 2, 2002
3:37 pm
4715
The problem appears to be the bat file is using the jre1.4 classpath even though you are using jre1.3. But the ant target should have worked??? Have you tried...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2002
3:46 pm
4716
The listeners have a setDaemon method, which may work.... but I have not tested it for a very very long time.... Elsen Christian wrote:> Hi, ... -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2002
3:47 pm
4717
I just got the struts 1.02 release and dropped all the wars into the webapps directory of Jetty 4.0.5 and 4.1.1 Then started Jetty using the normal jetty.xml ...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2002
3:56 pm
4718
Hello Greg, Thanks for your quick response. As you mentioned I tried using "java -jar start.jar" and it worked. Since we are using weblogic v6.1 as our EJB...
schiremath
Offline Send Email
Oct 2, 2002
4:24 pm
Messages 4689 - 4718 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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