Hi, I am able to run a very recent version of GNU JSP 1.0 with Jetty 2.3.5. My configuration is based off of the the Jetty distribution JettyServer.prp and...
Cris Perdue
cris@...
Mar 2, 2000 5:34 pm
145
Hi, I'm using Jetty 2.3.5 as Java web server. If a user has not logged in, I redirect the user to login page. Everything works fine via Netscape 4.7 but if I...
Vivek Arora
viveksheenu@...
Mar 7, 2000 5:11 pm
146
... I have the same error, it is harmless. Thanks for making the connection with the redirect; I hadn't figured that out. I think what is happening is that IE...
Kent Johnson
kjohnson@...
Mar 7, 2000 6:28 pm
147
... The warning message was not the only problem but also IE 5.0 hung and jetty server stopped responding to all other requests. Your fix did the trick.. ...
Vivek Arora
viveksheenu@...
Mar 7, 2000 10:13 pm
148
... Thanks!! Could you explain one thing though -- it's not clear to me what you mean that "IE uses the same content-type on the redirect as it used on the ...
Cris Perdue
cris@...
Mar 7, 2000 10:58 pm
149
Well the correct solution is for the parameters to only be decoded if you use a servlet getParameter method. Jetty3 does this and I'll look to retrofit this...
Greg Wilkins
gregjwilkins@...
Mar 8, 2000 12:02 pm
150
I have a problem loading a servlet that consists of class files in directories. I tried different ways, but none worked. I always get a ClassNotFoundException....
Detlef Pleiss
det@...
Mar 18, 2000 12:10 am
151
You have three choices to make this work: 1) Move your servlet hierarchy to somewhere in your normal class path (or add it to your classpath) 2) leave the...
Greg Wilkins
gregjwilkins@...
Mar 18, 2000 1:59 am
152
Thanks for your quick response! Anyway, I am still unable to get this to work. ... I still get a ClassNotFound when I add the directory containing my package...
Detlef Pleiss
det@...
Mar 20, 2000 9:12 pm
153
Detlef, A classpath for a directory definitely works, I do all the development of Jetty with normal class files in directories. ... This is very strange, this...
Greg Wilkins
gregjwilkins@...
Mar 20, 2000 10:17 pm
154
Let me start by saying I really like Jetty. It's very powerfull, easy to extend and it's fast. I've tried many other java web servers and none provided all...
Michael Slattery
mslattery@...
Mar 21, 2000 5:44 pm
155
OK, I finally got it to work! I added the directory containing the classes to the classpath. I found I get an error if I only add the .CLASS directive to the ...
Detlef Pleiss
det@...
Mar 21, 2000 9:08 pm
156
How can I properly shutdown jetty ? I there a legal way to do that ? -- My best regards, Vitaly Lipovetsky. Deputy head of IT division First Ukrainian Intl...
Vitaly Lipovetsky
vit@...
Apr 7, 2000 9:17 am
157
There is a stop and stopAll method on HttpServer, plus there is an Exit servlet that calls this. But I just use cntrl-C or kill :-) cheers ... ===== -- Greg...
Greg Wilkins
gregw@...
Apr 7, 2000 12:41 pm
158
Up front, I am a complete novice with Jetty server. I inherited another person's work on our Jetty server. When trying to run...
Clinton McCauley
cmccaule@...
Apr 13, 2000 8:21 pm
159
Sorry but a bit too vague... What version of Jetty are you running? Some recent versions had less than standard GNUJSP setups. JSP is handled much better as...
Greg Wilkins
gregw@...
Apr 14, 2000 5:26 pm
160
Hi - I sent this to the GNUJSP list, but I'm sending it here in case it's an obvious problem that someone's already reported. This is also the issue that ...
Andy Russo
arusso@...
Apr 17, 2000 7:18 pm
161
Hello, I posted to the jetty-discussion list, but I thougt that I should post here too. There seems to be enough request for a 'standard' HTTP/JSP/SERVLET...
roncking@...
Apr 22, 2000 12:47 pm
162
Hi, The demo server has HTTP, Servlets & JSP configured. So I guess you are asking what can be taken out of that config. Next release, I'll add JSP to the...
Hi. We're moving from Apache to Jetty, and when running the applet from the same machine that is serving it, I get the kind of security exception expected when...
amargerison@...
Apr 28, 2000 10:33 pm
165
Jeff, I'm not an expert on Applets as I do all my work with servlets, but I'll have a shot at answering this. Are you saying that if you load an applet on a...
Greg Wilkins
gregw@...
Apr 29, 2000 12:32 pm
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...