Hi, I am trying to get access to my stdout from JBoss-Jetty but it seems to be being swallowed up somewhere. The webapp I am trying to deploy prints a ton of...
rakhaal
rakhaal@...
May 1, 2002 3:29 pm
3455
Hi, I am trying to secure a servlet using ssl. I want the servlet to support client authentication and get hold of the client certificate for verification. I...
askolatkar
askolatkar@...
May 1, 2002 7:37 pm
3456
Hello everyone, I used ethereal to monitor TCP/IP traffic. I saw Netscape visit a page, if that page got images, it will open another socket. Can someone tell...
Leigh Wanstead
leigh@...
May 1, 2002 8:42 pm
3457
Hello Can any one suggest me how to do the following I have a url called www.siquell.com, i want multiple instances on the same url like given below ...
lifebeforeu
lifebeforeu@...
May 2, 2002 6:56 am
3458
I think JBoss eats the output, but I'm not sure where it puts it. Probably best if you ask the jboss-user mailing list. If you use jetty on it's own, stdout...
Two answers, once apon a time - before HTTP/1.1 browsers would use 3 or 4 connections to get the images from a page. The reason was to avoid request-response...
Hi. Seems like you want virtual hosting, and that is something that JBoss does not currently support, although it is in the wings for JBoss3.x. In the interim,...
That's not exactly right for the web-jetty.xml stuff. You don't add a webApp insie the web-jetty.xml file, you only can call methods on a webapp already...
2.4.5 does - and I think 3 as well now - look for a virtual host tag in jboss=web.xml Jules ... __________________________________________________ Do You...
Well we kind of support it - in as much as the JsseListeners can be configured to do client certificate authentication. But we have not yet made the link...
Dear Greg, When can I get ResourceHandler's modification? I mean include gzip's support. Best Regards Leigh...
Leigh Wanstead
leigh@...
May 5, 2002 9:02 pm
3466
All the latest changes are in the RC1 release on source forge. I'm about to do an RC2 release with some authentication fixes in it, so you may want to hold off...
JBoss redirects, by default, System.out and System.err to its log file in the JBoss server/default/log/server.log (if using default setup, otherwise substitute...
Hello, Anyone please give some help on path name case problem I meet: in Windows NT, I installed in C:\Program Files\Jetty\... directory, while launch my...
heliuzhou99
heliuzhou99@...
May 6, 2002 9:32 pm
3469
Please read the README and/or the tutorial. There are GOOD reasons for being case sensitive, but there is a way to turn it off. regards ... -- Greg...
Greg, Thanks for reply. I find org.mortbay.util.FileResource.checkAliases, but still confused on how to do it, it looks like there's no public attribute for me...
z hee
heliuzhou99@...
May 7, 2002 3:12 pm
3471
It is just a normal java property. However you start jetty, change it so that it is started with: java -Dorg.mortbay.util.FileResource.checkAliases=false .......
What if I start jetty server in my Java application, like following, is there's a way to set it up in program or by xml? private static void startWebServer() ...
z hee
heliuzhou99@...
May 7, 2002 4:04 pm
3473
Well, you could call System.setProperty(...) or you could just make sure the case matches (remember this is a security problem to turn it off). But I will add...
Ok, It's quite clear now, I tried and it's working. Thank you a lot your help. Greg Wilkins <gregw@...> wrote: Well, you could call...
z hee
heliuzhou99@...
May 7, 2002 5:29 pm
3475
... One related "gotcha" here is that Java has difficulty with paths that include spaces on operating systems that use the "\" character as the path separator....
Ask help again, please forgive me my stupid questions...as you can see, a starter... Is it possible to put the Authentication setup part into webdefault.xml so...
z hee
heliuzhou99@...
May 7, 2002 8:27 pm
3477
Hello everyone, I read http://jetty.mortbay.com/jetty/tut/Server.html and deploy Velocity( http://jakarta.apache.org/velocity/index.html ) forumdemo.war into...
Leigh Wanstead
leigh@...
May 7, 2002 8:53 pm
3478
Hi, while debugging a problem with badly encoded values in the session context I have recognized, that parameters, that are transmitted with the http GET...
Flynn Marquardt
flynn@...
May 8, 2002 10:07 am
3479
To have your own set of handlers, you need to build your own Java server based on the Jetty Server class. Then you can control all aspects of Jetty (class) ...
The other alternative is to just not worry about the extra handlers. they cost bugger all and they are only there because of the standard. But if you really...
Hello all, Recently I've been working on a network monitoring application that has jetty bundled within. I'm more familiar with Apache and I was wondering what...
gonlinetoday
gonlinetoday@...
May 8, 2002 2:46 pm
3482
Hello all, Recently I've been working on a network monitoring application that has jetty bundled within. I'm more familiar with Apache and I was wondering what...