> Dan Connelly wrote:
> Should you also have trouble with this, the Newbie problem (my
> problem, now solved) is that you must re-deploy the application if you
> make a change to the struts-config.xml.   (Is this obvious?  It wasn't
> to me.   In fact, the splash screen on struts-blank implies
> otherwise.)

The index.jsp says 

"To get started on your own application, rename struts-blank.war to the
name for your application, and let your container auto-deploy it. Edit
the blank configuration files as needed, and you are on your way! (You
can find the ApplicationResources file with this message in the classes
folder.)"

Do you think that changing that to 

"To get started on your own application, copy the struts-blank.war to a
new WAR file using the name for your application. Place it in your
container's "webapp" folder (or equivalent), and let your container
auto-deploy the application. Edit the skeleton configuration files as
needed, reload Struts or restart your container, and you are on your
way! (You can find the ApplicationResources file with this message in
the classes folder.)"

-Ted.

Reply via email to