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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 166 - 195 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
166
I am unable to follow the poor documentation given by Jetty.Right from the first click on the tgz file I have problems in figuring out how to go about it? Can...
srinivas puppala
s_puppala@...
Send Email
May 1, 2000
8:50 pm
167
Documentation or lack there of, is a common criticism against Jetty, but we are working on it. Another common criticism is the number of prp files - which are...
Greg Wilkins
gregw@...
Send Email
May 2, 2000
8:54 am
168
Thanks for your prompt reply.Here are the points or doubts I have in setting up Jetty. Jetty Version : Stable (2.4.1) Java Version : jdk 1.2.2 Java home:...
s_puppala@...
Send Email
May 2, 2000
7:32 pm
169
A quick reply first - I'll look at your bat file in detail later... Remember that java is case sensitive, you are trying to run com.mortbay.jetty.demo It...
Greg Wilkins
gregw@...
Send Email
May 3, 2000
9:44 am
170
Hi, We have the following lines in the Jetty config file: main.files.File.PROPERTY.FILES.reports_html.PATHS : /reports ...
dotan_dvir@...
Send Email
May 8, 2000
9:17 am
171
All you need is: main.files.File.PROPERTY.FILES.reports_html.PATHS : /yourProductNameReports main.files.File.PROPERTY.FILES.reports_html.DIRECTORY :...
Greg Wilkins
gregw@...
Send Email
May 8, 2000
11:59 am
172
Hi guys, we have recently moved our applications (J2EE apps running n top of Jonas+Jetty+GNUJsp+Interbase) to Jetty version 2.4.1 withour any problems. Todays...
Halas, Miroslav
miroslav.halas@...
Send Email
May 9, 2000
5:30 pm
173
Hi, I have not been able to reproduce this, but I do believe that I have spotted the problem or at least something related to it. BasicAuthHandler uses the...
Greg Wilkins
gregw@...
Send Email
May 10, 2000
11:35 pm
174
Hi Greg, this has fixed the problem with Jetty. Thanks, good job. I have some additional questions. First, could you add feature to the Jetty to print the...
Halas, Miroslav
miroslav.halas@...
Send Email
May 11, 2000
4:12 pm
175
I have a servlet that expects a POST message without any parameters, the first data on the post is a 4 byte magic number. Jetty 2.4.3 doesn't accept this...
Daniel Debrunner
d_debrunner@...
Send Email
May 17, 2000
7:18 pm
176
This is a bit of a Jetty buglet, but also I think you are bending the rules just a little bit... Jetty 2 will always try to decode parameters IF the request is...
Greg Wilkins
gregw@...
Send Email
May 18, 2000
8:42 am
177
Yes setting the content-type fixed the problem. Thanks, Dan....
Daniel Debrunner
d_debrunner@...
Send Email
May 18, 2000
10:45 pm
178
I'm new to Jetty and thought I was being clever when I designed a servlet to present a GUI and to thread itself out as a daemon process. The only problem,...
jonlent@...
Send Email
May 22, 2000
12:47 pm
179
Jon(?), If you put your servlet in the normal CLASSPATH of Jetty and don't specify a CLASSPATH for the servlet itself (in the config file), then the servlet...
Greg Wilkins
gregw@...
Send Email
May 22, 2000
10:07 pm
180
Hi, I'm trying to log information from a servlet I wrote. I use the: getServletContext().Log("My message"); functional sequence from within the servlet and yet...
dotan_dvir@...
Send Email
May 23, 2000
6:16 am
181
Dotan, there are two log mechanism at work here.... The Log handler, which you have configured is the WWW log, which records HTTP requests and their response. ...
Greg Wilkins
gregw@...
Send Email
May 23, 2000
8:56 am
182
One difference between version 2.3.3 and 2.4.4 is the addition of %user.dir% in .prp files (UNIX version). Where is this variable defined? can I control or...
wcanopy@...
Send Email
Jun 13, 2000
5:16 pm
183
Hi, Does the tag <jsp:include/> supposed to cut out the remaining content of the page? I thought that's the flush attribute is for, but when i set it to...
wcanopy@...
Send Email
Jun 13, 2000
5:46 pm
184
Hi, The %user.dir% looks up "user.dir" in the java system properties, and user.dir is a standard system property. If you were to replace this with %jetty.dir%...
Greg Wilkins
gregw@...
Send Email
Jun 13, 2000
6:34 pm
185
Hi, I couldn't help noticing several other messages concerning the lack of documentation - here's another one, I'm afraid ... My aim is to display my own...
mart@...
Send Email
Jun 15, 2000
9:48 am
186
OK, Firstly there is a little bit of doco on this. Run the demo and read the pages on configuration. Once you understand the handler stack architecture, things...
Greg Wilkins
gregw@...
Send Email
Jun 15, 2000
12:37 pm
187
I can't configure the parameter SERVLET.Hello.PROPERTY.staticpath : /usr/local/epmis in the ServerServlet.prp. I just extend a Hello-servlet with the...
Marcus Brüggemann
mb@...
Send Email
Jun 20, 2000
4:36 pm
188
Hi, I have problem of getting "Data Missing" error when navigating a servlet with the browser's back arrow. The full error message is: Data Missing This...
Curt Thompson
curt.thompson@...
Send Email
Jun 21, 2000
8:31 pm
189
Marcus, I can't see how your property problem relates to the resource problem? But a couple of tips, setting a property will only work for a non-dynamic...
Greg Wilkins
gregw@...
Send Email
Jun 22, 2000
9:11 pm
190
Curt, this is most probably that you still have the FilterHandler and HtmlFilter configured into your server. The HtmlFilter sets the page expiry to 0 as it...
Greg Wilkins
gregw@...
Send Email
Jun 22, 2000
9:37 pm
191
Thanks Greg, for your hint. But I confess that I still don't understand how to configure a dynamic servlet. In my servlet programing book from Jason Hunter I...
Marcus Brüggemann
mb@...
Send Email
Jun 26, 2000
11:09 am
192
... A Dynamic servlet is one that is not specifically configured in the server. Instead a servlet path and classpath is configured. In the Jetty demo, an...
Greg Wilkins
gregw@...
Send Email
Jun 26, 2000
11:47 am
193
The JSDK2.1 and on html documents no longer state that getID() throws IllegalStateException. Indeed, the Jakarta-tomcat implementation doesn't. This is a...
orine@...
Send Email
Jul 7, 2000
2:01 am
194
Orin, I will change invalidate to not flag the session as invalid until after the unbinding. The javadoc I have for the 2.1 servlet API still says that an...
Greg Wilkins
gregw@...
Send Email
Jul 8, 2000
2:49 pm
195
J'obtiens cette erreur lorsque j'attends un petit peu sur une de mes pages, puis que je veux naviguer sur une autre. Quelqu'un peut-il m'aider ? Le fichier de...
shuaux@...
Send Email
Jul 13, 2000
1:49 pm
Messages 166 - 195 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