Hi, I am using Jetty as embedded web server on Windows and I need to instanciate the CGI servlet programmatically. I don't want to use an xml configuration...
Hans Hübner
jetty-support@...
Apr 1, 2007 8:12 am
8971
Hello Hans, try this: cgi = new ServletHolder(); cgi.setClassName("org.mortbay.util.servlet.CGI"); cgi.setName("MyCGI"); cgi.setInitParameter("commandPrefix", ...
Thanassis Papathanasiou
jetty-support@...
Apr 1, 2007 11:32 am
8972
jpg:Enemies get thrashed by main heroes Steigar, Kagar and Mordlok by a variety of spells. You can grab it from ComandandConquer. Summers, who was home alone...
Silvia
jetty-support@...
Apr 1, 2007 12:06 pm
8973
... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business...
Nude BritineySpeers.com
jetty-support@...
Apr 1, 2007 8:25 pm
8974
... Hi Jan, From experience running open source mailing lists at ObjectStyle and Apache, there are two fairly reliable ways to prevent list spam: * making a...
Andrus Adamchik
jetty-support@...
Apr 1, 2007 11:13 pm
8975
We are unable to deliver the message from <jetty-support@...> to <jetty-support@yahoogroups.com>. You can only send plain text messages to...
Yahoo!Groups
jetty-support@...
Apr 2, 2007 3:09 am
8976
Hi, After two days of Jetty 6.1.1 work I've found in logs bellow exceptions: 04089278 [btpool2-6 - Acceptor0 SslSelectChannelConnector @ 0.0.0.0:11443] ERROR...
BoGo
jetty-support@...
Apr 2, 2007 8:46 am
8977
... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business...
Sophia Buchanan
jetty-support@...
Apr 3, 2007 2:24 am
8978
Hi, I'm currently trying to migrate my application from Tomcat to Jetty 6.1.1. I can get everything working, but I lose a nice feature on the way: the...
Müller Daniel, Be...
jetty-support@...
Apr 3, 2007 4:45 pm
8979
I'm looking for creative methods of upgrading a handler we wrote, long long ago. Our app services many different clients, and keys off of the HTTP 1.1 'Host'...
Andrew Houghton
jetty-support@...
Apr 3, 2007 10:01 pm
8980
Hi Muller, Once you declare your resource in jetty-plus.xml/jetty.xml, that resource is globally accessible. Declaring it on a WEB-INF/jetty-env.xml will make...
David Yu
jetty-support@...
Apr 4, 2007 1:13 am
8981
G'day all. We use Jetty here in a bunch of applications -- and what we love about Jetty is that it's embeddable. We use Jetty to _expose_ HTTP functionality;...
Greg Kopff
jetty-support@...
Apr 4, 2007 4:26 am
8982
Greg, From the wiki page you gave, seems like setting up Axis with jetty is as simple as including some required jars in the classpath and deploying the axis...
Nik Gonzalez
jetty-support@...
Apr 4, 2007 6:37 am
8983
Hi David, Your suggested approach still doesn't solve my problem. I want to configure the ressources globally and then rebind them for each webapp (which gets...
Daniel Mueller
jetty-support@...
Apr 5, 2007 2:32 pm
8984
... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business...
jetty-support@...
Apr 5, 2007 8:57 pm
8985
How do configure jetty to start/listen on a particular ip or hostname? I'm looking at the .../etc/jetty.xml, but all I see is a port option. Thanks! ... Take...
Corey
jetty-support@...
Apr 6, 2007 2:38 am
8986
. --2007 2-3 ...
jetty-support@...
Apr 6, 2007 4:43 am
8987
Hi all, Any comments on this? Regards, Xiao-fei ... Xiao-fei Wang/SYBASE 04/06/2007 05:00 PM To Xiao-fei Song/SYBASE@SybaseNotes cc Subject Re: test case for...
jetty-support@...
Apr 6, 2007 9:50 am
8988
Other features include:- Four password protected zones for "hidden" boot code. As a photographer, you probably don't have too much trouble ruthlessly removing...
Waters
jetty-support@...
Apr 6, 2007 3:39 pm
8989
... And moderation isn't always practical as the list moderators may not always have lots of time to do the job. (I speak from experience as moderator of a...
Steve Sobol
jetty-support@...
Apr 6, 2007 3:52 pm
8990
... Hash: SHA1 Hello list, currently I'm running Jetty 5.1.8 with Apache/1.3.33 (Debian GNU/Linux) and libapache-mod-jk 1.2.5. Today I've trying to get my...
Christian Stöber
jetty-support@...
Apr 6, 2007 4:00 pm
8991
... Hash: SHA1 Hello! Next try: I downloaded the current source of mod_jk (v1.2.21) from http://tomcat.apache.org/connectors-doc/ and compiled as described on ...
Christian Stber
jetty-support@...
Apr 6, 2007 6:21 pm
8992
... Hash: SHA1 ... The Jetty itself works fine but not with mod_jk. Oh, I've forgotten to post my configs: worker.properties: # Jetty 5 worker.list=jetty ...
Christian Stber
jetty-support@...
Apr 6, 2007 6:28 pm
8993
... -- Steve Sobol, Professional Geek ** Java/VB/VC/PHP/Perl ** Linux/*BSD/Windows Victorville, California PGP:0xE3AE35ED It's all fun and games until...
Steve Sobol
jetty-support@...
Apr 6, 2007 8:40 pm
8994
... sorry - add this inside a WebContext tag in the global jetty.xml or jetty-plus.xml or inside your app's WEB-INF/jetty-web.xml <Set name="VirtualHosts"> ...
Steve Sobol
jetty-support@...
Apr 6, 2007 8:42 pm
8995
... Many thanks! Is this generally standard type configuration stuff common to all servlet containers? I mean, will reading the servlet specification help me...
I'm using Maven 2.0.6, JDK 5, maven-jetty-plugin 6.0.0, Tomcat 5.5.23 with Cargo 0.3. I have a Struts 2 application with the Struts Filter mapped to /* and ...
mraible
jetty-support@...
Apr 8, 2007 12:15 am
8998
I was able to fix this problem by explicitly setting the contentType to "text/html". Canoo WebTest seemed to detect this issue - happens on Tomcat too, but it...
mraible
jetty-support@...
Apr 8, 2007 1:18 am
8999
Hi, It seems there has been a regression from Jetty 5.1 to 6.1 when using RequestDispatcher.forward(). Previously I was able to do something like this: ...