Author |
Message
|
Hari |
Posted: Fri May 02, 2003 11:23 pm Post subject: [Solved]Customising Web Client |
|
|
 Centurion
Joined: 21 Nov 2002 Posts: 117 Location: USA
|
Hi All,
I have developed some jsp's (for the activity program implementation).
I am deploying the same in WAS 4.0.
I want to use this jsps in tandem with the Web Client. i.e. when a user checks out the activity (from the WebClient) i need to show up my jsps, instead of the default pages.
Please can u guys advice as to where to keep(the directory structure) this jsp's and also the necessary settings to be made.
Regards,
Hari
Last edited by Hari on Sun Aug 24, 2003 10:54 am; edited 1 time in total |
|
Back to top |
|
 |
jmac |
Posted: Sat May 03, 2003 5:42 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Hari:
I am not sure I understand the question... So this may not be what you want.
There are no required settings. The WebClient will look for JSPs in your prgrams directory for instance under WAS50 I put my jsps in the following directory:
Code: |
D:\WebSphere\AppServer\installedApps\jmcdonald\MQWF_Web_Client_WAS5.ear\fmcohcli.war\programs>
|
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Hari |
Posted: Sat May 03, 2003 8:26 am Post subject: |
|
|
 Centurion
Joined: 21 Nov 2002 Posts: 117 Location: USA
|
Hi John,
Thanx very much for ur response.
U got my question right....i will just try out with ur suggestions.
But i also needed to know after say a user has checked in the activity (after checking it out) ......now i need to show the worklist again for that user....so how can i achieve that, since i need to know the url(of the worklist) to redirect the control back to the worklist.
I mean to say....
Webclient Worklist---> check out activity --> customised jsps displayed--->check In---->Webclient Worklist
Regards,
Hari |
|
Back to top |
|
 |
jmac |
Posted: Sat May 03, 2003 10:20 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Hari:
The normal output displayed by the web client after a checkin is the worklist, so you should not need to do anything. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
slnelson76 |
Posted: Wed May 07, 2003 1:00 pm Post subject: Rapid Deployment Wizard |
|
|
Novice
Joined: 02 Apr 2003 Posts: 13 Location: Iowa
|
If you have WSAD you might try using the Rapid Deployment wizard to create a few JSPs. This should give you a good idea of what the structure of a standard WF Activity webpage looks like. |
|
Back to top |
|
 |
|