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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7512 - 7541 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7512
Hi Christian, I encountered that error before when I tried to embedd jetty6. To solve that, jetty-naming.jar should be on the classpath so that the ...
David Michael Yu
jetty-support@...
Send Email
Jul 1, 2006
9:22 am
7513
... Hi David, the jetty-naming.jar should be on the classpath, it's in the lib/naming directory and i start jetty with its start.jar not within a custom app. ...
Christian Meunier
jetty-support@...
Send Email
Jul 1, 2006
10:25 am
7514
Hi Christian, Hmm.. thats weird. I just tested my JSF webapp (uses a JNDI datasource lookup) and I didnt get that error with the latest svn head(revision...
dyu
jetty-support@...
Send Email
Jul 1, 2006
1:14 pm
7515
... Hi David, which jvm are you using ? Is this the latest one (1.5.07) ? I suspect it might be tied with the 1.5.07 somehow. Regards Chris. Using Tomcat but...
Christian Meunier
jetty-support@...
Send Email
Jul 1, 2006
1:33 pm
7516
Hi Christian, I'm using JDK1.5.06. Hmm... As you suspected, maybe it probably is tied with the JDK1.5.07. Regards, David ... Using Tomcat but need to do more?...
David Michael Yu
jetty-support@...
Send Email
Jul 1, 2006
2:21 pm
7517
Is Jetty6 using Jasper to implement the servlet API ? Then is javax.servlet.ServletContext.ge|ResourcePaths(java.lang.String path)| implemented by jasper ? Or...
Franck Routier
jetty-support@...
Send Email
Jul 1, 2006
5:27 pm
7518
What's the right way to set jetty properties like org.mortbay.jetty.servlet.SessionCookie? Right now, we set it in jetty.xml via a Call to java.lang.System...
Brian S. Lewis
jetty-support@...
Send Email
Jul 2, 2006
6:18 am
7519
... Hi Brian, i am not sure what you are looking for but have you checked the etc/webdefault.xml file ? If it suits your need and want to custom it, you can...
Christian Meunier
jetty-support@...
Send Email
Jul 2, 2006
8:51 am
7520
Hi, Here is a simple webapp showing the bug (at least on my system). Source code is : package test; import java.io.*; import javax.servlet.http.*; import...
Franck Routier
jetty-support@...
Send Email
Jul 2, 2006
2:49 pm
7521
I must have added : this is on - Linux (2.6.15 ubuntu) i686, - sun 1.5.0_06 jvm, - jetty-6.0.0beta17 Franck ... Using Tomcat but need to do more? Need to...
Franck Routier
jetty-support@...
Send Email
Jul 2, 2006
3:53 pm
7522
On Sun, 02 Jul 2006 10:51:09 +0200 ... That's interesting, but I'm still not sure how to set the property values I see in ...
Brian Lewis
jetty-support@...
Send Email
Jul 2, 2006
5:23 pm
7523
... Brian, did you find why your error pages were not decorated ? I am pretty interested since i have the very same issue... Regards Chris. Using Tomcat but...
Christian Meunier
jetty-support@...
Send Email
Jul 2, 2006
7:28 pm
7524
... Ok i see now, well i dont think you can avoid the System.setProperty thing but you might want to create a property file and then call ... ...
Christian Meunier
jetty-support@...
Send Email
Jul 2, 2006
7:35 pm
7525
Hi Franck, Actually, since you're referring to a directory/folder, perhaps you should use this: Set paths = context.getResourcePaths("/WEB-INF"); // (without...
David Yu
jetty-support@...
Send Email
Jul 3, 2006
11:22 am
7526
Hi, you're right about the way it works in Jetty6, but this is not what the servlet spec says. It explicitely says that "Paths indicating subdirectory paths...
Franck Routier
jetty-support@...
Send Email
Jul 3, 2006
12:23 pm
7527
I have grepped the source for getResourcePaths, and here is what I get : ~/devel/servers/jetty$ grep -R --include=*java getResourcePaths . ...
Franck Routier
jetty-support@...
Send Email
Jul 3, 2006
2:55 pm
7528
hello everyone, i'm facing the need of distribute a webapp togheter with a servlet container, so that the only thing required to the user is to download it ...
Valerio Schiavoni
jetty-support@...
Send Email
Jul 3, 2006
3:58 pm
7529
... I am too. I've never had this problem. For example, http://sobol.com is decorated by Sitemesh and has a custom 404 page - try some random URL at that site,...
Steve Sobol
jetty-support@...
Send Email
Jul 3, 2006
7:00 pm
7530
Hello, I tried to answer several times but I got failure messages all the time. Now I will trying once more from an other email address. Sorry about, if you...
Daniela Piacenti
jetty-support@...
Send Email
Jul 4, 2006
10:26 am
7531
The problem is solvedin latest svn. Franck Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated...
Franck Routier
jetty-support@...
Send Email
Jul 5, 2006
2:50 am
7532
On Tue, 04 Jul 2006 14:55:27 +0200 ... We tried using context-param in web.xml with param-name equal to, for example, org.mortbay.jetty.servlet.SessionCookie,...
Brian Lewis
jetty-support@...
Send Email
Jul 5, 2006
5:26 am
7533
Hi Richard! You can try downloading Jetty 6.0 beta 17 from the sourceforge site. If you have dependencies on your webapp, please put it inside ...
Ludwig Laman
jetty-support@...
Send Email
Jul 5, 2006
5:35 am
7534
Hi Daniela, Yes you can create your own connector, listener or handler in just one class. And yup, you can do this by embedding the Jetty instance in your web...
Ludwig Laman
jetty-support@...
Send Email
Jul 5, 2006
6:07 am
7535
Hi Valerio, Correct me if I understood your situation clearly. You want jetty to be embedded in Spring? Or you have a webapp that you want Jetty to be embedded...
Ludwig Laman
jetty-support@...
Send Email
Jul 5, 2006
6:33 am
7536
Hi Ludwig, ... I have a webapp and I want Jetty to be embbed in it. Actually, the webapp is built on top of Spring, so maybe it's enough to embed jetty into...
Valerio Schiavoni
jetty-support@...
Send Email
Jul 5, 2006
8:05 am
7537
Hi Valerio, There are sample codes inside Jetty-home/examples/embedded directory. The .java files in there will help you create a jetty instance running inside...
Ludwig Laman
jetty-support@...
Send Email
Jul 5, 2006
8:22 am
7538
Hello Ludwig, thanks for your quick answer and your hint. But what I am trying to do is to implement an application which embeds jetty as webserver and servlet...
Daniela Piacenti
jetty-support@...
Send Email
Jul 5, 2006
1:05 pm
7539
... That sounds like a jasper problem rather than a Jetty/Tomcat problem I suspect it's due to your tomcat and jetty installs having different versions of...
Tim Vernum
jetty-support@...
Send Email
Jul 5, 2006
2:34 pm
7540
Daniela, I understand now.... No jetty is really just for HttpRequests and there is no support for putting non HTTP requests from a connector to a servlet. But...
Greg Wilkins
gregjwilkins
Offline Send Email
Jul 5, 2006
2:57 pm
7541
Richard, it should be a simple matter to update the latest Jetty 5 to work with JBoss 4.0.4. We will do this soon(ish) - at least when the jetty 6 RC release...
Greg Wilkins
gregjwilkins
Offline Send Email
Jul 5, 2006
3:02 pm
Messages 7512 - 7541 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