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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5503 - 5532 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5503
Hi, I have a question about distributable sessions. I know there have been lots of questions on this, but I don't think I've seen the problem I'm encountering...
Chad Brandon
chdbrandon
Offline Send Email
Apr 1, 2003
2:36 pm
5504
I'm resending because I forgot the subject line....sorry about that. Hi, I have a question about distributable sessions. I know there have been lots of...
Chad Brandon
chdbrandon
Offline Send Email
Apr 1, 2003
2:53 pm
5505
I have a Jetty web server up and running within an intranet. There are 3 web applications running on the server. One at the root context "/", one at the...
curtiscantrell
clcantre@...
Send Email
Apr 1, 2003
3:01 pm
5506
Hi, I am running JBoss 3.0.6. I downloaded the latest Jetty SAR I could find (jbossweb-3.0.5-4.2.5.sar), and dropped it into the deploy directory of the...
humandoing
humandoing@...
Send Email
Apr 1, 2003
6:13 pm
5507
I am using jboss-3.0.4-jetty4.2.6-pr and I am still getting the following kinds of errors occasionally: 2003-04-01 12:32:09,374 WARN [org.jboss.jbossweb]...
leon_nicholls
leon_nicholls@...
Send Email
Apr 1, 2003
6:43 pm
5508
Hi, what can i set on http connector for heavy loaded website? Can uou help me with configurations for best performance of heavy loaded website? Thanks. Liquid...
Liquid
liquid_cz
Offline Send Email
Apr 1, 2003
7:37 pm
5509
pls see comments inline ... ... heh +) ... hmm .. could you please clarify exactly what the problem is? it is a little confusing from the description above. ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 1, 2003
9:14 pm
5510
rtfm please +) http://jetty.mortbay.org/jetty/doc/index.html specifically, you can setup apache to serve the static content and pass dynamic requests to jetty....
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 1, 2003
9:17 pm
5511
... it is generally not a good idea to hardcode a domain name within the html since that would screw up things when you serve the data from another domain ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 1, 2003
9:21 pm
5512
Hi Nimret, Thanks for the reply. I understand how serialization works, and how Java uses it. I'm trying to get distributed HttpSessions to work with Jetty. I...
Chad Brandon
chdbrandon
Offline Send Email
Apr 1, 2003
9:33 pm
5513
I should also mention that we have built other multilingual Web applications using the same Struts framework but using Tomcat instead of Jetty/JBoss, and they...
c3kc2yb
Offline Send Email
Apr 1, 2003
9:44 pm
5514
... ahhh .. what is the java type of the data you are trying to store in the session? specifically, what is the java type of the variable which stores the ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 1, 2003
9:44 pm
5515
I'm guessing that the Proxy is not letting the Host header through properly. Any chance of fixing that?...
Brett Sealey
brettsealey
Offline Send Email
Apr 1, 2003
9:58 pm
5516
Just checking that you have seen http://jetty.mortbay.org/jetty/doc/international.html...
Brett Sealey
brettsealey
Offline Send Email
Apr 1, 2003
10:22 pm
5517
I'm using JAAS form authentication, and when j_security is invoked I get the exception. So I'm assuming (I haven't looked at Jetty source yet) its something...
Chad Brandon
chdbrandon
Offline Send Email
Apr 1, 2003
10:44 pm
5518
... The error message is telling you that you have asked to distribute (by putting it into the session) a type that is not supported. I agree that it would be...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2003
12:02 pm
5519
... This is bad news. Yes, the Jetty sar should be self contained, however it does have to mesh with JBoss at some point and this is done by inheriting from...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2003
12:06 pm
5520
Hi Jules, Here is the stack trace, it looks like Jetty is what is setting the attribute, nothing in my application is being executed when the exception is...
Chad Brandon
chdbrandon
Offline Send Email
Apr 2, 2003
2:14 pm
5521
I am running jetty on a memory constrained debian linux server inside my app using blackdown's 1.3 jre. Using jetty 4.1.4, compiling the simple date.jsp that...
DC
davechandler@...
Send Email
Apr 2, 2003
2:56 pm
5522
Lee, any luck getting this to work? you code looks more or less correct??? Can you run the JMX interface (in the latest 4.2.9 release) and see what it says...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:00 pm
5523
Jetty just uses the JVMs default temp directory. this can be changed with the java.io.tmp property (or something like that). cheers ... -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:02 pm
5524
Is this a webapp or a context? If it is a webapp, then the web.xml will overwrite whatever you have configured. cheers ... -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:07 pm
5525
The following ant targets run Jetty from it's own build.xml ant run ant demo Or are you talking about a custom ant task for running jetty? That would be a...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:43 pm
5526
Have you read: http://jetty.mortbay.org/jetty/doc/international.html It probably wont help you with JSP questions... but it will tell you what Jetty's approach...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:47 pm
5527
Fluid, there are plenty of things you can do, (eg use apache for static content as nimret suggested), but milage will vary and it really depends on your...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
4:37 pm
5528
I have an application which has been running on version 4.0.5 for 6 months or so. I am attempting to port the app to version 4.2.9 of Jetty, and am having the...
falkdk4
falkdk@...
Send Email
Apr 2, 2003
6:09 pm
5529
... i would suggest trying to isolate the cause/symptoms of the problem. try it with a different browser ( ideally with wget from the cmd line) and c if the ...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 2, 2003
6:36 pm
5530
... yeah, that ought to help. as a bonus, you can catch dynamic runtime errors at compile time ( static) which you might otherwise have to hunt down by...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 2, 2003
6:38 pm
5531
The following *only* happens with SSL, similar behavior is not seen with just http. While browsing our application, the user will, seemingly randomly, ...
Clark Wright
fergu914
Offline Send Email
Apr 2, 2003
8:23 pm
5532
Suggestions: 1) enable ssl debug: http://jetty.mortbay.org/jetty/doc/JettyDebug.html 2) strap on a packet trace using ethereal or some such tool - should help ...
Brett Sealey
brettsealey
Offline Send Email
Apr 2, 2003
9:15 pm
Messages 5503 - 5532 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