I'll write the init script and put it in the next release But I don't know anything about RPMs or other packaging tools. Note that there is a proposed java...
Greg Wilkins
gregw@...
Nov 1, 2000 9:13 am
786
... RPMs depend on standard file system layouts, including standard locations for executables and libraries needed by the package you are installing. They...
Cris Perdue
cris@...
Nov 1, 2000 5:07 pm
787
... Jasper is supposedly compatible with Jikes. Jikes compilation is set with a servlet init parammeter. Take a look at the $TOMCAT_HOME/conf/web.xml file for...
Juancarlo Anez
juancarlo@...
Nov 1, 2000 5:16 pm
788
Greg, Attached is SysVInit script (RedHat) for tomcat that I got from an RPM distribution. Juanco #!/bin/sh # # Startup script for Tomcat, the Apache Servlet...
Juancarlo Añez
juancarlo@...
Nov 1, 2000 5:31 pm
789
... Jetty could be stopped and warm-restarted by small Java program that requests specific URLs from the port served by the Admin servlet. Tomcat does...
Juancarlo Anez
juancarlo@...
Nov 1, 2000 5:37 pm
790
Another way to remove the sun tools dependancy is to precompile your JSPs I don't know how to do that... but jasper does support it??? regards ... -- Greg...
Greg Wilkins
gregw@...
Nov 1, 2000 5:54 pm
791
... Debian have a draft proposal for a java policy which includes the things you list above. Unfortunately it has vanished from their www sites - but if it...
Greg Wilkins
gregw@...
Nov 1, 2000 5:57 pm
792
... I think that this protocol looks very like HTTP, but the connection never dies between apache and the servlet engine, thus giving some performance...
Matthew Watson
mattw@...
Nov 2, 2000 4:52 am
793
Our beta site, which is using Jetty 2.4.8, seems to be "accumulating" old, inactive connections. What seems to be happening is that if a browser requests a...
Robert Munyer
munyer@...
Nov 2, 2000 5:09 am
794
Just to let you know that I got Jetty, Jasper and Jikes to cooperate nicely to deliver the demo JSPs. The only gotcha is that I had to add Suns rt.jar to the...
Shimon Crown
shimon.crown@...
Nov 2, 2000 7:09 am
795
I've seen essentially the same problem with Jetty 2.4.5. I haven't tried the new Jetty 2.4 release, yet, however. Maybe it already resolves the 400 - BAD...
Katy McCullough
KatyM@...
Nov 2, 2000 5:49 pm
796
HtmlFilter does not work properly if the output stream encoding is anything other than the platform encoding. The problem is line 265 ...
Kent Johnson
KJohnson@...
Nov 2, 2000 10:19 pm
797
Today our Jetty 2.4.8 server suddenly got extremely slow (about five minutes to download a page). This is how it happened: each time a browser gets a ...
Robert Munyer
munyer@...
Nov 3, 2000 3:59 am
798
Jettyforms is a javaservlet for jetty that offers some simple HTML form management. It is possible to make certain fields required. The Jettyforms servlet...
René Olsthoorn
rol@...
Nov 3, 2000 8:26 am
799
The real problem here is that java does not support async IO so we must have a thread per connection - limitting the max number of idle connections. This will...
Greg Wilkins
gregw@...
Nov 3, 2000 9:36 am
800
René, This sounds good and I'll try to get a look at it in the short to mid term. If anybody else is interested, It would be good to hear feedback as if it...
Greg Wilkins
gregw@...
Nov 3, 2000 9:38 am
801
Greg, Yes, a HTML Form manager would be great for Jetty. A simple HTML-form just isn't interactive, and that interaction with the user is often wanted. ...
René Olsthoorn
rol@...
Nov 3, 2000 10:47 am
802
I want to run Jetty3/Linux as the main server for two domains I manage. While pondering about how I'd do it, I thought it would be easier if the following was...
Juancarlo Añez
juancarlo@...
Nov 3, 2000 2:13 pm
803
Juanco, I was thinking of something similar... The start script would start a com.mortbay.JettyServer for each directory named like: /etc/jetty/serverName or ...
Greg Wilkins
gregw@...
Nov 3, 2000 2:55 pm
804
I have checked in most of the stuff I want to but in RC3. If anybody has a chance to check out and test before I do a build on Sunday, that would be great. ...
Greg Wilkins
gregw@...
Nov 3, 2000 6:57 pm
805
I hate leaving these kind of bug reports, as I cannot give you information on how to reproduce the problem. With Jetty 3 rc1, I am seeing stalls (> 15 sec) on...
dilip@...
Nov 3, 2000 9:19 pm
806
... [...] That would be plain great. ... Geez. I'd have to read up. I think that XML does support references to "external entities", but I'm not sure that...
Juancarlo Añez
juancarlo@...
Nov 4, 2000 2:24 pm
807
... I think I'll just sort them, so if order is important you can name them like init files S10jetty.xml S20admin.xml etc. ... Maybe, but I'll probably get...
Greg Wilkins
gregw@...
Nov 4, 2000 3:42 pm
808
Just another reminder that the JettyWiki document site is slowly getting more content (thanks to those contributors) at: ...
Greg Wilkins
gregw@...
Nov 5, 2000 3:10 pm
809
I have checked in what I think is RC3 into CVS. I need to go shopping, then blow up Parliment, then I'll build it later tonight. So if anybody else is geeking...
Greg Wilkins
gregw@...
Nov 5, 2000 3:31 pm
810
Jetty 3.0.0 release candidate is now available via http://jetty.mortbay.com Lots of minor fixes. Jetty-3.0.0.rc3 - 5 Nov 2000 + Changed ThreadPool.stop for IBM...
Greg Wilkins
gregw@...
Nov 6, 2000 4:11 pm
811
I'm afraid that I did not do such a great job on RC3, and injected two major bugs: + Mime mappings rarely work and only nice browser suffix matching keeps...
Greg Wilkins
gregw@...
Nov 6, 2000 6:50 pm
812
I'm having a problem with the Sun 1.3 JVM. I can't interrupt an accepting thread!!!! I set the SoTimeout to something very small. I interrupt the thread I...
Greg Wilkins
gregw@...
Nov 6, 2000 10:21 pm
813
I have submitted a bug to sun with the attached test harness regarding the accept problem with the sun 1.3 JVM. If you could run it on your platform and JVM,...
Greg Wilkins
gregw@...
Nov 6, 2000 11:09 pm
814
Release Candidate 4 of Jetty 3.0.0 is now available via http://jetty.mortbay.com Sorry for the MIME error in RC3 which required this rapid release. A few other...