Thanks Rashmi. I have JAVA_HOME and CATALINE_HOME set appropriately. The Tomcat I use was installed by another team, and it is being used by Eclipse developers with no apparent issues. C:\p4\javaNT1.5.0 is indeed a JDK and JAVA_HOME does point to it. The Path environment variable includes "%TOMCAT_HOME%\bin;c:\ruby\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin;" I never needed to set CLASSPATH before, and the only thing it points to now is QTJava.zip. My Tomcat6 settings in IDEA are exactly as they were for Tomcat5. Something else must be needed to be set, perhaps in a configuration file? I'm still stumped.
I take it you're running IDEA & Tomcat6? What versions? Thanks, Mark -----Original Message----- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Sunday, April 08, 2007 10:23 PM To: Tomcat Users List Subject: Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10 I too use IDEA, but I point IDEA to an installation of Tomcat that I installed manually (downloaded the ZIP file and unzipped it to a folder under C:\) Does the Tomcat you are using come with IDEA or did you install it? Have you set a CLASSPATH System Environment Variable? Having an incomplete or incorrect system CLASSPATH can cause such problems from my experience. Also, it is really unnecessary to set a system classpath since Tomcat auto detects it. You just need to specify JAVA_HOME and CATALINA_HOME in the envrionment variables and add the bin folder under JAVA_HOME and CATALINA_HOME to the System PATH. Is the Java installation here :C:\p4\javaNT1.5.0 a JRE or is it JDK ? If it is JDK you need to set the JAVA_HOME env variable to point to it. -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]