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 1099 - 1128 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1099
I tried sending a string from the applet to the servlet.Still I get the same error. Does this give any further clue where the problems lies? thanks Srini ... ...
s_puppala@...
Send Email
Jan 3, 2001
2:21 pm
1100
You are going to have to look more closely at what your servlet is doing. Why has it created an ObjectInputStream and what object is that stream expecting....
Greg Wilkins
gregw@...
Send Email
Jan 3, 2001
3:54 pm
1101
Where can I find detail documentation for Jetty3? Does Jetty3 supports the chaining of servlets? thanks in advance! Frank...
fchang@...
Send Email
Jan 4, 2001
11:20 pm
1102
Jetty documentation is underdevelopment at http://jetty.mortbay.com:8080/wiki/JettyWiki Jetty supports the 2.2 Servlet API which does not include chaining. ...
Greg Wilkins
gregw@...
Send Email
Jan 5, 2001
10:52 am
1103
Do you know what I can find more info on this extension mechanism? Thanks!! -Frank ... http://jetty.mortbay. ... http://www.mortbay.com...
fchang@...
Send Email
Jan 5, 2001
3:35 pm
1104
The extension mechanism is the HttpHandler. There is not much documentation other that the javadoc and what is on the Wiki site. The best way to learn the...
Greg Wilkins
gregw@...
Send Email
Jan 5, 2001
4:34 pm
1105
Is there a way to pass init parameters to a dynamic servlet in the jetty3 xml configs? Actually I want to make a certain parameter (the db connection string)...
mss@...
Send Email
Jan 6, 2001
10:42 pm
1106
You have two options: You can call setDynamicInitParams on ServletHandler which passes a Map to be used for all dynamic servlets. But it sounds like your...
Greg Wilkins
gregw@...
Send Email
Jan 7, 2001
12:39 pm
1107
Hi Just some feedback and some queries. Downloaded the latest version of Jetty 3.0.1 from sourceforge. Unpacked it, set some environment variables and tried to...
gofreddo@...
Send Email
Jan 7, 2001
2:35 pm
1108
Does not sound like a pleasant first try of 3.0.1! ... Ooops. Try setting JAVA_HOME ... Ouch. ditto about JAVA_HOME ... Well that's mozilla for you. Jetty...
Greg Wilkins
gregw@...
Send Email
Jan 7, 2001
3:01 pm
1109
Here is a fixed jetty.sh. Feedback appreciated as I'd like to do a 3.0.2 release soon. regards ... -- Greg Wilkins<gregw@...> GB Ph/Fax:...
Greg Wilkins
gregw@...
Send Email
Jan 7, 2001
3:16 pm
1110
Hi Greg, Thanks for the very fast response. Of course to my embarasment I almost immediately found the source of my major problems ... simply start Jetty as...
Goffredo
gofreddo@...
Send Email
Jan 7, 2001
3:33 pm
1111
... Well I have to do a bit more of the WTFM before I can really say RTFM to most questions. ... Unfortunately I am an Australian economic refugee hiding out ...
Greg Wilkins
gregw@...
Send Email
Jan 7, 2001
4:48 pm
1112
... Hi Greg. Thanks for your ever quick reply and your great Jetty. ... It would be nice, if there was a method setDynamicInitParam(String name, String value)...
mss@...
Send Email
Jan 8, 2001
10:46 am
1113
Two options. You can write a little class that initializes a map from your common config file and configure that as the dynamic map for all your servlets......
Greg Wilkins
gregw@...
Send Email
Jan 8, 2001
12:14 pm
1114
Starting from a freshly unpacked Jetty 3.01, I call the date.jsp page (...:8080/demo/jsp/date.jsp). The log shows "JSP: init" twice done about 0.5s one after...
mss@...
Send Email
Jan 8, 2001
7:50 pm
1115
Hi, I'm using NT.40 + IIS4.0+Jetty3.0. Using a servlet I publish some data from oracle database. If the quered table have much records I want to put 10 records...
grvali@...
Send Email
Jan 9, 2001
2:40 pm
1116
There are many many answers on how to solve this problem (most of them will require you to use a session and/or URL encoding to keep track of your position in...
Greg Wilkins
gregw@...
Send Email
Jan 9, 2001
3:58 pm
1117
... Quick start on Windows ====================== run: %JETTY_HOME%\bin\jetty.bat run etc\demo Browse to: http://localhost:8080 If this doesn't work - you will...
Nuno PreguiƧa
nmp@...
Send Email
Jan 9, 2001
5:07 pm
1118
I'm chasing a problem with IE and page redirects (it does not display content of a 404 response from jetty, but does so for other servers???) In the process...
Greg Wilkins
gregw@...
Send Email
Jan 10, 2001
1:55 pm
1119
If I start Jetty 3.0.1 with debug on (-DDEBUG), Log.defaultInit() is called twice and two WriterLogSinks are added, so everything logs twice. Here is the...
Kent Johnson
KJohnson@...
Send Email
Jan 10, 2001
3:42 pm
1120
I'm having a problem with IE. It refuses to display the content that Jetty sends with a 404 or similar error response. Netscape and Mozilla are happy to...
Greg Wilkins
gregw@...
Send Email
Jan 10, 2001
4:18 pm
1121
Hi, I upgrade Jetty from 2.2x to 3.0 and I want to port all the jsp- files that I have but I don't know where to place my the class file. With Jetty 2.x was...
grvali@...
Send Email
Jan 10, 2001
4:24 pm
1122
Kent, So you have your new OS with jdk1.2 finally? Good to have you back on the bleeding edge :-) ... Mmm I don't get this behaviour, but I made the change...
Greg Wilkins
gregw@...
Send Email
Jan 10, 2001
4:35 pm
1123
The short answer is that you can put them anywhere you like, so long as you tell your context what the classpath is. The long answer is, one of three...
Greg Wilkins
gregw@...
Send Email
Jan 10, 2001
4:42 pm
1124
I don't see any differences, but then I don't see any attachments :)....
Preston L. Bannister
preston@...
Send Email
Jan 10, 2001
6:01 pm
1125
... DOH!!!! Anyway, I have found the problem. The body of an error response to IE must be greater that 512 bytes or it is ignored! I'm adding padding now. ...
Greg Wilkins
gregw@...
Send Email
Jan 10, 2001
6:33 pm
1126
Hi, I'm using Jetty 2.4.6 with several servlets. I've observed the following and am wondering if it might be a bug in Jetty. A request to servlet A, followed...
Carl Erickson
CarlErickson@...
Send Email
Jan 10, 2001
6:53 pm
1127
... Well, I'm trying it out, seeing if I can use it without bleeding to death :-). Though actually I found this problem on Win2K with Sun JDK 1.3. ... My...
Kent Johnson
KJohnson@...
Send Email
Jan 10, 2001
6:58 pm
1128
In Jetty 2.4.6, I've noticed the following: If one sends a URL where the path portion contains an unencoded + character, the Jetty server replaces the + sign...
Katy McCullough
KatyM@...
Send Email
Jan 10, 2001
7:33 pm
Messages 1099 - 1128 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