Re: no struts classes (jar files) found by application

2004-06-23 Thread Michael Kastner
Hello, I just wanted to thank all those, who replied to my question. Thanks for all the useful hints. I must have been blind. The link, mentioned by Bill, really explains it: http://jakarta.apache.org/struts/userGuide/configuration.html#config_add Thanks for your patience Michael Kastner

Re[2]: no struts classes (jar files) found by application

2004-06-22 Thread Dirk Markert
Hello Michael, *** MK> Hello Dirk, MK> thanks for your answer. MK> That means that I end up with tons of redundant struts packages on my MK> production machines and many redundantdantdant class loading processes MK> on server start

Re: no struts classes (jar files) found by application

2004-06-22 Thread Ricardo Andres Quintero
Hello: all of the web app when using Sevlets or Jsps, must conform the Servlet 2.1 especification. I mean it must have a WEB-INF directory and a lib and classes directories into it, in addition to a web.xml file, called the web deployment descriptor. The webclassloader follows certain steps when

Re: no struts classes (jar files) found by application

2004-06-22 Thread Bill Siggelkow
Actually -- that is how its supposed to work :) Sharing of the Struts jars across applications is not supported. For more details see: http://jakarta.apache.org/struts/userGuide/configuration.html#config_add Bill Siggelkow Michael Kastner wrote: Hello, maybe someone can help. I've tried to deploy

Re: no struts classes (jar files) found by application

2004-06-22 Thread Michael Kastner
Hello Dirk, thanks for your answer. That means that I end up with tons of redundant struts packages on my production machines and many redundantdantdant class loading processes on server startup. Oh well, hard to digest ... BTW, do you know by any chance whether this applies to the velocity pac

Re: no struts classes (jar files) found by application

2004-06-22 Thread Dirk Markert
Hello Michael, *** MK> Hello, MK> maybe someone can help. I've tried to deploy two struts applications to MK> two tomcat test servers (one running tomcat 5.0 and one running tomcat MK> 4.1) but I can't get it to work on neither of t

Re: no struts classes (jar files) found by application

2004-06-22 Thread DGraham
place JAR files containing those classes and resources under $CATALINA_BASE/shared/lib. Dennis Michael Kastner <[EMAIL PROTECTED]> 06/22/2004 09:38 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject no str

no struts classes (jar files) found by application

2004-06-22 Thread Michael Kastner
Hello, maybe someone can help. I've tried to deploy two struts applications to two tomcat test servers (one running tomcat 5.0 and one running tomcat 4.1) but I can't get it to work on neither of them. For development purposes I had all required jar files in the application's WEB-INF lib. Then