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 7356 - 7385 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7356
Lese selbst: http://globalfire.tv/nj/03de/politik/fruehtod_reform.htm EU-Abgeordnete goennen sich luxurioese Vollversorgung: ...
gregw@...
gregjwilkins
Offline Send Email
May 18, 2005
8:59 pm
7357
Okay, I've got a jetty 6 server running on windows via the jetty6:run maven plugin. Now I have a normal .js file and I'm getting the following weirdness: -...
Dan Adams
jetty-support@...
Send Email
Jun 1, 2006
9:13 pm
7358
We are looking to move from Jetty 5.1.5 to Jetty 6, but need to use db connection pooling. Is the functionality to do connection pooling available in Jetty 6? ...
Jonathan Jackson
jetty-support@...
Send Email
Jun 2, 2006
3:46 am
7359
Hi Jonathan, This link (http://docs.codehaus.org/display/JETTY/JNDI) will help you with the database configurations in jetty6. Regards, Nigel ... ...
Nigel Canonizado
jetty-support@...
Send Email
Jun 2, 2006
4:35 am
7360
I need to run a number of different jetty instances on the same Linux machine. Using jetty-4.2.24 each instance creates its own 'work' directory within /tmp...
Daniel Farinha
jetty-support@...
Send Email
Jun 2, 2006
8:24 am
7361
Hi Jonathan, As an alternative, you can put a jetty-env.xml file on your webapp's WEB-INF directory. The file would contain: <?xml version="1.0"?> <!DOCTYPE...
David Michael Yu
jetty-support@...
Send Email
Jun 2, 2006
12:04 pm
7362
Hi, JNDI no longer works in beta 16, beta 17 and the latest nightly builds (577). Getting build error when attempting to create the test-jndi app: [WARNING]...
Paul Watkins
jetty-support@...
Send Email
Jun 2, 2006
2:58 pm
7363
It seems that xapool moved to group "com.experlog". Stefan ... _______________________________________________ Jetty-support mailing list ...
Stefan Armbruster
jetty-support@...
Send Email
Jun 2, 2006
4:15 pm
7364
... Does this always affect windows? If so, maybe it should be disabled by default if the file separator is the Windows one. If not, will the release notes...
Bruce Lewis
jetty-support@...
Send Email
Jun 3, 2006
2:23 am
7365
Thanks, I made the changes in the pom.xml and rebuilt the test-jndi-webapp but there still are errors at server startup: 2063 [main] WARN org.mortbay.log -...
Paul Watkins
jetty-support@...
Send Email
Jun 3, 2006
7:05 am
7366
Thanks Jan, This solves one problem -- now test-jndi compiles but now another startup error has appeared. Seems to be related to: ...
Paul Watkins
jetty-support@...
Send Email
Jun 6, 2006
1:01 am
7367
... You were explicit. I was the one who spoke ambiguously. What I meant to ask was, do memory-mapped file buffers always have a deleterious effect on...
Bruce Lewis
jetty-support@...
Send Email
Jun 6, 2006
3:44 am
7368
Jan, I should clarify things here: the errors below are with the latest version of the source code (583?). Everything is fine with beta 17. Thanks, Paul ... ...
Paul Watkins
jetty-support@...
Send Email
Jun 6, 2006
3:47 am
7369
One more observation. Since beta 16 jndi-test does not work properly on the Commit and Rollback tests. Each time either option is selected a HTTP 500: internal...
Paul Watkins
jetty-support@...
Send Email
Jun 6, 2006
4:18 am
7370
Hello- I'm using the <Set name="defaultsDescriptor"> tag in my jetty.xml to set a new defaults context- the only reason I'm doing this is to disallow directory...
Daniel Burkes
jetty-support@...
Send Email
Jun 6, 2006
5:08 am
7371
When I catch an exception I check if the response is committed using isCommitted(), and if not I reset() it and then output some debugging information. With...
Chris Nokleberg
jetty-support@...
Send Email
Jun 6, 2006
7:12 am
7372
... Thanks for the pointer, but what I would really like is to provide a path relative to the location of the jetty configuration file itself (that is, the...
Danny Burkes
jetty-support@...
Send Email
Jun 6, 2006
9:19 am
7373
... Relative to what? Regards, Danny _______________________________________________ Jetty-support mailing list Jetty-support@... ...
Danny Burkes
jetty-support@...
Send Email
Jun 6, 2006
9:37 am
7374
Hi Jan- ... Since I couldn't find a good way to indicate "relative to the jetty.xml file that you are now processing", I moved my modified webdefaults.xml into...
Daniel Burkes
jetty-support@...
Send Email
Jun 6, 2006
2:38 pm
7375
Hi all, i am trying to configure Jetty6 to use 2 JNDI ressources, mainly a jdbc one and a javamail session one. For the JDBC part, i am trying to use C3P0 ( ...
Christian Meunier
jetty-support@...
Send Email
Jun 6, 2006
7:19 pm
7376
Hi Christian, I tried this one and this worked for me for the datasource configuration. <New id="myds" class="org.mortbay.jetty.plus.naming.Resource"> ...
Nigel Canonizado
jetty-support@...
Send Email
Jun 7, 2006
1:45 am
7377
Jan, The nlog4j depdendency is removed in the test-jndi-webapp/pom.xml and the test-jndi-webapp has been compiled. The test-jndi app loads but the problem is...
Paul Watkins
jetty-support@...
Send Email
Jun 7, 2006
6:16 am
7378
Works fine Nigel, thank you very much ! Any idea to bind a javamail session in the jndi ? Regards Chris ... _______________________________________________ ...
Christian Meunier
jetty-support@...
Send Email
Jun 7, 2006
2:32 pm
7379
Hi Jan, Thanks for the response. The two db directories were in the /tmp directorys: myderbyDB1, myderbyDB2 -- These had been there from the beginning of...
Paul Watkins
jetty-support@...
Send Email
Jun 7, 2006
2:44 pm
7380
Hi, Is there any way to selectively disable the session id being encoded into URLs? I would like to make my urls bot friendly? Thanks, John. ...
John Patterson
jetty-support@...
Send Email
Jun 7, 2006
8:30 pm
7381
Can jetty 5 be used to deploy a JSR 181 WS (annotations)? Srgjan _______________________________________________ Jetty-support mailing list ...
Srepfler Srgjan
jetty-support@...
Send Email
Jun 7, 2006
10:37 pm
7382
I'm having trouble building Jetty 6 from SVN. After updating my working copy with 'svn up' I do 'mvn clean install'. It builds and runs a number of tests, but...
Daniel Farinha
jetty-support@...
Send Email
Jun 8, 2006
12:32 pm
7383
I'm using svn version 1.2.3, and checked out https://svn.codehaus.org/jetty/jetty/trunk I don't have a classpath environment variable set for the system nor...
Daniel Farinha
jetty-support@...
Send Email
Jun 8, 2006
1:39 pm
7384
Yup, revision 590. I did a fresh checkout as well, just to make sure. My JAVA_HOME=C:\Program Files\Java\jdk1.5.0 Ah, I'm using mvn 2.0.1. That could well be...
Daniel Farinha
jetty-support@...
Send Email
Jun 8, 2006
2:04 pm
7385
I am new to jetty and wanted to run the simple sample server code they have in the tutorial. I copied it and pasted it into eclipse, then added the import...
Dan Scholten
jetty-support@...
Send Email
Jun 8, 2006
9:49 pm
Messages 7356 - 7385 of 10422   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