RE: Looking for a few good books

2004-12-30 Thread John Najarian
O'Reilly is the 1 I've used and like. -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 10:02 AM To: Tomcat Users List Subject: Looking for a few good books I am in need of some good books for developing solid JSP code. T

Re: Looking for a few good books

2004-12-30 Thread apuerta.foros
Sorry, i'm a little confused. El jue, 30-12-2004 a las 20:13, apuerta.foros escribió: > Hi. > > I have some servers with Apache2 + Tomcat5, with some virtual hosts > inside. > The servers are in production and nothing is reloaded. I've installed > the Tomcat Manager to reload those virtual

Re: Looking for a few good books

2004-12-30 Thread apuerta.foros
Hi. I have some servers with Apache2 + Tomcat5, with some virtual hosts inside. The servers are in production and nothing is reloaded. I've installed the Tomcat Manager to reload those virtual hosts that suffers changes from preproduction. The problem is that many times the reload fails with

Re: Looking for a few good books

2004-12-30 Thread Ben Souther
For organizing a development environment, the best one I've seen is the "First Web App" Tutorial on the tomcat site: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html For actually coding JSPs and Servlets I still like: "Core Servlets And Java Server Pages" and it's followup: "More

Looking for a few good books

2004-12-30 Thread Charles P. Killmer
I am in need of some good books for developing solid JSP code. There are a ton of books out there but I am hoping that this group has a few favorites. What I need is a book that describes how to organize a JSP Tomcat site. Describes how to compile code into servlets. As well as include those cla