G
gwoodhouse
Hello again,
In my application i'm using a .jar file to load classes of my webapp.
I assumed that i could drop a class file in the WEB-INF/classes/
directory using the same package structure and the webapp would
instead use the class file over the older version present in the jar.
It doesn't. Do any of you fine people know how to make it use the one
in classes over the one in the Jar? (And would this practice be
"overriding" the class in the Jar - is there a technical term for
this?)
Graeme
In my application i'm using a .jar file to load classes of my webapp.
I assumed that i could drop a class file in the WEB-INF/classes/
directory using the same package structure and the webapp would
instead use the class file over the older version present in the jar.
It doesn't. Do any of you fine people know how to make it use the one
in classes over the one in the Jar? (And would this practice be
"overriding" the class in the Jar - is there a technical term for
this?)
Graeme