Newbie: Basic Question

2002-03-13 Thread Bhai
Hi, I have downloaded the tomcat source from TC web and have built it and also created a distribution. But on my Win2K machine when I do catalina start from the CATALINA_HOME\bin, it echoes the JAVA_HOME and CATALINA_HOME and the CATALINA_BASE, it appears to open a new command window, which

Re: Newbie: Basic Question

2002-03-13 Thread Patrick Luby
Bhai, It is hard to tell what is going on without capturing what is appearing in the window that pops up. Try running catalina run. This will keep all output in the same window so that you can see the errors. Patrick Bhai wrote: Hi, I have downloaded the tomcat source from TC web and

Re: Newbie: Basic Question

2002-03-13 Thread Bhai
Hi, I have downloaded the tomcat source from TC web and have built it and also created a distribution. But on my Win2K machine when I do catalina start from the CATALINA_HOME\bin, it echoes the JAVA_HOME and CATALINA_HOME and the CATALINA_BASE, it appears to open a new command window, which

Re: Newbie: Basic Question

2002-03-13 Thread Patrick Luby
Bhai, The problem is that you have a '\' character at the end of %CATALINA_HOME%. Instead of the following: C:\Programs\jakarta-tomcat-4.0.3-src\dist\ set CATALINA_HOME to the following: C:\Programs\jakarta-tomcat-4.0.3-src\dist Patrick Bhai wrote: Hi, I have downloaded the