Originally posted by Kyle Willkomm:
Oh Heck, there are other large replies here...
Originally posted by Roger Garner:
Will this book teach an idiot like me or is there some expected expertice needed?
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>
Originally posted by subrav:
Is this book about servlet applications or does it discuss the internal details of Apache implementation?
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>
I've read about a "reload" attribute and find that it does pickup the change, however, when you hit a servlet/JSP file that hits the changed code, Tomcat dies.
BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design
Crazy Bikes created by m-Power
comp.lang.javascript FAQ: http://jibbering.com/faq/
Originally posted by Bruce Jin:
Sometimes Tomcat dies when it sees bad server.xml.
Try this:
<Context path="/report" docBase="c:\mrc\webapps\report" debug="0"
reloadable="true" />
Vivek Chopra<br />Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0471753610/soapsimpleobject/" target="_blank" rel="nofollow">Professional Apache Tomcat 6</a>
Originally posted by Garrett Smith:
One of the most annoying things about servlet development is that it is very time consuming.
Stop server, modify class file, run ant, start server.
Garrett
Vivek Chopra<br />Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0471753610/soapsimpleobject/" target="_blank" rel="nofollow">Professional Apache Tomcat 6</a>
comp.lang.javascript FAQ: http://jibbering.com/faq/
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
Sanjay Jadhav<br />Sun Certified Programmer For Java 2 Platform
Originally posted by Doug Wang:
Hi all,
I am wondering how Tomcat would support Web services development?
I was her plaything! And so was this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|