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

How to run JKE Banking Web Application

Hi


I know how to run the JKE banking application using JavaUI as following.


How to run the MTM JKE Banking application in 3 steps

 https://jazz.net/forum/questions/67250/how-to-run-the-mtm-jke-banking-application-in-3-steps


I would like to run the JKE banking using web (web browser).
I have try the following steps.
  • In 'Source Control', right-click 'New Repository workspace' on e.g. the 'Production Stream (Release Engineering)' 
  • Go to JKEWebUI, right-click 'Run As Server' 
  • Configuration server as my local Tomcat. and run successfully.
  • access "http://localhost:8080/JKEWeb" 
  • But nothing is displayed.(pls see attach image)
Anybody knows how can I do??

Thank you



0 votes

Comments

Hi Noriyuki,
Try navigating to https://localhost:9443/ccm/web. Then you will have an option to select JKEBanking application if it is already deployed.
Let us know if that helps.

Hi Krzysztof,


Thank you for your reply.
But the link "https://localhost:9443/ccm/web" that you give me is just CCM Application. Not JKEBanking Web Application.

I would like to run the MTM JKE Banking Web Application from Web browser.

Hello Noriyuki,
Yes, it will bring up the CCM application, but if you're created the JKE banking sample, it consists of a CCM, QM and RM project.  From ccm/web you should see the JKE Banking project in the CCM application if your user has access.

Hi Erica,
Thank you for your reply.
I'm sorry my poor English..

I can access JKE Banking Sample project.
I'd like to run the JKE Sample Application.
If we run the scm component "JKEWebUI" in the JKE Banking Sample project, I believe the following applications is executed. But I couldn't run the application.. Screen such as those in my question is displayed.
Thank you.

So the question is how to run the actual banking tool in the web?  I'm not sure this is possible.


Accepted answer

Permanent link
You should follow the same steps as mentioned in the post that you linked.
At step 2, pay attention to the port number that the Jetty server (not your Tomcat server) is listening at
INFO::Started SocketConnector@0.0.0.0:9700
After that, access to http://localhost:9700/ (without any other path or pages in the URL) and you should see the JKE Banking welcome page.
If you check the JKEServer.java carefully, you will see these lines explaining why it is so.
      server= new Server(9700);......      * development environment http://localhost:9700/ maps to ./web/index.html



Noriyuki Egi selected this answer as the correct answer

2 votes

Comments

Hi Donald


Thank you very much!!
I can connect JKE Web Application through Web browser.

Thanks! 

 Thanks Donald !

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

Question asked: Mar 06 '14, 11:13 p.m.

Question was seen: 6,356 times

Last updated: Mar 20 '15, 2:11 a.m.

Confirmation Cancel Confirm