It's all about the answers!

Ask a question

when to use "server.startup.bat"(../JazzTeamServer\server) and "startup.bat"(../JazzTeamServer\server\tomcat\bin)?


Sarvendra Kumar (1922426) | asked May 25 '13, 1:41 p.m.
edited May 25 '13, 2:15 p.m. by Adam Archer (83639)

under "JazzTeamServer\server" there is server.startup.bat file which is used to launch the JTS.

but there is also another startup.bat file under "JazzTeamServer\server\tomcat\bin", for what purpose it is?

2 answers



permanent link
Dinesh Kumar B (4.1k413) | answered May 27 '13, 3:29 a.m.
JAZZ DEVELOPER
startup.bat is the one which starts the tomcat application server by calling catalina.bat

startup.bat is used by server.startup.bat after setting the environment with proper heap (xmx, xms .. ), garbage collection policy (gencon...), the jdbc dirvers to use, log configuration to use and other things which define the run time environment for applications.

server.startup.bat [ setting the runtime ] >> startup.bat >> catalina.bat [ app server starts ]

you can open these files in a text editor to get a complete view of what settings are managed through and the invocation order as well.

permanent link
Krzysztof Kaźmierczyk (7.5k480103) | answered May 28 '13, 4:30 a.m.
In most cases you should use the one from "JazzTeamServer\server"

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.