This is an issue with the Realm implementation that you use, as Jetty will always check with it. The HashUserRealm that jetty uses by default does not...
Certainly! Issue 1: Using the demo, the following lines were modified in jetty's web.xml: <error-page> <error-code>404</error-code> ...
dechensan
jadler@...
Aug 1, 2003 1:56 pm
6568
Lemme ask an alternate question... I should first note that all this stuff is essentially for "personal" use. It's just stuff for my house/family, for my...
This is a regular posting to jetty-support as a FAQ to using this list: + This list if for jetty related support questions. General questions about servlets...
jetty-support@yahoogr...
Aug 3, 2003 9:33 am
6570
Hi, I have just made the following experiences: Target: Make PERL scripts execute in Jboss3.2.1/Jetty bundle for winXP. How to: When you want to enable Perl...
Some more anecdotes around this strange issue... On my particular WinXP system, I can run perlscripts with the ... works as well as ... With this in mind I...
Hi, I'm using jetty 4.1.1. After configuring an SSL Listener, all seems to work just fine. Then I saw the following exception. What does it mean? The page...
... It means that you should upgrade to a more recent jetty (4.2.11 or the 4.2.12 coming out soon). This was a bug in recycling a HTTP/1.1 connection where the...
Hil all. I'm currently using Jetty in conjunction with Jboss 4. Which methods are usually used to debug jsp pages in Jetty? I'm used to Tomcat where you can...
Antoine Fortuin
ant@...
Aug 4, 2003 6:09 am
6576
... I can't reproduce this. See below. ... I just did the following: [107] cp demo/webapps/jetty/snoop.jsp demo/webapps/jetty/testthis.jsp [108] vi...
... I have not used the CGI servlet a lot, but I see no reason why it should be any less easy to use than apache?? If something does not work, then I'm sure...
I have to admit that I have a foot fetish. I love to kiss, caress, suck and lick them all night. I need someone that will let me do it to them and they do the...
First, I want to say that I think Jetty is the coolest thing I've ever seen done with Java, and I can't wait to start using it. I don't mean to be critical or...
benjaminballard
benjaminballard@...
Aug 5, 2003 9:39 pm
6581
I am attempting to use virtual hosts when I initialize a WebApplication context. I am using Jetty 4.2.11 and I am configuring it programmatically. Here is...
If only there were a way to retract these things... I figured it out. I added a virtual host for my "/" context and then moved "/tet" to "/" and then they...
thanks for you comments on the doco. I think that what you are looking for is $JETTY_HOME/webapps/template Which is a template webapp. If you just run java...
Hi, I am new to usage of jetty and jetty plus. Jetty is used along with a cisco product sesm. The jetty server is started using the jmx ServerMbean....
Greg, Thank you. I had been using Jetty 4.2.9, which doesn't have a template webapp. I downloaded Jetty 4.2.11 and did as you said with success. My...
benjaminballard
benjaminballard@...
Aug 6, 2003 7:40 pm
6586
... b> then I will need to make my own .xml file to use with start.jar b> following the example of etc/webdefault.xml, and I will also have b> to set the...
... M.Allen 33 meadowsweet Eaton Ford St,Neots England PE19 7GR...
CARMENasbi@...
Aug 6, 2003 8:47 pm
6588
Srini, The Cisco SESM integration was done before the existance of JettyPlus and it does not directly support it. More importantly, SESM uses it's own MBean...
Thanks for the reply Greg, even though the question was in the wrong forum, sorry for that I would contact cisco to get it done Srini ... JettyPlus and ... ...
Hi! Could somebody clarify the configuration parameter: cgibinResourceBase 1. General description? 2. If it is a path, what is it relative to? 3. Can it be...
I am using the version of Jetty bundled with the JBoss 3.2.1 distribution. I am using the jk2 module on Apache 1.3.27. I receive the warning below following...
I believe that this bug has been fixed in Jetty 4.2.11. You should be able to drop the jetty jars into jbossweb-jetty.sar as there have been no API changes. I...
... It replaces the resourcebase of the context. It is used when looking for cgi scripts - ie a request to cgi-bin/foo.pl will try cgibinResourceBase+"foo.pl" ...
Hi, I'm trying to figure out how to get the current JAAS Subject from within a Servlet. I'm using JBoss(Jetty) 3.2.1 . I've got the login module...
nullcoder
nullcoder@...
Aug 10, 2003 4:13 am
6595
hi james, Try doing: Subject s = (Subject)request.getAttribute("j_subject"); on the HttpServletRequest object. If the user has been authenticated, then the...