RE: Tomcat 3.2.3 and Windows 2000

2001-10-31 Thread Scott Coleman
What version of java are you using? -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 11:06 PM To: 'Tomcat Users List' Subject: RE: Tomcat 3.2.3 and Windows 2000 There is no off site, this is an intranet, all employees are working locally.

RE: a simple ( irritating) classpath problem

2001-08-23 Thread Scott Coleman
and what is your classpath set to ??? -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: Re: a simple ( irritating) classpath problem here is the related part of my code: import java.io.*; import

RE: a simple ( irritating) classpath problem

2001-08-23 Thread Scott Coleman
problem Scott Coleman wrote : - Original Message - From: Scott Coleman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 4:33 PM Subject: RE: a simple ( irritating) classpath problem and what is your classpath set to ??? CLASSPATH=.;C:\Aligo\M-1\jakarta

RE: SecurityException sealing violation

2001-08-23 Thread Scott Coleman
Have you run the jvm in verbose mode so you know what class it is trying to load when the exception occurs. Or could you print the stack trace ?? Regards Scott -Original Message- From: Graham, Steve (GIC) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 3:49 PM To: '[EMAIL

RE: SecurityException sealing violation

2001-08-23 Thread Scott Coleman
I think the problem is that you are trying to load one class from the standard the classpath, i.e. just a class and then you are trying to load another class from a sealed jar file, please check your classpath and confirm that there is no chance that this can occur. Then like I said earlier,