Author |
Message
|
kotha |
Posted: Wed Mar 30, 2005 8:18 am Post subject: [SOLVED]Run WebCredit Example |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
|
Back to top |
|
 |
Ratan |
Posted: Wed Mar 30, 2005 8:22 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I dont have WF on my machine, so I cant verify. I think you have to add the StarterID in "WebClient.Properties"(or a file that sounds like it) file in your WebClient installation directory (WAS Installed Apps directory). _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Wed Mar 30, 2005 8:23 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Did you read the part where it tells you to update the following entries in the WebClient properties file:
Code: |
#StarterUserID=STARTER
#StarterPassword=password
#StarterSystemGroup=FMCGRP
#StarterSystem=FMCSYS |
sorry Ratan... I swear that your post wasn't there when I started typing  _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kotha |
Posted: Wed Mar 30, 2005 9:57 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
in the Readme.html (in WA82 folder), it says the following:
Update the batch files for the CustomerUPES
Update the file env.bat to reflect your environment.
JAVA_HOME: the top-level directory of the JDK and ....etc
How to update env.bat file?? |
|
Back to top |
|
 |
Ratan |
Posted: Wed Mar 30, 2005 10:59 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
unless I am missing something, open the env.bat file and update the value for JAVA_HOME. set it to your JDK installation directory. _________________ -Ratan |
|
Back to top |
|
 |
kotha |
Posted: Fri Apr 22, 2005 6:15 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
jmac wrote: |
Did you read the part where it tells you to update the following entries in the WebClient properties file:
Code: |
#StarterUserID=STARTER
#StarterPassword=password
#StarterSystemGroup=FMCGRP
#StarterSystem=FMCSYS |
|
Jmac,
in my property file, the code is exactly as given by you.I have FMC default configurations and the queue manger and DB name(FMCDB) all are default.
you said to update the above entries. I dont know much about the coding syntax of the property file. How to update the .property file. does it mean, I need to remove the # before every statement?.
Where exactly it exists in WAS. I have it at \MQWF_Web_Client_FMC.ear\fmcohcli.war\WEB-INF |
|
Back to top |
|
 |
jmac |
Posted: Fri Apr 22, 2005 6:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Yes remove the # from these 4 stmts... like this
Code: |
StarterUserID=STARTER
StarterPassword=password
StarterSystemGroup=FMCGRP
StarterSystem=FMCSYS |
In addition you must define the Starter in your RTDB... as I recall there is FDL with the supportpac that you can just import. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kotha |
Posted: Fri Apr 22, 2005 6:41 am Post subject: Webcredit Example |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
The problem is solved!!!!!!!!!!!!!!!
I updated the property file and it is working excellant!!!
Rathan, Jmac thanx for your help. |
|
Back to top |
|
 |
tyctlnc |
Posted: Thu May 04, 2006 8:39 pm Post subject: |
|
|
Novice
Joined: 27 Apr 2006 Posts: 15
|
i'm trying to run the webclient example : webcredit, but i get the error:
Error 404: No target servlet configured for uri: /MQWFClient_QLDT/starter/WebCreditRequest.html.
what is the web server's CLASSPATH? what does it mean?
i'm a new user, so it has a lot os concepts i don't know.
any body explains to me? |
|
Back to top |
|
 |
|