On Thu, Apr 03, 2003 at 05:18:13PM -0800, Ed Ventura wrote:
> Yeah, the java programmer here redid the site that I created in
> dreamweaver with his own code and it worked fine. Of course he
> changed the jsp pages to be template pages instead.

     It's really hard to know what could have been happening, without
seeing the code or an exception stack trace or anything.  Quite likely
the Dreamweaver-generated code was doing something the brute-force way
and that brought the server down.  For example, if you were selecting
a bunch of rows and displaying them, depending on how many rows are
returned by your select, you could easily overwhelm the memory of the
system and bring the JVM crashing down.

     Not to say that's what was happening, but it's the sort of thing
that could easily happen.

Steven J. Owens
[EMAIL PROTECTED]

"I'm going to make broad, sweeping generalizations and strong,
 declarative statements, because otherwise I'll be here all night and
 this document will be four times longer and much less fun to read.
 Take it all with a grain of salt." - Me at http://darksleep.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to