1 Reply Latest reply on Feb 3, 2010 11:06 AM by kapitanpetko

    Same application with different configurations.

    swenvogel

      Hi,


      is there a way to have different deployments and configurations for one Seam application?


      The problem is that i want to deploy the same Seam application but separated for
      different user groups. The separation includes different database tables and
      settings in components.xml like mail settings.


      The applications also must be accessed by different URL's, for example:


      http://host/appInternalUsers
      http://host/appExternalUsers


        • 1. Re: Same application with different configurations.
          kapitanpetko

          Swen Vogel wrote on Feb 03, 2010 10:34:


          is there a way to have different deployments and configurations for one Seam application?



          Yes.



          The problem is that i want to deploy the same Seam application but separated for
          different user groups. The separation includes different database tables and
          settings in components.xml like mail settings.



          Package your application  with different component.xml, etc. config files
          and use two separate data sources, one for each application.