It's all about the answers!

Ask a question

How to run the MTM JKE Banking application in 3 steps


Christophe Lucas (86224948) | asked Nov 16 '11, 4:26 a.m.
This assumes you created the Money That Matters (MTM) Sample with, in RTC, the 'JKE Banking (Change Management)' Project Area.
Done using RTC 3.0.1 on Windows 7 with a user member of the Project Area.

1) In 'Source Control', right-click 'New Repository workspace' on e.g. the 'Production Stream (Release Engineering)'
This will load 10 Java Projects in Package Explorer view (JKEBuildScripts, JKEBusinessData, JKEBusinessLogic etc)

2) Go to JKEServer->src->com.jke.server, right-click 'Run As Java Application'
This will launch the server and display a message in the Console:
2011-11-16 10:03:08.199:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2011-11-16 10:03:08.470:INFO::jetty-6.1.23
2011-11-16 10:03:08.813:INFO::Started SocketConnector@0.0.0.0:8080


3)Right-click JKEJavaUI->src->com.jke.ui and 'Run As Java Application'
This will launch the client where you should logon with jbrown (pwd=jbrown)

You're in ...

2 answers



permanent link
Elh i Barry (1611) | answered Nov 16 '11, 10:19 a.m.
This assumes you created the Money That Matters (MTM) Sample with, in RTC, the 'JKE Banking (Change Management)' Project Area.
Done using RTC 3.0.1 on Windows 7 with a user member of the Project Area.

1) In 'Source Control', right-click 'New Repository workspace' on e.g. the 'Production Stream (Release Engineering)'
This will load 10 Java Projects in Package Explorer view (JKEBuildScripts, JKEBusinessData, JKEBusinessLogic etc)

2) Go to JKEServer->src->com.jke.server, right-click 'Run As Java Application'
This will launch the server and display a message in the Console:
2011-11-16 10:03:08.199:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2011-11-16 10:03:08.470:INFO::jetty-6.1.23
2011-11-16 10:03:08.813:INFO::Started SocketConnector@0.0.0.0:8080


3)Right-click JKEJavaUI->src->com.jke.ui and 'Run As Java Application'
This will launch the client where you should logon with jbrown (pwd=jbrown)

You're in ...


thank you so much!

Comments
Christophe Lucas commented Feb 14 '13, 8:02 a.m.
I just did the same steps using RTC 4.0.1, and now receive the following error:

2013-02-14 20:36:55.276:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2013-02-14 20:36:56.009:INFO::jetty-6.1.23
2013-02-14 20:36:56.190:INFO::Started SocketConnector@0.0.0.0:9700

Unable to load the JDBC driver org.apache.derby.jdbc.EmbeddedDriver
Please check your CLASSPATH.

Has anyone encountered the same error, and fixed ?


permanent link
Christophe Lucas (86224948) | answered Feb 15 '13, 10:32 p.m.
 See this forum post for a solution to above error/comment.

Your answer


Register or to post your answer.