It's all about the answers!

Ask a question

Can we check in the admin page (jts, ccm ..) if Tomcat or WAS is used?


Carlito V (11156) | asked Apr 08 '13, 5:18 a.m.
Does it exist a quick way to check in the admin page (jts/admin, ccm/admin ...) which application server is used (Tomcat or Websphere)?
If not:
  - Could it be an enhancement?
  - Can this information be checked in some configuration/properties files?
Thanks


4 answers



permanent link
Kevin Ramer (4.5k8183200) | answered Apr 08 '13, 8:35 a.m.
Why not knock off the /ccm/.. or /jts/.. etc of the server URI.  I.e. https://yourserver:port/
I find it very telling.

Comments
Ralph Schoon commented Apr 08 '13, 9:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Yes, good approach!


KrishnaKanth Naik commented Apr 08 '13, 9:07 a.m.
JAZZ DEVELOPER

This indeed is the simplest way out.. I guess, I got stuck to the reference of "jts/admin" 


permanent link
Dr. Hans-Joachim Pross (1.1k4458) | answered Apr 08 '13, 5:42 a.m.
JAZZ DEVELOPER
edited Apr 08 '13, 5:49 a.m.
Not sure, if this property is only there if Tomcat is used (as in my Tomcat test installation).

Look at https://[your_host]:9443/jts/admin#action=com.ibm.team.repository.admin.configureAdvanced
com.ibm.team.repository.service.jts.internal.userregistry.tomcat.TomcatUserRegistryProvider

or

you might restart the setup (https://[your_host]:9443/jts/customSetup). On page 6 "Setup User Registry" you find the entry "Tomcat User Database" which as I assume is also only there when Tomcat is used.

Comments
Ralph Schoon commented Apr 08 '13, 5:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This is only available that way if you don't use LDAP.

I am not sure if the application itself is aware of the application server it is running on. You can request enhancements here: https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWelcome



permanent link
KrishnaKanth Naik (76511015) | answered Apr 08 '13, 5:54 a.m.
JAZZ DEVELOPER
Hello Charles

Its not a direct way, but if you use the export option in the diagnostics page
https://[Hostname]:9443/jts/admin#action=com.ibm.team.repository.admin.serverDiagnostics - page

If you double click the resultant zip file and then open the following file, you would see whether this is a Tomcat or WAS setup.
XXXX_com.ibm.team.repository.service.diagnostics.basic.internal.logCapturingDiagnostic.zip

If it is Tomcat, you would see a tomcat folder - that would have all the Tomcat related logs.

Comments
Carlito V commented Apr 08 '13, 10:06 a.m.

Hi Krishna,
If it is WAS, what is the name of the folder (node, application server...)?
Thanks


permanent link
Krzysztof Kaźmierczyk (7.4k375103) | answered Apr 08 '13, 6:43 a.m.
Hi Charles,
I have created jazz.net RFE for that: https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=259482

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.