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...
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...
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@...
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@...
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@...
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...
pls see comments inline ... ... heh +) ... hmm .. could you please clarify exactly what the problem is? it is a little confusing from the description above. ...
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....
... 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 ...
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...
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...
... 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 ...
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...
... 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...
... 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...
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...
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@...
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...
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@...>...
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...
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...
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...
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@...
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 ...
... 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...
The following *only* happens with SSL, similar behavior is not seen with just http. While browsing our application, the user will, seemingly randomly, ...
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 ...