[thelist] JSP?

Daniel J. Cody djc at five2one.org
Tue Oct 3 09:43:10 CDT 2000


Actually, just to throw my 2 cents in here, I'd agree with Nicola..

We host a JSP application with jakarta/tomcat on Linux and its *always*
crashing. If the app. can't reach the DB(for some wierd reason), it will
crash. No errors, just crash.(crash tomcat i mean, not the entire
server) Which means that we - the hosting company - look bad because it
looks like our fault, even though its a combination of shitty coding and
JSP.
One other little annoyance, it loves to race up DB connections.
Apparently the guy who wrote the code never heard of connection pooling,
or JSP doesn't support it.

Just my experiences :)

.djc.

> Just how stable is JSP? I run a few functions, and if I screw up on the
> syntax, the server goes down.

Ummm... what are you doing? Trying to calculate PI? Looking for alien
existence on Venus? Usually, when you get a syntax error, it will print
it
out to the screen.

What JSP "server" are you using?

I'm also an ASP convert (recent, too)... so if you need some help with
JSP
itself, maybe I can help out.




More information about the thelist mailing list