| 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
|
 |
 |
|
|
subject: classpath for multiple web application.
|
|
|