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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 785 - 814 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
785
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Greg Wilkins
gregw@...
Send Email
Nov 7, 2000
12:03 am
Messages 785 - 814 of 8501   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