I am using Jetty 3.1.5 and having a followng problem My servlet is registered with following call <Call name="addServlet"> <Arg>WebLogBrowser</Arg> ...
Miroslav Halas
miroslav15@...
Feb 1, 2002 9:36 am
2283
Is there a way to add JAR files in common lib directory to the classpath of multiple/all web-apps? Currently I have to copy the JARs around to every web-app...
Per Salmi
per.salmi@...
Feb 1, 2002 9:44 am
2284
Can you a) send me the request log for this and b) run with debug on and send me the relevant part of that. 405 is only generated by the ResourceHandler or the...
I found a way to demonstrate this bug but, no fix...sorry. If I have a multi value header in an HttpFields object and I use remove() to get rid of it, an...
I am trying to dig up more information and samples of BASIC Authentication to add some very basic security to some Servlet applications. I've read as much as...
... Jetty implements an abstract UserRealm mechanism, which in the default config is implemented with the HashUserRealm class, which reads usernames and...
Hi, I'm not sure if anyone else also has this problem... We're running Jetty 3.1.5 on Redhat 7.1 with the BD 1.3.1-FCS There are some pieces of our website...
Firstly, this must be a JVM or OS bug, so you may want to look at updating your JVM or trying the IBM one etc. Java is meant to be a safe language and no...
I'll try the latest bd jdk and then ibm and let you know. By secure, I meant https and by redirection - sendRedirect. Thanks Vivek ... updating ... language ...
I first asked this on the Sun discussion forum as it seems more of a general servlet question than anything to do specifically with Jetty. As I didn't get any...
Shimon Crown wrote: ... Currently Jetty has no common lib directory, but it is pretty simple to have your startup script do something like: for i in...
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...
Feb 4, 2002 2:24 pm
2296
Hi, I start Jetty from my application as follows: server = new Server(); SocketListener listener = (SocketListener) server.addListener(new...
ghostclown2001
webmaster@...
Feb 4, 2002 7:38 pm
2297
I'm using the JBoss/Jetty combo, so things are a little different right off the bat. But, what I want to do is setup two different listeners on two different...
nukleopatrus
R.Price@...
Feb 4, 2002 9:38 pm
2298
Chuck? The err and out streams should not be generating that much stuff after start up???? What sort of things are you seeing in the log? What versio are you...
Well in standalone Jetty, the solution to this is to create two HttpServer (actaully two o.m.j.Server) instances. This may still be possible in JBoss, as you...
First off, since you're talking .sar files, I'm assuming this is in reference to JBoss 3.0. We're using 2.4.3 if I remember right. I guess the problem is ...
R.Price@...
Feb 4, 2002 11:24 pm
2301
Yep - the virtual host trick wont work for you. So a few more suggestions: Have a single webapp, with a servlet at / that uses the port number to select...
Ahh...didn't even think to add a second jetty service in jboss.jcml. But, I still have the problem of configuring one app to be deployed to one service, and...
R.Price@...
Feb 5, 2002 12:13 am
2303
Well each Jetty service will have it's deploy mechanism exposed via the JXM interface. So manually you should be able to set it up with local access by...
Hi Greg, please disregard this. Error was of course in my call. I have called doPost on base HTTPServlet which resulted in this error. Thanks, Miro ... From:...
I'm new on jetty tryng to configure it. My JETTY_HOME environmental variable is D:\JBoss-2.4.4\jetty When I run jetty with the original run.bat file it looks...
b_sagiv
b_sagiv@...
Feb 5, 2002 10:53 am
2306
Hi, I won't be putting too much emphasis on this since I don't have the _latest_of_the_latest_ version of Jetty, and will update in a week. I have the Jetty 4...
... Sorry, when Jasper finds a compilation error it doesn't show the default Jetty error page but its own (not really a problem since on deployment there will...
anyone know how to configure Jetty to force browser to have 128 bit encryption. they way i have it configured now, it just seems to match whatever the browser...
roydavisjr
roydavisjr@...
Feb 5, 2002 11:10 pm
2309
I'm not too clear what the problem is but:- - A simple mod to a JsseListener class could be made to allow you to set the list of cipher suites to enable for...
Brett Sealey
bretts@...
Feb 6, 2002 12:01 am
2310
I'm a newbay at JBoss and Jetty and unfortunatly nothing succeed! I had install it again: (JBoss-2.4.4_Jetty-3.1.3-1) Define env's variables: CLASSPATH :...
I answered this question just recently, so if you had looked through the archives you would have found it. But ok, here it comes again: "The default...