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...
fixed javadoc. removed need for space. cheers Chris Bailey wrote:> According to the JavaDoc for org.mortbay.util.OutputStreamLogSink, you can ... -- Greg...
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...
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...
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, 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@...
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...
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...
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...
Calling the following method from a JSP causes Jetty web server version 4.1 to throw an exception: void disableProxyServerCacheing( HttpServletResponse...
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...
... 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...
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...
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 ...
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,...
Ooops. Optimization - gets you every time :-) fixed for 4.2.4 dabusterfrommd wrote:> Calling the following method from a JSP causes Jetty web server ... -- ...
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...
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@...
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 -...
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...
... 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...
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...
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...