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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1577 - 1607 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1577
The problem is that jasper makes some (wrong) assumptions about the buffering performed by the servlet container. It is a difficult thing to fix without a)...
Greg Wilkins
gregw@...
Send Email
Aug 1, 2001
9:02 am
1578
This is a list for the Jetty server - not the tomcat servlet container. You may want to try a tomcat list or servlet interest list. However, it does sound like...
Greg Wilkins
gregw@...
Send Email
Aug 1, 2001
10:10 am
1579
... My understanding of the situation is that JSP and the underlying servlet engines each have their own buffering mechanism. When you include a page with...
Cris Perdue
cris@...
Send Email
Aug 1, 2001
9:59 pm
1580
I'm crossposting this for you to jetty-discuss - you're more likely to find what you need there. Off the top of my head - without conferring - JSDK 2.3 - No -...
Julian Gosnell
jules_gosnell@...
Send Email
Aug 2, 2001
12:48 am
1581
Jetty development for servlets 2.3 and JSP1.2 is just about to get underway. I expect that beta's will be available in 2 or 3 months. It will probably be...
Greg Wilkins
gregw@...
Send Email
Aug 2, 2001
7:42 am
1582
Jules, firstly I've posted this to jetty-discuss, as I like to air my dirty laundry and it is good for people to see bugs found, diagnosed and fixed :-) I have...
Greg Wilkins
gregw@...
Send Email
Aug 3, 2001
2:04 am
1583
I'll revisit it all today and let you know how it goes. Jules Greg Wilkins wrote: > Jules, > > firstly I've posted this to jetty-discuss, as I like to >...
Julian Gosnell
jules_gosnell@...
Send Email
Aug 3, 2001
6:53 am
1584
Ok, Greg, Try this: Put the Admin Servlet into the demo.xml file Run up the JMX demo Hit the Admin Servlet - you should see a cgi-bin context Hit the JMX Agent...
Julian Gosnell
jules_gosnell@...
Send Email
Aug 3, 2001
8:46 am
1585
OK, I can see it now from the Admin servlet. The context has been removed, but there remains an entry in a pathmap from the path spec to an empty list of...
Greg Wilkins
gregw@...
Send Email
Aug 4, 2001
5:34 am
1586
Hi, I download Jboss-Jetty package. I can bring up jboss. But I can't see "localhost:8080" page. Please help me here. Thanks, Bill ...
Dodo Woods
dodo0132@...
Send Email
Aug 7, 2001
7:46 pm
1587
I am trying to deploy a WAR containing a Servlet which is load-on-startup and during it's init() method tries to open a URL to another Servlet deployed in the...
Julian Gosnell
jules_gosnell@...
Send Email
Aug 7, 2001
11:51 pm
1588
UNSUBSCRIBE Thanks amit ____________________________________________________________ Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com...
amit bhasin
bezysmashin@...
Send Email
Aug 8, 2001
8:35 am
1589
Look in the README at the top level - it should tell all somewhere at the bottom. Watch the output from JBoss - do you see any lines beginning with '[Jetty]'?...
jules_gosnell@...
Send Email
Aug 8, 2001
10:28 am
1590
The run.bat file takes an argument... jetty. So on windows, do: run jetty at the command prompt. If you don't include the jetty argument, you get jBoss running...
Jim Archer
jim@...
Send Email
Aug 8, 2001
11:16 am
1591
Hi, I'm getting the following error when I start Jetty using IBM's JRE. Jetty works fine with Sun's JRE. Everything is straight out of the downloaded Jetty...
sp@...
Send Email
Aug 8, 2001
7:37 pm
1593
I had this problem, and I think I resolved it by putting the Jetty jars in the lib/ext directory. (It was a while ago, and I have now gone back to the SUN JRE...
Stephen Stevens
stephenstevens@...
Send Email
Aug 8, 2001
9:53 pm
1594
Hi all. A while ago I proposed the following addition to HandlerContext to allow the classpath to be set in a standard context from a directory containing...
Stephen Stevens
stephenstevens@...
Send Email
Aug 8, 2001
9:57 pm
1595
Stephen, I think such a method would be OK to add - however it would need two main changes: It should work on jetty resources, not string file names. This way...
Greg Wilkins
gregw@...
Send Email
Aug 8, 2001
10:51 pm
1596
You may not need to move all the classes - probably just the XML related ones. IBM is probably putting the SAX classes in their ext directory, so it is...
Greg Wilkins
gregw@...
Send Email
Aug 8, 2001
11:32 pm
1597
I am happy to make both those changes. Thanks. -----Original Message----- From: Greg Wilkins [mailto:gregw@...] Sent: Thursday, 9 August 2001 8:52 AM...
Stephen Stevens
stephenstevens@...
Send Email
Aug 8, 2001
11:54 pm
1598
Should sendRedirect URLs that start with / be considered relative to the servletContext? This would make some sense, as it would allow webapps to be written...
Greg Wilkins
gregw@...
Send Email
Aug 9, 2001
12:28 am
1599
Release 3.1.RC7 is now available via http://jetty.mortbay.com A number of last minute problems poped up with the latest RC releases so this release contains a...
Greg Wilkins
gregw@...
Send Email
Aug 9, 2001
1:58 am
1600
Being no expert on the matter, here's my view. If you allow the container to treat "/" as the root of a context (and not the root of the server), then if you...
Fredrik Borgh
s98mike@...
Send Email
Aug 9, 2001
7:15 am
1601
... <snip> Hi Greg, i don't have an answer to that, but if you'd ask me i would vote for the latter (urls that start with / are considered absolute) because it...
Oliver Koell
oko@...
Send Email
Aug 9, 2001
7:28 am
1602
I just got RC7. In testing a small site that has binary files to download, I always get this error: 15:07:11.912 WARN!! Invalid length: Content-Length=607998...
awulf@...
Send Email
Aug 9, 2001
8:22 pm
1603
Hi Greg. Please find attached the revised version of HandlerContext. As requested, the new method name is setClassPaths and it uses Jetty resources rather...
Stephen Stevens
stephenstevens@...
Send Email
Aug 9, 2001
9:54 pm
1604
Found a couple of minor issues: - When running from the command line under Win2K, pressing Ctrl-C causes Jetty to shutdown internally (I can see it is...
Stephen Stevens
stephenstevens@...
Send Email
Aug 9, 2001
10:05 pm
1605
Hi, How are you downloading the files? From a webapp, with the resource handler, via a servlet forward? I have tried all those on RC7 with a binary file ( the...
Greg Wilkins
gregw@...
Send Email
Aug 9, 2001
11:12 pm
1606
First, congratulations on a beautiful piece of work. I've teen using Tomcat, Jserv, and before that GNU/JSP for years, but have grown increasingly impatient at...
bcox@...
Send Email
Aug 9, 2001
11:56 pm
1607
First, congratulations on a beautiful piece of work. I've teen using Tomcat, Jserv, and before that GNU/JSP for years, but have grown increasingly impatient at...
bcox@...
Send Email
Aug 10, 2001
12:02 am
Messages 1577 - 1607 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