Does anyone have the definitive answer for using JSPs from EAR files? It
seems to me that what is documented on the jBoss site does not actually
work. There are also quite a few cryptic messages on the discussion threads
from Rickard and others on how to actually get this to work. I am currently
using jBoss-2.0Final w/ embedded Tomcat.

I tried many, many combinations of things and here is what I've found

1) The only way to get JSP code to find other classes is to
   jave those classes in the WAR file's classed or lib directory.

2) The use of a client library in the EAR file's lib directory with
   a corresponding MANIFEST.MF entry as documented on the jBoss
   site does not work. The JSP compiler cannot find the code.

3) Redploying an EAR file does not seem to work. The bean portion
   always seems to fail to reload.

Any feedback would be much appreciated and the docs need a *lot* of work in
this area for accuracy.

Thanks,

Andy


Reply via email to