It's not clear to me what 'the external .jar' is, but in any case J2EE
makes no provision for what you're doing. There's no guarantee that any
given container will support referencing a class outside the WAR or EAR
files. This isn't a Struts issue, it's a deployment issue.
You probably need to
I have 3 struts applications (.war ) inside one .ear.
One of these application's classes extend a base class that is defined
in an external .jar.
Somehow if I deploy the three applications separately everything works
fine,
But once I deploy only the .ear, it fails when creating the extended
clas
2 matches
Mail list logo