You have PATH stuff in our classpath I am not sure why you have: C:\My Documents\perl\perl.exe D:\Perl\bin\;D:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32 \nls\ENGLISH;C:\WINNT\system32\nls C:\Dev-C++\bin\ All of these should only be in your PATH variable not CLASSPATH remove them and make your CLASSPATH look like: C:\jdk1.3\src.jar;C:\jdk1.3\lib\tools.jar;.
just that line. Once you say it start a NEW command line (cmd.exe, old ones that are already open won't have the new updates) then try "catalina.bat run" B -----Original Message----- From: John Kilbourne [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 11:22 PM To: Tomcat Users List Subject: Re: RE: RE: newbie tomcat 4.0.1installation on NT Here's my environment variable PATH. I generally don't invoke the classpath on the command line: D:\Perl\bin\;D:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32 \nls\ENGLISH;C:\WINNT\system32\nls;C:\jdk1.3\bin;C:\My Documents\perl\perl.exe;C:\jdk1.3\lib\tools.jar;C:\Dev-C++\bin\; I copied the bootstrap jar file into my jdk1.3/lib directory, but received the same error message on re-executing the shell command. I'll send you this, then reset the classpath and reboot. ------------------ Reply Separator -------------------- Originally From: "Brian Adams" <[EMAIL PROTECTED]> Subject: RE: RE: newbie tomcat 4.0.1installation on NT Date: 12/08/2001 11:15pm okay now! what does your classpath look like? The class not found is org.apache.naming.JndiPermission this is in the bootstrap.jar file which means that it is not seeing this. does your clasapath have a ";." which would include the present directory? I see that it says it is using it nut it does not see it. lets see your classpath... -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>