2011/1/25 Miguel Almeida <migueldealme...@gmail.com>:
> Is what you propose possible without repeating the War files? ie, I
> currently have *one* WAR project, where I have all the xml, jsp and java
> files for the web app.
> The only difference between the development and production environments is a
> few configs like: on line in the database.xml has jdbc:...db, the other has
> jdbc....db-test.
> Are you suggesting having one WAR with all the code, html and xmls, and then
> some void war projects that depend on it? I'm not even sure that would work
> in an IDE environment like Eclipse.

No, he means (correct me if I am wrong) that you should have a war for
each web application you have. Since you have *one* web application,
one war is ok.
Configuration like IP addresses, ports, etc. should be externalized
and not put in the WAR at all.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to