Hi,

I have an application implementing servlet->SLSB->EB
that runs well on jboss3.0.4.  My problem is how to
duplicate this same application several times that
will run on the same machine/jboss/web/database server
instance (to be consumed by different customers much
like an App Service Provider model).

So far what I did is to build an ear file for each
application instance with a different JNDI name, url
name, and database instance.  Is this a correct
approach?

However, doing this approach I encountered a problem
with associating a particular application instance
with a new datasource.  What I did is I created a new
-service.xml with a new datasource name and then I
modified the jbosscmp-jdbc.xml to use the new
datasource name.  Is this correct, or did I missed
something?

thanks!
Rene


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to