Jetty pre-release 4.2.10pre1 is now available via http://jetty.mortbay.org This release fixes a moderate security problem added in 4.2.10pre0 that allowed JSP...
On Windows if you are running Jetty from the command prompt just ctrl-C or close the command window or shut down the computer, any of these will cause orderly...
Hi Greg and All: I have been away from the Jetty evolution for a few months, does the latest version includes JNDI/DataSource support? Regards, Martin ... ...
Martin Cordova S.
mcordova@...
Jun 2, 2003 1:33 pm
6612
... Yes - indeedly doodily!! See the JettyPlus stuff in extra subdirectory - thanks Miro and Jan cheers ... -- Greg Wilkins<gregw@...>...
Does this use a shutdown port like tomcat ? ... <mailto:jetty-discuss@yahoogroups.com>jetty-discuss@yahoogroups.com ... __________________________________ Do...
Hi, Melati 0.7.0 is available from http://www.melati.org/ This release enables user locale detection and a major overhaul of the code quality, and generated...
Tim Pizey
timp@...
Jun 4, 2003 2:36 am
6619
Hi Folks, Newbie to Jetty trying to make JSPs work in 4.2.9. I get the BuildException from Ant which was uncovered in a thread back in February. I was...
You have to arrange for the context to be stopped and started. Jetty does not have native support for this - but you could write a simple class that watches...
When will solaris get with last century - let alone this one!!! The insist on shipping with a /bin/sh from the dark ages. But you fix is the correct one -...
... I think there are lingering classpath problems with start.jar on windows. Firstly try ant demo and see if the JSPs work when running that way. ... That is...
The JSP demo using etc\demo.xml out-of-the-box works great. I just can't make JSPs work correctly using a web application context. That being said, I did...
Here is a snip from my configuration file...test cases and supporting info below. <Call name="addWebApplication"> <Arg>/terry/*</Arg> <Arg><SystemProperty...
Hi- I have a Jetty-based servlet that maintains some cache state in a singleton (it's cacheing custom app data, not HTTP sessions or anything like that). I've...
... I think that is lack of progress. You are just serving the source of the JSP. You probably don't have the JSPServlet configured. The BuildExceptions are...
For the first time in a long long while, I have zero unread messages in jetty-support and jetty-discuss. So firstly thanks to those that have been stepping...
Enjoy your trip to JavaOne :D ... __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). ...
There is no setting to diable HTTP keepalives if the client asks for it. To set the timeout used see the MaxIdleTimeMs property of the SocketListener in the...
You can disable keepalive by having a servlet, filter or handler set the header Connection:close on the response. cheers ... -- Greg Wilkins<gregw@...>...
Hi list, I'm trying to map a servlet to the root of my web application, so that e.g. http://myserver.com/ will be handled by that servlet. In web.xml, I have ...
David, This is a 'well known feature' of the current Sun Servlet spec - stupid, isn't it! It's been discussed here and on jetty-support several times . We have...