Re: Tomcat can't see a new function

2008-08-21 Thread Mark Thomas
Daniel L. Gross wrote: > org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:420) You really, really want to avoid using the InvokerServlet. Mark - To start a new topic, e-mail: users@tomcat.apache.org

Re: Tomcat can't see a new function

2008-08-20 Thread Len Popp
Is there an older copy of the jar in another directory where it gets picked up before your new one? -- Len On Wed, Aug 20, 2008 at 21:33, Daniel L. Gross <[EMAIL PROTECTED]> wrote: > I have a strange problem. I am using Borland to compile my source files and > create jar files. For some reason

Tomcat can't see a new function

2008-08-20 Thread Daniel L. Gross
I have a strange problem. I am using Borland to compile my source files and create jar files. For some reason things are not working correctly. In one jar library, I can create new functions, rebuild the library, and when I put them up in Tomcat 5.5 WEB-INF, it recognizes them. However, I h