It's all about the answers!

Ask a question

Error 404: ProxyServlet: /jts/setup


Paulo Blanco (1114) | asked Aug 23 '16, 12:29 p.m.
 Environment WAS  8.5.5.0 - RTC 6.0.2

When I try to configure RTC by issue : https://<hostname>:9443/jts/setup, browser shows the error 

Error 404: ProxyServlet: /jts/setup                                                 

Is no error on the SystemErr log,

Any ideas???

                                

2 answers



permanent link
KANU PRIYA (483) | answered Jan 29 '20, 10:40 p.m.
edited Jan 29 '20, 10:43 p.m.


Hi,


I would suggest to check the WAS configuration and heap size, along with these you can also have look into the below steps.


1. Validate global security has been enabled

2. Validate that a group / user as been mapped to each jazz group in the applications security section in WAS

3. Check to ensure the 4 required jvm custom properties have been enabled

4. Check the heap size

5.Check the value for Jazz_Home


For example :

Jazz_Home Value make sure no extra slash "/" have been added.

file:///JazzInstallDir/server/conf


For heap size:

If you need more heap size, then you can use the following setting, replacing {N} with the amount of memory to be used and {N/4} with 1/4 of the total memory. For example, if -Xmx is set to 8g, -Xmn should be set to 2g.
-Xmx{N} -Xms{N} -Xmn{N/4}


Hope this helps.


permanent link
Ara Masrof (3.2k15) | answered Aug 23 '16, 1:17 p.m.
JAZZ DEVELOPER
Take a look at this past thread
RTC Error : jts/setup : Error 404: ProxyServlet: /jts/setup

It should shed some light on how to troubleshoot the issue

Comments
Paulo Blanco commented Aug 23 '16, 1:55 p.m.

I tried and doesn't works.

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.