, May 3, 2013 at 9:45 AM, Bryan Baugher wrote:
> Sorry I tried to leave on what I thought were unnecessary details.
>
> You are correct my constructor has arguments. One of the arguments comes
> from another dependency jar that exists in both the webapp and tomcat/lib
> so I thin
dependency out of the webapp and into tomcat/lib.
On Fri, May 3, 2013 at 9:16 AM, Konstantin Kolinko
wrote:
> 2013/5/3 Bryan Baugher :
> > Hi,
> >
> > I am running Tomcat 7.0.28 on RHEL 6.2 with a single web app. The web app
> > in question uses reflection to load
Hi,
I am running Tomcat 7.0.28 on RHEL 6.2 with a single web app. The web app
in question uses reflection to load some implementations of our classes
(kind of like a service loader) knowing the class name. I am trying to add
additional implementations by dropping them in the tomcat's lib directory