> Subject: Re: HTTP Status 304 on GET > From: dmik...@gopivotal.com > Date: Wed, 12 Feb 2014 08:02:01 -0500 > To: users@tomcat.apache.org > > On Feb 12, 2014, at 7:48 AM, Seema Patel <seema...@hotmail.com> wrote: > > > > > > >> Date: Wed, 12 Feb 2014 12:38:33 +0000 > >> From: ma...@apache.org > >> To: users@tomcat.apache.org > >> Subject: Re: HTTP Status 304 on GET > >> > >> On 12/02/2014 12:31, Seema Patel wrote: > >> > >>> When looking in webapps/my_application/.. at the paths shown above, they > >>> all exist. Why is it then showing a 304 error and not loading the pages > >>> properly? > >>> FYI...YUI version is 2.6.0 in case that makes any difference to this > >>> (though in the above error, even the css files are showing the 304 error) > >> > >> Did you bother to check what an HTTP 304 status code actually means > >> before sending this e-mail? I'll give you a hint, it is NOT an error code. > >> > >> Mark > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >> For additional commands, e-mail: users-h...@tomcat.apache.org > >> > > > > I have checked, but when I say error, what I meant is that it's not loading > > the yui stuff in my application (hence to me an error). > > Sorry for the confusion, I'm quite new to yui, as it was developed by > > previous developers and now I've just upgraded the java and tomcat, but > > can't get the application to work properly > > It doesn’t seem like there’s a problem with your server. As Mark mentioned > 304 is not an error code. You probably want to debug this through your > browser. Try Chrome Dev Tools or Firebug, inspect the requests and see if > there are any JS errors. > > Dan > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org >
Ok thanks Dan. I'm using IE 9, as the application seems to work on that when live. Just not working after I updated the java and tomcat versions. Will look at the IE developer tools Seema