Re: possibility of different classpaths under the same web application

2006-10-17 Thread David Smith
You are stuck then. There is no vehicle to dynamically change the classpath based on some data field. I would strongly encourage you to invest a little time in refactoring your code base. Most modern IDEs have tools that make the process almost as simple as point and click. The simplest sol

possibility of different classpaths under the same web application

2006-10-17 Thread Rocky Agrawal
Hi everyone, I have a web application in which I have different user domains/groups. There are some classes, which are customized according to the user groups/domain with the same quantified class name, but in different jar files. Based on the login information, I need to change the classpath for