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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5534 - 5563 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5534
Hunter, I believe that the new jasper for JSP2 will just be a drop in. We have also started the 5.0 process for Jetty - which already includes some behind the...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 1, 2003
12:57 pm
5535
fixed javadoc. removed need for space. cheers Chris Bailey wrote:> According to the JavaDoc for org.mortbay.util.OutputStreamLogSink, you can ... -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 1, 2003
11:00 pm
5536
What have you tried? What is the problem you are having? What versions? etc. etc. etc. imtiz_ahmed wrote:> Hello ... -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 1, 2003
11:03 pm
5537
Hi, all. I am playing with Cocoon 2.0.4 and JBoss 3.0.4 with bundled Jetty. I managed to deploy cocoon.war into the default configuration of JBoss and it seems...
d_atique <d_atique@...>
d_atique
Offline Send Email
Jan 1, 2003
11:44 pm
5538
I'm running 3.2 with Jetty 4.2 out of CVS : 01:29:13,299 INFO [MainDeployer] Undeploying ...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 2, 2003
1:22 am
5539
I may well not know what I am talking about here but I think there is a problem in InetGateway.handleConnection(InputStream in,OutputStream out). The problem...
Kent Johnson
kent3737
Offline Send Email
Jan 2, 2003
7:51 pm
5540
Hi, My application which embeds Jetty needs to have some administrative pages. I don't want our customers to change the .jsp pages, so I started exploring...
James Carroll
mroublic
Offline Send Email
Jan 2, 2003
9:31 pm
5541
James, This is really an ant question and your email should be posted onto the appropriate ant mailing list. But while we are here, try specifying the jar with...
WATSON Matt
Matt_WATSON@...
Send Email
Jan 2, 2003
10:52 pm
5542
Hi, mine is the inverse problem that uses to happen: Jetty is saying OK to EVERY user that tries to get in, doesn't matter if the user exists or if the...
alu1344 <icoloma-list...
alu1344
Offline Send Email
Jan 3, 2003
6:13 pm
5543
HI Jeff, thanks a lot for the advice. I will see what I can do with it. Hope you had godd vacations as well. Miro Jeff Mesnil <Jean-Frederic.Mesnil@inr...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Jan 3, 2003
8:44 pm
5544
Hello, What is the best way to QUICKLY develop web apps with Jetty? For example, lets say I'm developing some servlets with Velocity. If I use just command...
Dru Nelson
dnelsonfour1...
Offline Send Email
Jan 3, 2003
9:04 pm
5545
Calling the following method from a JSP causes Jetty web server version 4.1 to throw an exception: void disableProxyServerCacheing( HttpServletResponse...
dabusterfrommd <awalk...
dabusterfrommd
Offline Send Email
Jan 3, 2003
9:20 pm
5546
Don't deploy the war. You can directly deploy directory which has structure like a war file. You can use admin servlet to undeploy and redeploy your app...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Jan 3, 2003
9:31 pm
5547
I use Jetty with Tapestry. My workspace directory is laid out to resemble an exploded WAR. That is, something like: ./src contains Java source ...
Howard M. Lewis Ship
hlship
Offline Send Email
Jan 4, 2003
3:33 am
5548
... Can you provide more details? How long does each step take for you and with what VM/hardware? I really want something quick. This just isn't for the...
Dru Nelson
dnelsonfour1...
Offline Send Email
Jan 4, 2003
6:07 am
5549
thanks, I think Io.copy used to do the close when InetGateway was written. cheers Kent Johnson wrote:> I may well not know what I am talking about here but I...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
11:50 am
5550
I'm not sure I fully understand your problem? At what point are you getting the AuthenticationException? When the request passes the security constraint or ...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
12:20 pm
5551
I just develop my code in emacs, then hit a function key to compile by running an ant target like ant webapps run Then that one key kills the previous run,...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
12:25 pm
5552
Ooops. Optimization - gets you every time :-) fixed for 4.2.4 dabusterfrommd wrote:> Calling the following method from a JSP causes Jetty web server ... -- ...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
12:29 pm
5553
... From: "Dru Nelson" <dru@...> To: "Howard M. Lewis Ship" <hlship@...> Sent: Saturday, January 04, 2003 2:34 AM Subject: Re:...
Howard M. Lewis Ship
hlship
Offline Send Email
Jan 4, 2003
12:52 pm
5554
The check that prevents Path from being used in a Cookie name is part of the standard javax.servlet.http.Cookie class - so I assume it is doing the correct...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
2:16 pm
5555
Hi Everyone: Can Servlets be used to handle protocols other than HTTP? I have to handle a protocol other than HTTP in a request/response fashion so I thought...
regelatwork <regelatw...
regelatwork@...
Send Email
Jan 4, 2003
4:14 pm
5556
In theory servlets can be used for protocols other than HTTP. In theory jetty can be used for protocols other than HTTP. In practise - it is hardly ever done -...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
4:28 pm
5557
Jetty Release 4.2.4 is now available via http://jetty.mortbay.org This is a stabilisation release with some minor fixes and tweaks. Jetty-4.2.4 - 4 January...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 4, 2003
7:50 pm
5558
... How long does it take to do this? My tomcat startup time with just a few web apps takes like 15+ seconds on an 850 mhz AMD box. ... Yeah, I think that may...
dnelson@...
dnelsonfour1...
Offline Send Email
Jan 5, 2003
2:05 am
5559
I use Codeguide, never have to hit compile, and you can hotswap edited classes when the application is running. Almost feels as fast to develop as with a...
Geert Bevin
gbevin
Offline Send Email
Jan 5, 2003
9:31 am
5560
To build and run from clean takes 18 seconds. To build a single class and run takes 10 seconds To just run from ant takes 6 seconds To run from the command...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 5, 2003
12:49 pm
5561
Use Jetty as an embedded server. The result is a normal Java application. No quicker cycle possible. Silvio Bierman...
Silvio Bierman
silviobierman
Offline Send Email
Jan 5, 2003
1:38 pm
5562
Hi, Can you give me some details on this?...
Dru Nelson
dnelsonfour1...
Offline Send Email
Jan 6, 2003
2:24 am
5563
... From: Dru Nelson [mailto:dnelson@...] Sent: Monday, January 06, 2003 3:25 AM To: jetty-discuss@yahoogroups.com Subject: RE: [jetty-discuss] The...
Silvio Bierman
silviobierman
Offline Send Email
Jan 6, 2003
9:56 am
Messages 5534 - 5563 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help