This is a regular posting to jetty-support as a guideline to using this list: + This list if for jetty related support questions. General questions about ...
jetty-support@yahoogr...
Jun 1, 2001 7:36 am
1125
We are also trying to implement client certificates and looking for SSL implementation that supports it. Does any body have more information on this? We are...
oserver@...
Jun 1, 2001 5:34 pm
1126
Hello, I've just installed and compiled Jetty 3.0.6 to replace a JavaWebServer installation. I'm very new to xml, and have tried for a couple of hours to get...
Michael Tombs
mtombs@...
Jun 1, 2001 6:18 pm
1127
Is there any problem when using Xerces with Jetty? I heard that Crimson will be replaced with Xerces2 which is currently under development. Thanks in advance....
Buhmjin Yin
sugar999@...
Jun 2, 2001 9:51 am
1128
... I've been using Xerces with Jetty for a while and have not had any problems. I had to drop the microstar parser and install Xerces because a class library...
Kevin L. McBride
klm@...
Jun 2, 2001 2:41 pm
1129
Mike, The file alias you are talking about is probably not... Try something like: <Call name="addContext"> <Arg>/si/*</Arg> ... <Call name="setMimeMapping"> ...
Brett Sealey
bretts@...
Jun 2, 2001 11:11 pm
1130
It is on the to-do list. It may be some months away though depending on our other commitments. Is there much demand for this at the moment? As an aside - I...
Brett Sealey
bretts@...
Jun 2, 2001 11:19 pm
1131
I am running the 2.2.4 version of Jetty as installed into Tivoli's NetView. I need to be able to run cgi scripts. I was refered to ... ...
Don Davis
don-n-darla@...
Jun 4, 2001 12:32 pm
1132
Don, the person to ask about this is probably Jules, but I suspect that any contemporary version of his Servlet will work - even with 2.2.4. In fact the cvs...
Brett Sealey
bretts@...
Jun 4, 2001 10:18 pm
1133
Hi we are using Jetty version 3.0 on the following environment. Sun os 5.8, JDK 1.2. We are trying to load a PDF, Which gets loaded with out any problem for 24...
gullapalli ramakrishn...
rkgullapalli@...
Jun 5, 2001 1:52 pm
1134
Is it possible to get the File Alias and Port Number once the session is already running from the servlet? I have been trying to convert from JavaWebServer,...
Michael Tombs
mtombs@...
Jun 5, 2001 3:27 pm
1135
If you mean you want this information in the setting of dealing with a servlet request, then have a look at HttpServletRequest, it has getContextPath() and...
Brett Sealey
bretts@...
Jun 5, 2001 10:41 pm
1136
Hi Rama Krishna, in the early Jetty3 releases there was a problem with multi-part ranges that caused the acrobat reader to not behave well. It is possible that...
Brett Sealey
bretts@...
Jun 5, 2001 10:44 pm
1137
Hi there, Sorry to keep posting, I think this is almost working, the servlet is loading fine, but I keep on getting a couple of errors that I just can't figure...
Michael Tombs
mtombs@...
Jun 7, 2001 8:05 pm
1138
Michael, It is very common to have connections closed abruptly by the client, you normally just don't hear about them unless debug is turned up. So I think you...
Brett Sealey
bretts@...
Jun 7, 2001 11:25 pm
1139
Hi, Can I add more then one host to a SocketListener or do I have to add a new listener for every DNS name I wish to support? If I can do it in one listener,...
Sash Katsnelson
sash@...
Jun 11, 2001 5:13 pm
1140
Oooops, I guess I didn't make this clear enough: In a situation where I have three or more IP/dns name pointing to the same machine and I only want jetty to...
Alexander Katsnelson
swishey99@...
Jun 12, 2001 8:57 pm
1141
... Yes, you can add two listeners - they both work on the same HTTPServer, so the contexts in that server will get served from both listeners. Matt...
Matthew Watson
mattw@...
Jun 13, 2001 2:24 am
1142
Is there a way to stop Jetty from generating response headers for a servlet? Basically, I have a servlet where I want to generate all of the response headers....
Ric Emery
remery@...
Jun 13, 2001 8:56 pm
1143
Hi, I'm a new user to Jetty. I need to use JSP files, and have them compiled in a directory of my choosing. I have added the following to my xml file, <Call...
aniket_sule@...
Jun 14, 2001 1:34 pm
1144
Yes, i understand that. My question, is there a way to do this with out using two sepparate listeners? ... ...
Alexander Katsnelson
swishey99@...
Jun 14, 2001 1:54 pm
1145
I have also tried this with no luck... Any help would be be appreciated, thanks. Daren...
Daren R. Sefcik
daren@...
Jun 14, 2001 3:15 pm
1146
I dont know how much this would help, but .. The classes and java files seem to get generated in the directory specified by "javax.servlet.context.tempdir"...
aniket_sule@...
Jun 14, 2001 4:06 pm
1147
I think the directory has to exhist. Also, might want to try putting full path just to test. ... ...
Alexander Katsnelson
swishey99@...
Jun 14, 2001 5:47 pm
1148
Hi, I am using Jetty 3.0.6 as an embedded server . this gets fired off from my java application. I use jsp files that need to access some classes of my...
aniket_sule@...
Jun 14, 2001 6:43 pm
1149
After looking into the code it looks as if your only choice is to use two listeners, since a listener can only hold a single IP address. The address 0.0.0.0...
Fredrik Borgh
s98mike@...
Jun 14, 2001 11:13 pm
1150
SocketListener listens on a given single network interface address and port number. You can listen on all interfaces by not specifying the host IP address. ...
Brett Sealey
bretts@...
Jun 14, 2001 11:51 pm
1151
Hi, I am trying to get the basic installation of Jetty started - but failing... I am using NT4 with jdk1.3 from Sun. I have installed both the above releases...
Chris Kimpton
kimptonc@...
Jun 15, 2001 1:49 pm
1152
OK, I'm only guessing here, but I've read some earlier posts where there has been a problem if you used c:\ instead of C:\. Try using a capital C (in the path...
Fredrik Borgh
s98mike@...
Jun 15, 2001 2:06 pm
1153
Hi, ... there has been a problem if you used c:\ instead of C:\. Try using a capital C (in the path to JETTY_HOME) and see what happens. ... DOH! Thanks - that...