You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Naden <Da...@sas.com> on 2003/05/01 15:58:20 UTC

good books on Tomcat

Anybody have a favorite book on Tomcat?  I'd like to get some ideas of what people are reading.
Thanks,
Dave Naden


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Help Needed:Application not responding on Tomcat

Posted by Vikas <vi...@yahoo.co.in>.
Hi,

My application is running on Apache-Tomcat.Its based on MVC architecture.After running for some period of time Tomcat stops responding. I checked  JVM was up but application was not responding.The application uses connection pooling ,I also checked the number of open database connectionand it was  below max defined limit.

Pls help if anybody has faced such problem

 

 

 

Catch all the cricket action. Download Yahoo! Score tracker

Re: good books on Tomcat

Posted by "Trevor Luo [ITSD]" <tr...@vtc.edu.hk>.
Hi, I am reading the Professional Apache Tomcat too.
Before reading, i didn't have any experience on tomcat. It teach me step by
step from setup into some deep/useful topics. (i.e. how to use ant to
facilitate your application deployment, use log4j to improve the tomcat
logs. how to use the connection pool and some tomcat administration issues)

I learnt a lot from it.

Trevor


mike jackson wrote:

> > Anybody have a favorite book on Tomcat?  I'd like to get some ideas of
> > what people are reading.
>
> Professional Apache Tomcat ISBN 1-861007-73-6
>
> Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, but
> related).
>
> > Thanks,
>
> You're welcome :)
>
> > Dave Naden
>
> --mikej
> -=------
> mike jackson
> mjackson@cdi-hq.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: good books on Tomcat

Posted by neal cabage <ne...@yahoo.com>.
I bought the Wrox published book on Tomcat a couple of months ago ... its pretty good.   I had a REALLY bad one before that ... wish I could remember the name of it ...I'd telll you NOT to buy that one.  It had yellow on the cover and was kind of thin.  It was useful fo the first 2 days and that's about it.   The Wrox book is pretty good though.

Matthew Smith <li...@invisiblesun.net> wrote:I just bought "Mastering Tomcat Development" by Harrison & McFarland 
from Wiley Publishing and I'm loving it.

It's a nice broad overview of stuff, with enough detail to sink your 
teeth into it. The focus is on development so after the initial 
Install, config and management chapters it jumps into, JSP, Taglibs, 
MVC with Struts, Templates (Velocity), DB pooling w/ JNDI, database 
aware objects (roll yer own), Security. Then the last 3rd of the book 
they go into best practices by detailing a development process: 
Structuring your work environment, using cvs, ant, tesiting with junit, 
and top it all off with the worlds most complex Hello World project (An 
MVC implemention with JSP, servlets and even an Applet.).

I started from nothing and was up and programming within a day. Oh, 
McFarland uses OS X so there's plenty of specific detail for it (though 
they don't ignore Win or *nix)

-Matthew


On Thursday, May 1, 2003, at 12:22 PM, Ben Souther wrote:

> I just got "Tomcat Kickstart" by Sams Publishing and it's pretty good.
> It includes lightweight overviews of Servlets, JSPs, & Taglibs as well 
> as
> installation and admin stuff.
>
> Like the name suggests, it's not a comprehensive book but a great 
> starting
> point.
>
>
> Diddo to "More/Core Servlets and Java Server Pages". I keep both on my 
> desk at
> all times.
>
>
>
>
>
>
> On Thursday 01 May 2003 12:04 pm, Andy Eastham wrote:
>> I also like "More Servlets and Java Server Pages". 
>> www.moreservlets.com
>>
>> Andy
>>
>>> -----Original Message-----
>>> From: mike jackson [mailto:mjackson@cdi-hq.com]
>>> Sent: 01 May 2003 16:58
>>> To: 'Tomcat Users List'
>>> Subject: RE: good books on Tomcat
>>>
>>>> Anybody have a favorite book on Tomcat? I'd like to get some ideas 
>>>> of
>>>> what people are reading.
>>>
>>> Professional Apache Tomcat ISBN 1-861007-73-6
>>>
>>> Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, 
>>> but
>>> related).
>>>
>>>> Thanks,
>>>
>>> You're welcome :)
>>>
>>>> Dave Naden
>>>
>>> --mikej
>>> -=------
>>> mike jackson
>>> mjackson@cdi-hq.com
>>>
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Re: good books on Tomcat

Posted by Matthew Smith <li...@invisiblesun.net>.
I just bought "Mastering Tomcat Development" by Harrison & McFarland 
from Wiley Publishing  and I'm loving it.

