i tried that one but still that problem is there. if i tried to import that class in jsp file it is ablt to import that means it is able to find out that jar file. still i m searching solution if anyone know please let me know.
Thanks --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > Howdy, > > >Same application is working fine in tomcat 3.2.4. i > >try to keep that jar file in classes and > >common/classes directory in catalina_home but still > > JAR files belong in the /lib directories. If the > contents of the JAR > file are required only by one web application, put > in under the > application's /WEB-INF/lib directory. If the > contents of the JAR are > required by more than one app and you wish to share, > put it in the > server's common/lib directory. > > See the Servlet Specifications for complete details > about the deployment > organization on the server. See the Tomcat class > loading documentation > for where the server looks for classes and in what > order. > > I hope this helps, > > Yoav Shapira > Millennium ChemInformatics > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
