Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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?

0 votes



2 answers

Permanent link
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.

0 votes


Permanent link
In most cases you should use the one from "JazzTeamServer\server"

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,125
× 1,706

Question asked: May 25 '13, 1:41 p.m.

Question was seen: 4,279 times

Last updated: May 28 '13, 4:30 a.m.

Confirmation Cancel Confirm