Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Tomcat Issues

This site continues to puke and choke - and I believe it's 1) Tomcat or 2) my ISP. Why? Because all the other Roller installs seems to hum along just fine with no issues (i.e. Dave and JRoller). I get OutOfMemory Errors and too many connections open. As of last night, I'm thinking of a new strategy. Netcraft reports that this site is capable of running Resin 3.0.3. Maybe I'm reading it wrong, but it certainly seems like it to me. Now I just need to sit down and 1) figure out how to setup Roller on Resin and 2) do it. Knowing my luck, migrating to Resin won't solve anything, but it's worth a try!

Posted in Roller at Nov 06 2003, 08:41:21 AM MST 5 Comments
Comments:

Baah! - get a decent isp! ;-)

Posted by Will Gayther on November 06, 2003 at 10:21 AM MST #

I can help you out with the Resin setup, though there isn't much magic to it.
RESIN.CONF
  <host regexp='(.*)brainopolis(.*).com'>
     
     <resin:include href='roller.conf'/>

     <access-log id='logs/access.log'
           format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
           rollover-period='1W'/>

     <error-log id='logs/error.log'/>

   </host>
And then there is a roller.conf in ./personal in CVS.

Posted by Lance on November 06, 2003 at 11:15 AM MST #

Have you disabled ALL auto reload features of tomcat? These seem to suck down memory.

Posted by Angus Mezick on November 06, 2003 at 12:05 PM MST #

Out of interest, is your Tomcat instance running on a different box from mine? The IP addresses are different.

Posted by Simon Brown on November 06, 2003 at 05:11 PM MST #

I've installed tomcat 4.0 using windows XP. When I execute the startup.bat window is coming and soon it going thats why i cant open my databases(ODBC driver) and cant run the programs properly any ideas or suggestions? do you have any other tutorial that explains how to install it? thanks

Posted by Reena Thomas on December 08, 2003 at 04:03 AM MST #

Post a Comment:
  • HTML Syntax: Allowed