Ingo Siebert wrote:
I see one additional problem. If I deploy two different versions of
the web app on the same tomcat, it is not possible configurate them
separately.
That's important for me, because I have only a limited number of
servers and I have to deploy more than one version at the same time.
Any additional ideas?
Don't you like JNDI?
For example with data sources: you configure every webapp to use
java:comp/env/jdbc/ds to get DataSource reference. On container level
you either specify different DataSource per webapp (thus they won't be
any conflict) or you can create several definitions, like:
java:comp/env/jdbc/ds1, java:comp/env/jdbc/ds2, etc. and use
ResourceLink to link them together.
--
Mikolaj Rydzewski <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]