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...
Show off your group to the world. Share a photo of your group with us.

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 1204 - 1233 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1204
... So it ... you might want to take a look at the webDAV servlets in apaches tomcat 4.0 beta versions. Its a set of only two servlets working pretty well in...
marc.bodenmueller@...
Send Email
Feb 1, 2001
8:46 am
1205
Oh well, sounds like WebDAV is not handled as nicely as I thought. I'll re-add it to our todo list. Either we can add our own or look at borrowing the tomcat...
Greg Wilkins
gregw@...
Send Email
Feb 1, 2001
10:15 am
1206
I'm upgrading from Jetty 2 to Jetty 3, and after spending some time studying the javadoc, I haven't figured out how to install a servlet that's already been...
Robert Munyer
munyer@...
Send Email
Feb 2, 2001
5:17 am
1207
The approach that I would advocate is to deploy a delegating servlet that the servlet container can construct, start, stop, destroy etc. This servlet would...
Greg Wilkins
gregw@...
Send Email
Feb 2, 2001
9:26 am
1208
fyi: IBM also has an open source version. http://oss.software.ibm.com/developerworks/opensource/dav4j/ Except for basic file I/O and locking DAV is still a...
Rob Seaman
robs@...
Send Email
Feb 2, 2001
3:14 pm
1209
I just migrate from Apache-Jserv to Jetty and encounter some problem and will appreciate some pointers 1. request.getCharacterEncoding() seems to always return...
youngdh@...
Send Email
Feb 4, 2001
9:15 am
1210
Hi, firstly this probably should have only been posted to support rather than discuss. I've CC'd it back to discuss cause I hate seeing hanging questions. I'm...
Greg Wilkins
gregw@...
Send Email
Feb 4, 2001
1:26 pm
1211
Jetty release 3.0.3 is now available via http://jetty.mortbay.com This release fixes a major HTTP/1.1 pipeline bug and implements some minor improvements. ...
Greg Wilkins
gregw@...
Send Email
Feb 4, 2001
10:00 pm
1212
... I'm surprised that this does not work in tomcat 3.2. I don't think their cross context dispatch works, but their intra context dispatch is tested by...
Greg Wilkins
gregw@...
Send Email
Feb 5, 2001
3:55 pm
1213
Hi Greg, You are going to have to bare with me....If I change the code to use the servletRequest.getRequestDispatcher() i get an infinite loop where my ...
Graeme Wallace
gwallace@...
Send Email
Feb 5, 2001
5:01 pm
1214
OK the problem is that you have two servlets, you controller servlet and the JSP servlet. Obviously the URL you are uses matches both the servlet specs that ...
Greg Wilkins
gregw@...
Send Email
Feb 5, 2001
5:57 pm
1215
Just tried installing and running 3.0.3, using the following BAT file and I receive the following errors: ERROR JAVA = "Starting Jetty: " ...
mkaseman@...
Send Email
Feb 7, 2001
6:44 pm
1216
hi there, i'm investigating several issues with regard to modifying the jetty code, namely 1. implementing the "Upgrade" mechanism described in HTTP 1.1 for...
Raif S. Naffah
raif@...
Send Email
Feb 7, 2001
7:52 pm
1217
hi there, i have prepared a step-by-step how-to document for integrating SOAP 2.0 with Jetty 3.0.2, including running the SOAP administrator jsp pages and one...
Raif S. Naffah
raif@...
Send Email
Feb 8, 2001
5:27 am
1218
Raif, You have picked three good areas there as I don't think anything is being done of them (well SOAP has been used before, but not documented). Do many HTTP...
Greg Wilkins
gregw@...
Send Email
Feb 8, 2001
10:55 am
1219
Hello, I got a pretty weired problem with RequestDispatchers. What i tried to accomplish was building a session replication mechanism working in every servlet...
ulrj2@...
Send Email
Feb 8, 2001
6:39 pm
1220
I have encountered this problem before as well, but on reading the API, I found where I had gone wrong. It specifically says: "The request and response...
srs@...
Send Email
Feb 8, 2001
8:01 pm
1221
hi Greg, ... the how-to i'm talking about is extensive and covers SOAP 2.0 and 2.1. i tested it with both Jetty 3.0.2 and 3.0.3 and both xerces 1.2.3 and...
Raif S. Naffah
raif@...
Send Email
Feb 9, 2001
2:36 am
1222
is there any mechanism for using jetty with other web servers, like iis or iplanet? something similar to the jakarta-tomcat jk thing?...
Kevin Seguin
seguin@...
Send Email
Feb 9, 2001
3:40 pm
1223
The key thing about Jetty is that is IS a HTTP server. Hence there is little reason to use another HTTP server. However, if that other WWW server can support...
Greg Wilkins
gregw@...
Send Email
Feb 9, 2001
3:59 pm
1224
... It sounds great. I still say mail it to the group. 250 lines is not that long and documentation progress is slow. At least if it is in the group archive...
Greg Wilkins
gregw@...
Send Email
Feb 9, 2001
4:55 pm
1225
For an NT platform: 1. Assume you already have Jetty installed, say on drive X. In the rest of this step-by-step we shall assume that this directory is at ...
Raif S. Naffah
raif@...
Send Email
Feb 9, 2001
5:54 pm
1226
Hi Folks ! can any one help me in configuring the alias for a directory path eg: http://myhost/myalias shhould point to c:/testDitrectoy Thanks in advance...
Maruthi Rao
maruthi@...
Send Email
Feb 9, 2001
11:26 pm
1227
Create a context at /myalias/* Set the resourceBase for that context to C:/testDirectory. cheer ... -- Greg Wilkins<gregw@...> GB Ph/Fax:...
Greg Wilkins
gregw@...
Send Email
Feb 9, 2001
11:40 pm
1228
Hi, Can anyone preloading servlets show me an example of their jetty.xml file ? I am unable to preload a servlet (more due to lack of knowledge on my side than...
shrikant_iyer@...
Send Email
Feb 10, 2001
11:45 pm
1229
Does jetty support forwarding requests by path and how ? My best regards, Vitaly Lipovetsky. ... From: "Greg Wilkins" <gregw@...> To:...
Vitaly Lipovetsky
vit@...
Send Email
Feb 11, 2001
2:13 pm
1230
Jetty has a ForwardHandler and a Forward servlet that uses the request dispatcher mechanism to forward to a resource on the same server. Work is underway on a...
Greg Wilkins
gregw@...
Send Email
Feb 11, 2001
2:45 pm
1231
... Thanks, that sounds like a good approach. When I tried it, it seemed that none of my servlets were being called at all. On closer inspection, I found ...
Robert Munyer
munyer@...
Send Email
Feb 13, 2001
6:02 am
1232
Good spot and good fix. Thanks - it's in the next release. cheers -- Greg Wilkins<gregw@...> GB Ph/Fax: +44(0)7092 063462 Mort Bay Consulting...
Greg Wilkins
gregw@...
Send Email
Feb 13, 2001
9:06 am
1233
I'm using Jetty2 and I want to map a path to Apache to use dinamic pages generated by cgi's I have a problem with the ForwardHandler. When I invoke the path ...
rafael.posse@...
Send Email
Feb 13, 2001
11:03 am
Messages 1204 - 1233 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