It's a nice broad overview of stuff, with enough detail to sink your 
teeth into it. The focus is on development so after the initial 
Install, config and management chapters it jumps into, JSP, Taglibs, 
MVC with Struts, Templates (Velocity), DB pooling w/ JNDI, database 
aware objects (roll yer own), Security.  Then the last 3rd of the book 
they go into best practices by detailing a development process: 
Structuring your work environment, using cvs, ant, tesiting with junit, 
and top it all off with the worlds most complex Hello World project (An 
MVC implemention with JSP, servlets and even an Applet.).

I started from nothing and was up and programming within a day.  Oh, 
McFarland uses OS X so there's plenty of specific detail for it (though 
they don't ignore Win or *nix)

-Matthew


On Thursday, May 1, 2003, at 12:22  PM, Ben Souther wrote:

> I just got "Tomcat Kickstart" by Sams Publishing and it's pretty good.
> It includes lightweight overviews of Servlets, JSPs, & Taglibs as well 
> as
> installation and admin stuff.
>
> Like the name suggests, it's not a comprehensive book but a great 
> starting
> point.
>
>
> Diddo to "More/Core Servlets and Java Server Pages". I keep both on my 
> desk at
> all times.
>
>
>
>
>
>
> On Thursday 01 May 2003 12:04 pm, Andy Eastham wrote:
>> I also like "More Servlets and Java Server Pages".  
>> www.moreservlets.com
>>
>> Andy
>>
>>> -----Original Message-----
>>> From: mike jackson [mailto:mjackson@cdi-hq.com]
>>> Sent: 01 May 2003 16:58
>>> To: 'Tomcat Users List'
>>> Subject: RE: good books on Tomcat
>>>
>>>> Anybody have a favorite book on Tomcat?  I'd like to get some ideas 
>>>> of
>>>> what people are reading.
>>>
>>> Professional Apache Tomcat ISBN 1-861007-73-6
>>>
>>> Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, 
>>> but
>>> related).
>>>
>>>> Thanks,
>>>
>>> You're welcome :)
>>>
>>>> Dave Naden
>>>
>>> --mikej
>>> -=------
>>> mike jackson
>>> mjackson@cdi-hq.com
>>>
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: good books on Tomcat

Posted by Ben Souther <bs...@fwdco.com>.
I just got "Tomcat Kickstart" by Sams Publishing and it's pretty good.
It includes lightweight overviews of Servlets, JSPs, & Taglibs as well as 
installation and admin stuff.

Like the name suggests, it's not a comprehensive book but a great starting 
point.


Diddo to "More/Core Servlets and Java Server Pages". I keep both on my desk at 
all times.






On Thursday 01 May 2003 12:04 pm, Andy Eastham wrote:
> I also like "More Servlets and Java Server Pages".  www.moreservlets.com
>
> Andy
>
> > -----Original Message-----
> > From: mike jackson [mailto:mjackson@cdi-hq.com]
> > Sent: 01 May 2003 16:58
> > To: 'Tomcat Users List'
> > Subject: RE: good books on Tomcat
> >
> > > Anybody have a favorite book on Tomcat?  I'd like to get some ideas of
> > > what people are reading.
> >
> > Professional Apache Tomcat ISBN 1-861007-73-6
> >
> > Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, but
> > related).
> >
> > > Thanks,
> >
> > You're welcome :)
> >
> > > Dave Naden
> >
> > --mikej
> > -=------
> > mike jackson
> > mjackson@cdi-hq.com
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: good books on Tomcat

Posted by Andy Eastham <an...@gliant.com>.
I also like "More Servlets and Java Server Pages".  www.moreservlets.com

Andy

> -----Original Message-----
> From: mike jackson [mailto:mjackson@cdi-hq.com]
> Sent: 01 May 2003 16:58
> To: 'Tomcat Users List'
> Subject: RE: good books on Tomcat
> 
> 
> > Anybody have a favorite book on Tomcat?  I'd like to get some ideas of
> > what people are reading.
> 
> Professional Apache Tomcat ISBN 1-861007-73-6
> 
> Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, but
> related).
> 
> > Thanks,
> 
> You're welcome :)
> 
> > Dave Naden
> 
> --mikej
> -=------
> mike jackson
> mjackson@cdi-hq.com
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: good books on Tomcat

Posted by mike jackson <mj...@cdi-hq.com>.
> Anybody have a favorite book on Tomcat?  I'd like to get some ideas of
> what people are reading.

Professional Apache Tomcat ISBN 1-861007-73-6

Professional JSP 2nd Edition ISBN 1-861004-95-8 (not exactly tomcat, but
related).

> Thanks,

You're welcome :)

> Dave Naden

--mikej
-=------
mike jackson
mjackson@cdi-hq.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org