Based on the 2.3 Servlet Specification, the web application class loader
must load classes first from the WEB-INF/classes directory, then from
library JARs located in the WEB-INF/lib directory

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Muruga
Chinnananchi
Sent: Monday, January 20, 2003 11:05 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] classpath order in jboss-service.xml


Hi,

i have the following configuration in my
jboss-service.xml. for loading MyClass.class.

<classpath codebase="file:/C:/classes" />
<classpath codebase="file:/C:/lib/"
archives="myapp.jar/>

MyClass.class is present in myapp.jar as well as
c:/class/ directory. when i instantiate the MyClass
which MyClass version will get loaded? My question,
How do i specify the classpath order in jboss? I want
to load the c:/classes version of MyClass instead of lib/myapp.jar version.

How do i do it in JBoss 3.2?

Thanks for your help.

thanks,

-muruga

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte are you
planning your Web Server Security? Click here to get a FREE Thawte SSL guide
and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to