In fact, this wrapper contains some "helper" method to access attribute and assume casting functions. The main purpose is to avoid attribute name mismatch. ...
Picron Geoffrey
geoffrey.picron@...
Aug 1, 2002 8:25 am
3586
The flush call is meant to commit the response. ie send the headers and any content written so far. Thus setting the status after the headers have gone is too...
Indeed, it was my error. Modificaiton of any of the header/status values after a OutputStream flush() or close() should be either ignored & some debug/warning ...
Hi I'm new to jboss and jetty. I just tried to install it in MacOS X, and the installations appeared to go smoothly. I followed the directions on apple's...
mfischma
mfischma@...
Aug 2, 2002 8:59 am
3589
mfischma, Posting to just jetty-support or jetty-discuss is sufficient. No need to duplicate the posting. This question should have gone to jetty-support...
Hi, Tried this in both 4.01 (bundled with JBoss) and 4.04 (stand alone) on Win2K JDK 1.3.1. I mapped a number of jsp pages to URLs. My web.xml contains, for ...
I think I've just developed a really neat way of handling "/" requests with a Servlet. It uses a Filter to redirect the request. Class "WelcomeFilter" and a...
OK, I have done a fix so that once dispatched the attributes may be set by the target servlet. This allows the jasper include mechanism to work (As I have not...
... Huh? Here's how I solved the problem (in Windows NT, not OS X, but still...): My html files are in C:/web/www For example, I have C:/web/www/index.html ...
twe3lve2
trogers@...
Aug 2, 2002 10:12 pm
3595
I don't know what the //* is about? / should have worked fine. The code in HttpServer.main() is: // Create the server HttpServer server = new HttpServer(); //...
Hi, I am using JBoss3 with Jetty and I am trying to get form authentication working, storing my users and passowrd in a database. No problems with JBoss (i...
suecochilango
suecochilango@...
Aug 3, 2002 5:13 pm
3597
If Jetty is doing all it's stuff correctly, but the authentication is failing, then either we are passing the wrong principal/credential to JBossSX, or you...
What versions are you using? What security role are you specifying? Have you tried the * security role? If you are getting a role failure, then the user has...
JBoss 3.0.0 bundled with Jetty (have not found what version of Jetty that is used with JBoss 3.0.0, sorry) The * security role works fine, but my normal...
suecochilango
suecochilango@...
Aug 4, 2002 6:05 pm
3600
Is there any chance that you can try a later version of JBoss? Even a CVS snapshot. cheers ... -- Greg Wilkins<gregw@...> GB Phone:...
Chris, good idea, but you may want to consider a slight enhancement. Can you make it configurable so that it can either do a redirect or a RD.forward to the...
Hi all, I'm currently having problem with Jetty handling unicode form. When I try to get the input parameters via req.getParameter ("something") in a servlet...
kng.tw
nevin@...
Aug 6, 2002 5:15 pm
3603
Hi, I'm trying to embed Jetty within an App I'm building, and am having problems getting Init Parameters into servlets... ... public void init(ServletConfig...
James House
jhouse@...
Aug 6, 2002 7:32 pm
3604
Sorry, I missed a few points: I'm using Jetty 4.1 RC0 And I failed to show a snippet of the handlers I'm adding to the ... ServletHandler srvletHandler = new...
James House
jhouse@...
Aug 6, 2002 7:44 pm
3605
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 6, 2002 7:59 pm
3606
Hi Nevin, Which version of Jetty are you using? Does the FAQ at http://jetty.mortbay.com/jetty/doc/international.html help? Chris ... From: "kng.tw"...
James, The "Java Servlet Programming" book I've got drums it into its readers that you *must* always call "super.servletInit(cfg);" immediately inside...
Yes, I've tried that... I guess I accidentally "killed" that line as I was erasing the irrelivant lines of that method after I copied it into the email... ...
James House
jhouse@...
Aug 6, 2002 10:45 pm
3609
Ahh... I figured it out.. I need to set the parameters on the ServletHolder... Thanks, James...
James House
jhouse@...
Aug 6, 2002 11:45 pm
3610
Hi, I've got another issue... I'm feeling like this one is a Jetty 4.1RC0 bug... if it's not a bug, then it's at least very confusing. Here's the code snippet:...
James House
jhouse@...
Aug 7, 2002 12:45 am
3611
If a client has sensitive information in the session object and does not want it persisted to disk, can jetty be configured not to write to disk (conserving...
James, it certainly looks like a bug??? I'll investigate in short order but you may want to try using /context/* in both places to see if that is it. cheers ...
The default session manager for stand alone jetty is just a in memory hash table - so it does not get serialized to disk. There are now several other session...
What is the situation when I use the JBoss3-Jetty bundle rather than standalone? ... memory ... can ... like ... does ... write ... http://jetty.mortbay.org ...