aspose file tools
The moose likes Servlets and the fly likes classpath for multiple web application. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "classpath for multiple web application." Watch "classpath for multiple web application." New topic
Author

classpath for multiple web application.

Rob Deer
Greenhorn

Joined: Jan 10, 2005
Posts: 17
Is there a way to seperate the classpath for multiple application?
/web1/WEB-INF/lib
/web2/WEB_INF/lib
I currently have both lib directory in the classpath.
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
The webapp classloader is different for both the applications.


Rahul Bhattacharjee
LinkedIn - Blog
 
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: classpath for multiple web application.
 
Similar Threads
error in Driver
jdbc driver?
WEB-INF - Jar of Jars
loading JAR
Struts Application - porting from websphere to tomcat