Hello to you all,
Going further into the building of my application the percentage of
classes I need to include into the server/lib folder is growing too
much. In a few days all my application will be deployed there instead
of the webapps folder!

The point is I defined a Valve which performs license checking and it
needs to access the DB. Despite I defined a business delegate to let
the web tier classes accessing the business tier, I still need to
include in the server/lib area all the classess necessary to perform a
db call.

When I deployed my application in Jboss I didn't need to do all this
mess. Jboss was picking all the necessary classes form my app
WEB-INF/lib

How can I get rid of this disturbing Tomcat feature?

Thank for your help,

--
TREMALNAIK

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to