Ted Husted wrote:

> The message here should have been:
>
> Add source folder for struts-blank.war - Ready-to-rename application
> starter WAR.
>
> ? - What configuration files do I need to update to add a new sample
> application (struts-blank)?
>

Each webapp is basically self contained, with sources in two places:

    src/xxxxx <-- Java source files in this tree
    web/xxxxx <-- Web source files in this tree

In addition, the top-level build.xml needs to be updated -- I can do that
for you, if you like.

>
> ? - What about providing the source for each sample application under <
> WEBINF/src >, so that everything is together?
>

You mean include the webapp sources in the WEB-INF itself?  That wouldn't
be too hard, but seems somewhat redundant because they are all in the
Struts source distro anyway.

>
> -T.

Craig


Reply via email to