Search the web
Sign In
New User? Sign Up
jetty-support · Jetty Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2282 - 2311 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2282
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@...
Send Email
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
10:02 am
2285
Use the system classpath: export CLASSPATH=$CLASSPATH:/home/myapp/lib/mycommon.jar java org.mortbay.jetty.Server etc/myconfig.xml OR set...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
10:04 am
2286
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...
swtet
Online Now Send Email
Feb 1, 2002
6:55 pm
2287
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...
timjmit
Offline Send Email
Feb 1, 2002
9:01 pm
2288
... Jetty implements an abstract UserRealm mechanism, which in the default config is implemented with the HashUserRealm class, which reads usernames and...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
10:42 pm
2289
Tony, simple fix to nasty little problem.... 434: public boolean hasMoreElements() { if (f!=null) return true; while (i<_fields.size()) { Field...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
11:34 pm
2290
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...
viveksheenu
Offline Send Email
Feb 2, 2002
12:19 am
2291
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 3, 2002
5:17 am
2292
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 ...
viveksheenu
Offline Send Email
Feb 3, 2002
5:53 am
2293
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
shimon_crown.rm
Offline Send Email
Feb 3, 2002
5:59 am
2294
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 3, 2002
6:23 am
2295
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...
Send Email
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@...
Send Email
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
10:57 pm
2299
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
11:06 pm
2300
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
11:53 pm
2302
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 5, 2002
1:35 am
2304
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:...
Miroslav Halas
mirohalas
Offline Send Email
Feb 5, 2002
6:39 am
2305
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@...
Send Email
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...
Ignacio Coloma
alu1344
Offline Send Email
Feb 5, 2002
6:56 pm
2307
... 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...
Ignacio Coloma
alu1344
Offline Send Email
Feb 5, 2002
7:12 pm
2308
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@...
Send Email
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@...
Send Email
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 :...
b_sagiv
Offline Send Email
Feb 6, 2002
12:11 pm
2311
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...
Fredrik Borgh
fredrikborgh
Offline Send Email
Feb 6, 2002
12:24 pm
Messages 2282 - 2311 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help