Re: Parameters problem

2008-05-25 Thread Victor Kovtun
Actually I mistook. It's not because of "-" it's because of "\" I used in the end of the path for CATALINA_HOME. Thanks for the help guys! Victor Kovtun wrote: Thanks, John. Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are sma

Re: Parameters problem

2008-05-25 Thread Victor Kovtun
Thanks, John. Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are smart ;) They detect their relative location. They will guess CATALINA_HOME I guessed so. And you should be starting it with "startup.bat" BTW startup.bat causes

RE: Parameters problem

2008-05-23 Thread Caldarale, Charles R
> From: Victor Kovtun [mailto:[EMAIL PROTECTED] > Subject: Parameters problem > > I use Tomcat 6.0.16, Java 6 with parameter CATALINA_HOME properly set > and I get the following trace: I doubt that you have it properly set, since the display includes a trailing back slash. Regardless, as Johnny

Re: Parameters problem

2008-05-23 Thread Johnny Kewl
Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are smart ;) They detect their relative location. They will guess CATALINA_HOME And you should be starting it with "startup.bat" BTW If you on windows why dont you get yourself the se

Re: Parameters problem

2008-05-23 Thread Victor Kovtun
I didn't modify that script. It's the standard one. James Law wrote: In the line java.io.FileNotFoundException: C:\Tools\apache-tomcat-6.0.16" you have a trailing speech mark ("), you may need to check your start-up script is correct? -Original Message- From: Victor Kovtun [mailto:[E

RE: Parameters problem

2008-05-23 Thread James Law
In the line java.io.FileNotFoundException: C:\Tools\apache-tomcat-6.0.16" you have a trailing speech mark ("), you may need to check your start-up script is correct? -Original Message- From: Victor Kovtun [mailto:[EMAIL PROTECTED] Sent: 23 May 2008 11:10 To: users@tomcat.apache.org Sub