Hello all you smart
people.
I have a
configuration with Apache, Tomcat and JBoss.
I have a similar job
as the pet-store example.
My question is when
you wants several pet-stores - where would you seperate the single pet-stores
?
In the Web-layer :
One Apache - several tomcat/JBoss instances ? Can you seperate the single
pet-stores in your JSP file, when using the UseBean command
?
OR : Should we make
several versions of the code ? Rename the petstore.jar file to petstore2.jar -
and rename the files inside ?
We wants the
different stores to call either:
shop1.petstores.com
/ shop2.petstores.com etc.
or
We will be using the
same code in each instance, but maybe there are minor changes specific to each
store !?
We are also using
jsp files in the design-layer.
Any advice is
appreciated
-
Ren�
