I will soon work with two JBoss server on the intranet.
The first server will be used as a production server : all clients will connect to this one and all apps deployed should have been tested before (to be somewhat stable)
The second server will run on my computer : it will be used as a developpement server to test my apps. Clients couldn't and shouldn't connect to this server.
Apps and beans developped on Server 2 (for testing) could have the same Jndi names than those deployed on the production server.
Here is what I am thinking of :
Is it possible to create a virtual host on the production server and this virtual host to be clustered with my development server ?
Using this, clients could get the stable version of the apps by connecting to http://stable.intranet.corp.com and the beta version by connecting to http://beta.intranet.corp.com (beta.intranet.corp.com will be a virtual server, clustered with my development server or something that allows to connect to the computer I use for development purpose)
Can I do this ?
thanks, ionel
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
