2 Replies Latest reply on Mar 31, 2009 1:14 AM by kwutzke

    Hosting with special setup

    kwutzke

      Hello all,


      I'm completely new to Seam, however not Java and not JSTL and Servlets. I was wondering if it was possible to find a webhoster (virtual or dedicated server) to run one webserver with JavaEE/Seam/EJB/... (whatever you need for Seam apps) and PHP together!?


      This is for an experiment project. It is supposed to be implemented in two ways: one in Java/Seam framework, the other in PHP/Zend framework.


      I want to have the users choose between the Seam and Zend versions via subdomains


      seam.exampledomain.com


      and


      zend.exampledomain.com .


      Both would share the very same MySQL database. Is such a setup possible at all? I wonder which webserver could run Seam alsongside PHP...? Can JBoss do this? Do I need Apache with Geronimo running? Can JBoss integrate PHP?


      Any helpful help appreciated on this.


      Karsten


        • 1. Re: Hosting with special setup
          rmoore2112

          I'm using EAPPS hosting for Seam and they have a full LAMP stack installed as well if you want to use php and apache.


          It would probably be best to proxy your Jboss instance with the provided Apache using modjk.


          This would allow you to mix Seam and php as well as static html.

          • 2. Re: Hosting with special setup
            kwutzke

            I think my setup is easier than you/I think. The two implementations do not interleave, neither the Java code will ever try to invoke any PHP stuff, nor will PHP try to reach anything Java'ish...


            I can probably go with Apache vhosts, I'll have to find an adequate source yet.


            Karsten