Re: Starting Tomcat
- From: "William Brogden" <wbrogden@xxxxxxx>
- Date: Mon, 07 Aug 2006 09:05:13 -0500
On Mon, 07 Aug 2006 00:49:59 -0500, Mahdi Dabestani <mahdi.dabestani@xxxxxxxxx> wrote:
Hello everyone !
I downloaded Tomcat 5.5.17 and then I tried starting it with
startup.bat . but it doesn't work.
I have J2SE installed on my computer.
What should I do ?
You should execute startup.bat from a command line prompt, NOT
by clicking on it. If a window opens and immediately closes,
change the last executable line in startup.bat
from
call "%EXECUTABLE%" start %CMD_LINE_ARGS%
to
call "%EXECUTABLE%" run %CMD_LINE_ARGS%
this will keep the command prompt window open so you can
see error messages.
Bill
.
- References:
- Starting Tomcat
- From: Mahdi Dabestani
- Starting Tomcat
- Prev by Date: Re: How to display a "double" in all its precision???
- Next by Date: Re: Reading/writing object & other data to a file
- Previous by thread: Re: Starting Tomcat
- Next by thread: Re: Some questions about the IO package
- Index(es):
Relevant Pages
|