Release 2.4.4 is now available at http://jetty.mortbay.com Release 2.4.4 - 3rd June 2000 LATEST + Many debug call optimizations + Added RolloverFileLogSink +...
Greg Wilkins
gregw@...
Jun 3, 2000 10:25 am
386
I was browsing through your site looking at your web server - great stuff. I am a software developer seeking a solution for an application that I am...
todd@...
Jun 5, 2000 5:55 am
387
... Isn't it a redirect what you're looking for? ... Most browsers deny cookies to servers different from the ones which set them. ... If the setCookie() cal...
Juancarlo Añez
juancarlo@...
Jun 6, 2000 4:37 am
388
Is anyone using Jetty as their main, Internet-connected web server? If so, how does it compare in speed an reliability to other servers like Apache? I've been...
Juancarlo Añez
juancarlo@...
Jun 6, 2000 4:37 am
389
Issue: On Win32, after accessing http://localhost:8080/JSP/snoop.jsp, trying to access http://localhost/jsp/snoop.jsp will give: ...
Juancarlo Añez
juancarlo@...
Jun 6, 2000 4:37 am
390
Greg, I'm thingking about backporting virtual servers into 2.x. Can it be done? Any hints? Juanco -- Juancarlo Añez mailto:juanca@... ...
Juancarlo Añez
juancarlo@...
Jun 6, 2000 4:37 am
391
... There is a VirtualHostHandler in Jetty2, that does a simple translation from a virtual host name to a path prefix. eg. you could map requests to ...
Greg Wilkins
gregw@...
Jun 6, 2000 7:35 am
392
This is not exactly as intended. I originally had it setup so tht /JSP/snoop.jsp would get the raw JSP file. Obviously this does not work, but then I removed...
Greg Wilkins
gregw@...
Jun 6, 2000 7:37 am
393
Greg, ... Jetty 2.x should be able to handle virtual servers if they have different IP addresses. Placing a different server on each IP should do the trick,...
Juancarlo Añez
juancarlo@...
Jun 6, 2000 1:46 pm
395
I was trying to install Jetty in my Win 98 PC..and when I winzip it prompts me to enter the full name of the file contained.. I'll greatly appreciate the help ...
spradhip@...
Jun 7, 2000 1:24 pm
396
Hi, I would like to have Jetty up as an Auto Start Service on Windows NT.Can anybody enlighten me on how to achieve the same? Thanks in Advance Srini...
s_puppala@...
Jun 7, 2000 2:10 pm
397
... Jetty works fine on Win 98. Winzip should be able to handle the tgz files OK. I have not seen or heard of the "file contained" prompt. Check that you are...
Greg Wilkins
gregw@...
Jun 7, 2000 5:12 pm
398
... it ... initially.I do not know the answer even now.As some other team had unzipped version I started using that.May be the latest winzip may not prompt for...
s_puppala@...
Jun 7, 2000 6:49 pm
399
From: s_puppala@... [mailto:s_puppala@...] ... This has nothing to do with Jetty. Jetty runs fine on Win98. Any version of WinZip (back to...
Preston L. Bannister
preston@...
Jun 7, 2000 7:20 pm
400
Hi, This question is not Jetty server-related but applies to the package com.mortbay.JDBC. I find the abstractions very elegantly done. One simple question....
Just van den Broecke
just@...
Jun 7, 2000 7:54 pm
401
... Just make sure the file ends with .tar.gz. Internet Explorer will often rename downloaded files adding spurious ([1]) characters to them. Juanco...
Juancarlo Anez
juancarlo@...
Jun 7, 2000 8:13 pm
402
This is really a java/NT question, whose answer I can't recall. Check the jetty-discuss and jetty-support archives on www.egroups.com, I'm sure the answer has...
Greg Wilkins
gregw@...
Jun 8, 2000 9:02 am
403
- ... often ... I guess it was another of MS mischief.... Thanks...
spradhip@...
Jun 8, 2000 5:09 pm
404
... You could try ServiceInstaller, from http://www.kcmultimedia.com/smaster/ or ServiceRunner http://www.iqx.com I have not tried ServiceInstaller. I have...
Kent Johnson
KJohnson@...
Jun 8, 2000 5:37 pm
405
Go to http://www.ntfaq.com I recall seeing there an answer about how to run an application as a service under NT. Miro Halas ... From: Kent Johnson...
Halas, Miroslav
miroslav.halas@...
Jun 8, 2000 7:00 pm
406
Kent, ... Any luck with redirecting log information to syslogd? Juanco...
Juancarlo Anez
juancarlo@...
Jun 9, 2000 5:15 pm
407
Just, You are right and the Transaction version in the current release does not handle setAutoCommit correctly (at all). The versions that we use ourself does...
Greg Wilkins
gregw@...
Jun 9, 2000 11:53 pm
408
Just, If you are brave, here are some updated JDBC wrappers where I have copied accross the obvious changes needed for AutoCommit from our client code base. No...
Greg Wilkins
gregw@...
Jun 10, 2000 12:18 am
409
Hi all, How do I configure Jetty to map the BASE url of the server (e.g., "http://www.xxx.org" or "http://www.xxx.org/") to run a specific servlet? I assume I...
royg@...
Jun 10, 2000 11:33 pm
410
... PATHS=| is what you need. You say you tried that and it did not work??? I just extended the test harness - worked fine. And configured a dump servlet -...
Greg Wilkins
gregw@...
Jun 11, 2000 2:14 am
411
... Your JVM is toast! Delete it, remove the operating system, install linux, start again :-) Can the JVM run any java program? what do you get if you just...
Greg Wilkins
gregw@...
Jun 11, 2000 2:22 am
412
... Thanks Greg. I found the problem: I was still using the default JettyDemoAlias.prp file and forgot that it was translating the / into /Jetty. All working...
Roy Goldman
royg@...
Jun 11, 2000 4:20 pm
413
This weekend I've been doing some sole searching about the future of Jetty3, specifically with respect to Jakarta/tomcat and the 2.2 servlet API. Firstly I...
Greg Wilkins
gregw@...
Jun 11, 2000 10:04 pm
414
This weekend I've been doing some sole searching about the future of Jetty3, specifically with respect to Jakarta/tomcat and the 2.2 servlet API. Firstly I...
Greg Wilkins
gregw@...
Jun 11, 2000 10:07 pm
415
Sorry about the duplicate postings.... Also I have posted the Jetty3 request for comment to the general Jetty-discuss mailing list. I did this because: + I...