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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 213 - 242 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
213
I use method initArgObject(Object toInit) in com.mortbay.Servlets.ServletDispatch to populate public properties of toInit Object with parameters with matching...
adnan.music@...
Send Email
Dec 3, 1999
7:25 am
214
May be this is a crazy idea, but could I replace Jetty's built-in servlet engine with another servlet engine and won't lose any functions that Jetty supports ?...
Stephen Kuo
skedin@...
Send Email
Dec 8, 1999
7:20 pm
215
... A major goal of Jetty 3 is to decouple the HTTP engine from the servlet engine and to allow the use of the Tomcat servlet engine from the Jakarta project...
Kent Johnson
kjohnson@...
Send Email
Dec 8, 1999
8:14 pm
216
kent johnson <kjohnso-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=215 ... functions ... Thank you, you've...
Stephen Kuo
skedin@...
Send Email
Dec 9, 1999
2:35 am
217
... What is Resin? ... I'm pretty sure you can use the HTML and JDBC packages without the Jetty HTTP and servlet server if you want. Kent...
Kent Johnson
kjohnson@...
Send Email
Dec 9, 1999
2:09 pm
218
kent johnson <kjohnso-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=217 ... Java ... Resin is a Servlets engine...
Stephen Kuo
skedin@...
Send Email
Dec 9, 1999
7:34 pm
219
It seems possible that Jetty might be able to become SSL capable without having to pay money in the not to distant future, have a look at: ...
Brett Sealey
brett@...
Send Email
Dec 15, 1999
1:13 pm
220
Since upgrading to 2.3.3 we've started gettign randome 404 errors that a reload always solves. From both servlets adn static pages. Any ideas?...
nwc@...
Send Email
Dec 15, 1999
8:44 pm
221
I managed to get this working and posted the code and instructions to jetty-support. I was using the previous JSSE release so the code is quite gross in some...
court@...
Send Email
Dec 16, 1999
1:06 pm
222
The famous German computer magazine "iX" did a testing on 6 servlet engines and servlet plugins. The candidates were: A) ServletExec 2.2 (with Apache 1.3.9) B)...
Klaus
klausspd@...
Send Email
Dec 25, 1999
2:50 pm
223
Hi, I'm a new Jetty user, having discovered it two days ago, and I am truly impressed! It's a fine piece of engineering. I did manage to make it a full day...
Nathan Meyers
nmeyers@...
Send Email
Dec 27, 1999
4:05 am
224
I think your analysis is correct. It sounds like you have the servlet class in the system classpath and in the servlet loader classpath. Take the servlet class...
Kent Johnson
kjohnson@...
Send Email
Dec 27, 1999
4:00 pm
225
... Yep... you got me going in the right direction. Thanks! Nathan...
Nathan Meyers
nmeyers@...
Send Email
Dec 27, 1999
7:24 pm
226
... The corollary to this observation is that I cannot avoid using the FileJarServletLoader unless I list all my servlet classes individually? Nathan Meyers ...
Nathan Meyers
nmeyers@...
Send Email
Dec 27, 1999
8:54 pm
227
... I think that is correct. I _do_ list all my servlet classes individually because I don't want to have to refer to them by the full class name. Maybe...
Kent Johnson
kjohnson@...
Send Email
Dec 27, 1999
9:23 pm
228
... This server requires a user name and password for access... ... Can you post details of the problems that were found with Jetty so we can fix them? Thanks,...
Kent Johnson
kjohnson@...
Send Email
Dec 28, 1999
3:20 pm
229
kent johnson <kjohnso-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=228 ... s/2 ... did ... the ... header ... I...
Klaus
klausspd@...
Send Email
Dec 29, 1999
9:26 am
230
I may have some information relevant to the HTTP1.1/IE5.0 failures reported by "iX" magazine. I'm running Jetty 2.3.3 under JDK1.2.2 and trying to do an...
Nathan Meyers
nmeyers@...
Send Email
Dec 31, 1999
1:56 am
231
That reminds me that I had to turn off chunking for those servlets that sent redirects. I didn't have time to check it out further and it slipped my mind. So,...
Brett Sealey
brett@...
Send Email
Dec 31, 1999
9:44 pm
232
i stumbled onto some other interesting benchmarks at: http://www.caucho.com/articles/benchmark.html though no doubt these suffer from the effect of any ...
Mark D. Anderson
mda@...
Send Email
Jan 3, 2000
7:43 pm
233
Hi there, Why can't I run the JSP10 examples provided with jetty-2.3.3, the JSP0.9 examples runs ok....
Christian Yttesen
cyttesen@...
Send Email
Jan 4, 2000
12:19 pm
234
Happy Y2K all! I'm back(ish) from holidays (except for a few weeks next month) and ready to get Jetty2 and Jetty3 progressed. Browsing the mail archives and my...
Greg Wilkins
gregw@...
Send Email
Jan 5, 2000
11:09 am
235
"christian yttesen" <cyttese-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=233 ... perhaps there is something...
Klaus
klausspd@...
Send Email
Jan 5, 2000
6:32 pm
236
... Firstly, I would suggest that gnujsp10 has a bug, it is generating an invalid URL from quite reasonable input. I'm not saying the pathInfo is correct, I...
Brett Sealey
brett@...
Send Email
Jan 6, 2000
12:46 am
237
Hi, I would like to present a servlet-based technique that I developed with Jetty. Pushlets allow the sending of events from a servlet-server directly into the...
Just van den Broecke
justb@...
Send Email
Jan 6, 2000
3:54 pm
238
thanks brett, ... gnujsp got the right pathinfo! but after solving this another problem occured: the JspServlet tries to get the JSP-file(source-code) for...
Klaus
klausspd@...
Send Email
Jan 7, 2000
10:42 am
239
It would be really useful if you could provide access this variable (and possibly other variables) either by easing visibility (making it public) or by...
Adnan Music
adnan.music@...
Send Email
Jan 10, 2000
5:01 am
240
I couldn't get this to work on winnt. I added a couple of debug statements and it appears that basic connect is being made, but my ie browser always returns...
Eric C. Olson
ericco@...
Send Email
Jan 13, 2000
12:53 am
241
A release of Jetty-2.3.4 is now available via http://www.mortbay.com This is a bug fix release and the first for 2000. Thanks to those who have collected...
Greg Wilkins
gregw@...
Send Email
Jan 17, 2000
9:55 pm
242
The jetty web-site states: -- Small & Efficient -- Jetty has been optimized by commercial and experimental use since 1995 and a small and efficient server is...
Daniel Debrunner
d_debrunner@...
Send Email
Jan 18, 2000
1:19 am
Messages 213 - 242 of 8501   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