I have test and prod versions of jar (differing only in db cxn params).
Both named differently but have same class structure internally.
I defined both in jserv.properties.
Problem is both test and prod jsp's take which ever jar is defined first.
How can I deploy.
I read about servlet zones (does this also apply to beans deployed in a jar? and if so how do I still ensure test jsp's and prod jsp's point to their respective zone)
I read about virtual hosts ( can each virtual host refer to different jserv.properties files or can multiple jserv engines run)
I appreciate any help offered...Thanks in advance.
Both named differently but have same class structure internally.
I defined both in jserv.properties.
Problem is both test and prod jsp's take which ever jar is defined first.
How can I deploy.
I read about servlet zones (does this also apply to beans deployed in a jar? and if so how do I still ensure test jsp's and prod jsp's point to their respective zone)
I read about virtual hosts ( can each virtual host refer to different jserv.properties files or can multiple jserv engines run)
I appreciate any help offered...Thanks in advance.