aspose file tools
The moose likes Servlets and the fly likes Servlet ClassLoader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

Servlet ClassLoader

Abhishek khare
Greenhorn

Joined: Aug 08, 2007
Posts: 25
Hi,

I am currently working on a system that has Servlet as a Front Controller(WEB-INF/Classes), and the business logic classes are placed in the DB.

The product provides a mechanism of External Class loader that adds the DB classes to the current context. What I am not able to understand, how I can add this class loader to my Servlet, so the servlet has access to the DB classes.

note: I am using Tomcat.

TIA


"Things come to those who wait, but only the things left by those who hustle."
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Please do not post the same question more than once.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet ClassLoader
 
Similar Threads
Assertions question
top-level class
The .class property
Usage of Assertions in 1.4
Servlet ClassLoader