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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4374 - 4403 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4374
Greg, not sure if this is my configuration, but with RC4 I had to put ant.jar on my classpath when running Jetty embedded, otherwise when I tried to forward to...
miroslavhalas
Offline Send Email
Sep 1, 2002
7:20 am
4375
Miro, That is Jasper2. They gave up writing their own code to check dependancies, manage classpaths and compile code. Jasper2 uses ant as it core, so the...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 1, 2002
9:57 am
4376
Hi, There is a broken link on the jetty web site on page http://jetty.mortbay.org/jetty/tut/XmlConfiguration.html. The "Jetty Server" link points to...
Vincent Massol
vmassol
Offline Send Email
Sep 1, 2002
7:51 pm
4377
Hi, I'd like to be able to programmatically configure ServletHttpContext in the same way as I do it by using web.xml, for the following snippet: <servlet> ...
Vincent Massol
vmassol
Offline Send Email
Sep 1, 2002
8:32 pm
4378
Hi, Is it possible to add a servlet without specifying a mapping when using Server and ServletHttpContext? It is possible to do that in web.xml and I would...
Vincent Massol
vmassol
Offline Send Email
Sep 1, 2002
8:41 pm
4379
Hi, I have a default Jetty config defined in code (by using the Server and ServletHttpContext objects). I would like to allow users to provide a jetty XML...
Vincent Massol
vmassol
Offline Send Email
Sep 1, 2002
8:57 pm
4380
Hi, There seems to be a typo in http://jetty.mortbay.org/jetty/tut/Server.html. The Jasper JspServlet is located in the "org.apache.jasper.servlet" package and...
Vincent Massol
vmassol
Offline Send Email
Sep 1, 2002
9:33 pm
4381
There is a method on ServletHttpContext public synchronized ServletHolder addServlet(String name, String pathSpec, String className) Or you can just call...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 1, 2002
10:54 pm
4382
The javadoc should help a bit with these sorts of questions.. the method you want is on ServletHandler: public ServletHolder newServletHolder(String name, ...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 1, 2002
10:59 pm
4383
Have a look at the code of WebApplicationContext.java It provides the web-jetty.xml mechanism to allow the XML config to be applied to the existing context. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 1, 2002
11:01 pm
4384
Thanks for the doco corrections - keep em coming! plus I've spotted a few javadoc horrors while grabbing the answer to your other questions. cheers ... -- ...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 1, 2002
11:04 pm
4385
Hi Greg, Long time no write. How goes Jetty? I haven't been able to do any work towards Jetty or any web app lately. My project, of about 3 months now is all...
kevin.duffey@...
supreme_java...
Online Now Send Email
Sep 2, 2002
4:41 am
4386
HI, I have just released on SourceForge version 1.1.1 of Jonas & Jetty integration. You can download full binary version of integrated JettyJonas as well as...
MiroHalas@...
Send Email
Sep 2, 2002
6:51 am
4387
... Jules has done a lot of work on this and there are now several different versions that use EJBs, JavaGroups direct, JBoss services, and other things....
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 2, 2002
8:28 am
4388
... code ... Ah, that's what I needed! I should have started there, it would have helped. Thanks -Vincent ... and ... a ... But ... in ... mapping ... ...
Vincent Massol
vmassol
Offline Send Email
Sep 2, 2002
8:39 am
4389
Hi Greg, Thanks. Before I asked any question I have looked at all the tutorials + searched the mailing-list + looked at the javadoc. I even looked at some part...
Vincent Massol
vmassol
Offline Send Email
Sep 2, 2002
8:39 am
4390
Hi, Can someone tell me why is the Filter handling in WebApplicationHandler? I thought that Filters could exist independently of a web application in the same...
Vincent Massol
vmassol
Offline Send Email
Sep 2, 2002
8:39 am
4391
Hi Greg, ... Are you saying that I need to find out the name of the servlet generated by Jasper? I would have expected Jetty to shield me from this. What would...
Vincent Massol
vmassol
Offline Send Email
Sep 2, 2002
8:40 am
4392
Sorry, I didn't read your question properly. You need to use the forcePath version of addServlet or newServletHolder (the one with no javadoc, which I have...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 2, 2002
10:12 am
4393
... It is only stripped from the source version. If you download the normal distro, then ant demo runs the full www site. cheers -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 2, 2002
10:13 am
4394
Vincent, That used to be the case in Jetty 4.0. But the problem is that Filters are tied to servlets by the fact they use Servlet requests, responses wrappers...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 2, 2002
10:20 am
4395
Also note that you can use a WebApplicationHandler without using a WebApplicationContext (or at least you should be able to - not actually tested this). The...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 2, 2002
10:27 am
4396
Hey Greg, not sure if you saw this http://www.cs.rice.edu/CS/Systems/DynaServer/perf_scalability_ejb.pdf (linked from...
MiroHalas@...
Send Email
Sep 3, 2002
12:52 pm
4397
Can anyone help me with this? Anyone knows about the term "Programming in the large" and "Programming in the small". Thanks. ...
Jason Ong
shadowx_
Offline Send Email
Sep 3, 2002
3:00 pm
4398
Not really on topic for Jetty-discuss, so please take followups elsewhere. But while I'm shooing you off, IMHO: Programming in the large == big picture == top...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 3, 2002
5:07 pm
4399
How about an ant task that could take a HttpContext argument (optional if not specified all contexts will be restarted) and trigger the reloading ? ... they...
tlvenn
vchris@...
Send Email
Sep 4, 2002
6:35 am
4400
It should be doable. However, I have been considering adding an option where the web.xml file only is monitored for an update. So if you touch web.xml, then...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 4, 2002
8:37 am
4401
Hi All : i wanted to ask a few questions regarding jboss-jetty and jasper2 1.) how can i know which version of jetty (4.0/4.XX/RC etc.. ) is bundled with each...
yehonatanmozes
Offline Send Email
Sep 4, 2002
12:43 pm
4402
... Apart from a few recent releases where we stuffed up the manifest file, you can tell the Jetty version by looking at the manifest file within the Jetty...
Greg Wilkins
gregjwilkins
Offline Send Email
Sep 4, 2002
12:50 pm
4403
thanks for replying so soon... about the jasper2 , i WILL take it to jakarta... :-) and i will test it again. how often do you pack jboos & jetty ? cause in...
yehonatanmozes
Offline Send Email
Sep 4, 2002
1:22 pm
Messages 4374 - 4403 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