Starting Tomcat

  • Thread starter Mahdi Dabestani
  • Start date
M

Mahdi Dabestani

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 ?
 
L

Luke Webber

Mahdi said:
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 tell us what's happening. Are you getting error messages? If
so, what do they say?

Luke
 
W

William Brogden

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top