You wrote : "...include that path on compiling" Do you mean there is a link between the classpath you use at runtime and the classpath you use at compiling time ?
> -----Message d'origine----- > De : Wim Fournier [mailto:[EMAIL PROTECTED]] > Envoye : mardi 22 janvier 2002 13:56 > A : Struts Users Mailing List > Objet : Re: Can an expert help? [ was: Weird error message ] > > > Are you aware that you should NOT put struts in the classpath of > your webserver/appserver? > > put struts.jar in the WEB-INF/lib and include that path on compiling. > > > On Tue, Jan 22, 2002 at 01:46:39PM +0100, Ben Peter wrote: > > Jorge, > > > > I have experienced the same (and other problems) when trying to > run more > > than one struts application in one container. > > > > The setup which caused the problems was > > Struts 1.0.1 and > > Tomcat 4.0.1 > > > > When trying to run both the struts-example.war and struts-blank.war, > > everything was still ok, but as soon as the struts-blank application is > > using anything from struts (e.g. struts taglibs), it will come up with > > errors of all sorts which all look like there is a problem with > > initialisation of the second application. > > > > Is this a known issue, and can someone who has more insight give an > > input on that? Is there anything basically wrong with running > two struts > > applications in one container? > > > > It seems that the warnings against putting struts.jar into the > classpath > > apply here too. > > > > Cheers, > > Ben > > Jorge Ruiz (SX) wrote: > > > > > I am getting this error message from a jsp page: > > > > > > [ServletException in:/jsp/comprobante/comDisplayForm.jsp] > Cannot find bean > > > org.apache.struts.taglib.html.BEAN in scope null' > > > > > > And there is no org.apache.struts.taglib.html.BEAN in the > javadocs (Struts > > > 1.0.1) > > > > > > Can anybody point me in the right direction? > > > > > > Thanks > > > > > > Jorge > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

