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 Upgrade (to 4.1.24) Successful!

I spent the last 5 minutes upgrading this site to Tomcat 4.1.24. It was pretty simple; here's what I did:

  • Copied conf/tomcat-users.xml and conf/server.xml from old version to new version.
  • Copied JDBC Drivers from common/lib.
  • Moved relevant apps from webapps/ to new version.

The manager application looks like it has been improved to allow for easier deployment. It now offers you more, clearer choices and you don't have to remember the cryptic syntax for deploying a .war file. Now it's just browse and submit. Let me know if you see any issues.

Update: I still can't get the "admin" application to work, but I never use it, so not a big deal. It hasn't work on past versions of Tomcat either. Currently, it gives me the following error:

HTTP Status 503 - Servlet action is currently unavailable

Posted in Java at Mar 22 2003, 08:46:19 PM MST 3 Comments
Comments:

I had the same problems until I realized that the tomcat-users.xml needs a user with a role of "admin" to allow you to log in via the admin application. It is pretty nice. 4.1.24 is the first I have been able to get it to work.

Posted by cb on March 23, 2003 at 02:02 AM MST #

My tomcat-users.xml file <em>does</em> have a user with an "admin" role - it's the application that has problems. I am able to login just fine, but when I try to do anything, it gives me the error I specified. Like I mentioned, it's not a big deal, so I'm not too worried about it.

Posted by Matt Raible on March 23, 2003 at 09:01 AM MST #

Strange, it works fine for me in the 18 version. Check the admin.xml file and make sure it is ok. Maybe a MacOS specific problem. Linux and Win2k are no prob for me.

Posted by dsuspense on March 23, 2003 at 05:12 PM MST #

Post a Comment:
  • HTML Syntax: Allowed