On Wed, 2004-05-19 at 18:41, Filip Hanik - Dev wrote: > where are your classes? > if you put them in server/lib or server/classes and not in your webapp, > do you still get the error? > > Filip
These classes are placed in the webapp directory together with application that use them. This approach seems logical to me. Hence, as you have suggested I have tried to put them in the server/classes directory, but this approach arised new problem, I receive ClassNotFound error for first class that should be used from our security system. I'am not sure why this happens (why class loader can not find these classes?). But, something tells me that this problem is not correlated with initial problem. Why did you suggest me to place classes in server/classes directory, what did you have on your mind? -- Viktor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
