Hi,
I hade a similar experience when I run the FireBug extention in FireFox.
but there was not as many as 500 requests more like 20 under some
circumstances.
/Per Jonsson
Christopher Schultz skrev:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alan,
Alan Chaney wrote:
| Have you checked
don't know how) and check it out.
I can really recomend YourKit Java Profiler.
/Per Jonsson
vdedaniya skrev:
Hi All,
Our company is using Xplanner as a tool for scrum process. Xplanner is an
open source and has been customized by our team to a great extent, recently
we have noticed a
e you have the right setup in the IIS, tomcat and conector
settings so the client (webreader) have access to this servlet/resource.
/Per Jonsson
Swaroop George skrev:
Context: I am trying to setup a reverse proxy solution from a DMZ
server to an internal server. The DMZ server is running Windows
Hi!
Yes ofcourse, you are right, I was to hasty.
Does it work if you add an os.flush() before the loop?
/Per Jonsson
Peter Kennard skrev:
That is not an error, the last item in the (for(;;here)) is executed
after the loop code is executed - the "side effect" only has effect
with
Hi!
You have a little error, you are using ++i instead of i++ on:
for(int i = 0; i < 5; ++i)
The first iteration is a 1 because the increament is done before instead
of after the looping.
/per jonsson
Peter Kennard skrev:
I have some real mysterious behavior, it seems the first ch
web.xml with the 2.5 schema, but I can't confirm that, I
have myself struggling with jsf1.2 and facelets and had some problems
and suddenly it worked.
/Per Jonsson
Gerald Holl skrev:
David Delbecq wrote:
Please provide the full jsp please.
Side note: JSF and non-JSF tags do not mix very we
SchemaFactory schemaFactory =
SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
---8<---
I was thinking using the jre6 in a production where we use a lot of xml
translations and if it's some problems I won't do it.
Regards Per Jonsson
Mark Thomas skrev:
Per Jonsson wrote:
work fine.
If i understand it correct the right declaration should be:
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd&q