RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
a few years ago we use DWR to dynamically create html tags which were fed into the response to modify colors and fonts mostly.. Martin __ While hiding in a cave from the government Miles and Luna happen upon a 200 years old Volkswagen. To get enough

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 1:00 PM, Dave Belfer-Shevett wrote: You're returning no header information. That's not the case actually - the http headers are there (curl -i shows them). Is your request going directly to the app server on which this is running, or is some apache httpd/proxy/etc. in between that

Re: Bizarre sporadic problem with streaming a stylesheet. [Solved?]

2010-09-21 Thread Dave Belfer-Shevett
So this got weird. I tried everything. Rewrote the method, changed the responses, put debugging all over - nada. I could reproduce the problem by rapid-firing ^R at the browser, and the home would render with the stylesheet about half the time. It was interesting seeing it flip back and for

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one "stream" a stylesheet? As someone else commented, I'm not actually 'streaming'. What I'm using is a database to source the stylesheet (in the

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Dale Newfield wrote: On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could either add css as an action extension or maybe use urlrewrite to make

RE: Tomcat 5.0.27 Issue

2010-09-21 Thread Roland T. Craddolph
Webapp context -> Package -> amagatto.solutions.example This was built using the following command and placed out on a Tomcat webserver with the version of 5.0.27. For my testing instead of using Tomcat 5 it's using 6 and it had no problems at all. Other than downgrading my Tomcat webserver I us

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:02 PM, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one "stream" a stylesheet? I was assuming he just meant that he wanted to feed the output out from a stream, although you're right -- unless the c

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Newton
On Tue, Sep 21, 2010 at 12:02 PM, Martin Gainty wrote: > to ask the unasked question..If Streaming is associated with media types > such as audio or video > How does one "stream" a stylesheet? > By sending the bytes to the client. Dave

Re: Tomcat 5.0.27 Issue

2010-09-21 Thread Dave Newton
Your webapp context is "amagatto-solution-1.0-SNAPSHOT"?! And you have a package named "example"? It's going to be impossible to help without some configuration/deployment information. Dave On Tue, Sep 21, 2010 at 11:13 AM, Roland T. Craddolph < rcraddo...@amagatto.com> wrote: > The requested

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
to ask the unasked question..If Streaming is associated with media types such as audio or video How does one "stream" a stylesheet? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertrau

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could either add css as an action extension or maybe use urlrewrite to make a .css url actually result in your .actio

RE: Tomcat 5.0.27 Issue

2010-09-21 Thread Roland T. Craddolph
The requested resource /amagatto-solutions-1.0-SNAPSHOT/example/HelloWorld.action is not available. My pom file includes the following dependencies: junit - 3.8.1 spring-mock - 2.0.5 spring-core - 2.0.5 servlet-api - 2.4 jsp-api - 2.0 struts2-core - 2.0.11.2 Roland T. Craddolph Amagatto Solution

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Rahul Mohan wrote: Did you take a look at this request through Firebug? It might show some useful info. I haven't, but I'm not sure where this would pin it down. For example, if I use curl to pull the stylesheet rapid fire: curl http://localhost:8080/congo/public/getCon