On Sat, 7 Jun 2003 04:13, Jose Euclides da Silva Junior - DATAPREVRJ wrote:
> i guess it is a good question. I added an external package (
> org.apache.commons ... ) into my project since my servlets need it to run.
> My project was developed with JDeveloper and then, i added a command line
> like "package org.apache.commons... " at my servlet "BancoServlet" to allow
> package's classes access.
So you added package org.apache.commons... to the top of your servlet? Am I
right? That would make Java expect your servlet to then be part of the
package you declared, you should only have to import the classes from package
org.apache.commons.* that your servlets need to run to accomplish what you
are trying to do.
I'd say that you are trying to use your recompiled package within Tomcat but
Tomcat already includes it's own package for this and I'd say yours isn't
being loaded at a guess.
Regards,
--
Jason Bainbridge
http://jblinux.org
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)