This sounds a lot like the problems you see in JBuilder with integrated
Tomcat.  If so, then the problem is that your struts library is on the
wrong classpath.  You want it in the war's web-inf/lib directory, and
only in that the classpath build from the war's contents.  
Unfortunately in an IDE you probably place the struts.jar
on your classpath for builds... and (at least in JBuilder) that is the
classpath you have when Tomcat is launched.  The solution for
JBuilder was that one of their developers created two opentool
extensions; one stuffed the *.tld files in the war, the other removed
struts.jar from the classpath before launching Tomcat.  I don't know
what the solution would be for Netbeans.

 
  AJ Morris <[EMAIL PROTECTED]> wrote: Has anyone had luck executing struts-based 
applications in the Netbeans
integrated Tomcat? Things are fine with the standalone Tomcat, but not the
internal Tomcat.



---------------------------------
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail.

Reply via email to