Re: java.io.FileNotFoundException on tomcat 6 startup

2007-08-21 Thread Gregor Schneider
try to set CATALINA_HOME without any quotes - since there are no gaps in the directory-name, you don't need them anyways. example: set CATALINA_HOME=C:\apache-tomcat-6.0.13 cheers gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key

Re: java.io.FileNotFoundException on tomcat 6 startup

2007-08-21 Thread David Smith
I'm seeing stuff like C:\apache-tomcat-6.0.13"\conf\server.xml (notice the stray double quote character) in your paths. Could it be you have one extra quote in your environtment variables or startup script? --David Chris Wiley wrote: Hello, I am hoping someone can help me with this.

java.io.FileNotFoundException on tomcat 6 startup

2007-08-21 Thread Chris Wiley
Hello, I am hoping someone can help me with this. I have been trying to get a standalone instance of tomcat 6 (6.0.13) to startup on a windows XP laptop. I am using java 6 (build 1.6.0_01-b06). I am not sure if this is just a java version incompatibility problem or something else. It simp