Hi,

I have installed resin on my server. I have also shared the various resin
directories through FTP so that I can configure resin remotely. I can
directly upload JSPs to the /doc directory. However, if any specific library
is to be uploaded (in the form of a JAR file) which is required by the JSP,
I cannot do it. If I upload it to the lib directory, that JAR has to be
added to the classpath. So, I created a custom classloader that can take a
directory path (through the -D java option) and dynamically read the JAR
files list and load the required classes. However, I am unable to tell Resin
to use this classloader instead of the system provided one? How do I do
this? Also, I have read somewhere that a classloader should be aware of
Permissions. I havent used Permission sin my classloader, will there be any
security problems if I use this with Resin?

Hardeep Singh
http://SeeingWithC.cjb.net

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to