Author |
Message |
Topic: custom JSPViewer |
slnelson76
Replies: 7 Views: 3278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 03, 2003 10:37 pm Subject: Hrrmmmm |
Generally the file Main not found indicates that the Main Servlet failed to initialise. Look further up in the Log file where the Context is being initialised and see if there is an error message ther ... |
Topic: custom JSPViewer |
slnelson76
Replies: 7 Views: 3278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 30, 2003 8:49 am Subject: Yep |
First I am going to assume you have the class compiled and that you have not specified a package for the class to belong to.....might want to do this, but for the simplicity I am going to assume you h ... |
Topic: web client |
slnelson76
Replies: 2 Views: 2059
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 27, 2003 12:24 pm Subject: Use it as an initial template |
I have found that I use the RDW to create an initial template for a Program activity. I then use that same template for all the activities. Since the only thing that usually changes is the Form fields ... |
Topic: large work items |
slnelson76
Replies: 19 Views: 6809
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 27, 2003 12:20 pm Subject: Okay what about this |
Option 1 (I think someone already went over this)
Override the checkin command (ie x-checkinandgetnewitem) use the api's to perform the check-in as normal.
Retrieve an item from a list of items ... |
Topic: Websphere tuning for high volume |
slnelson76
Replies: 7 Views: 3506
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 27, 2003 12:01 pm Subject: SOLVED....Sorta |
For those of you who might be wondering at our performance issues.....Here's the cause....
Windows + Web Client + SMP = BAD PERFORMANCE.
Windows + Web Client + SingleCPU = GOOD PERFORMANCE
Wi ... |
Topic: APIs for getting information from Runtime |
slnelson76
Replies: 11 Views: 4295
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 27, 2003 11:53 am Subject: Manually doing it |
We fought with trying to manage the users for quite awhile. Even tried to get the Server People to give us access to the Runtime DB to manage users. For obvious reasons they don't allow it. We have so ... |
Topic: [Solved]Customising Web Client |
slnelson76
Replies: 4 Views: 2611
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 07, 2003 1:00 pm Subject: Rapid Deployment Wizard |
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. |
Topic: upes question 2 |
slnelson76
Replies: 10 Views: 3561
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 07, 2003 12:55 pm Subject: upes question 2 |
This can Definitely be a pain in the butt. We run between 40 and 70 thousand short-lived processes through one of our UPES activities per day. If those start failing (one of the services is broken) we ... |
Topic: Websphere tuning for high volume |
slnelson76
Replies: 7 Views: 3506
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 07, 2003 12:36 pm Subject: Tuning |
First you get IBM to admit.....ERM nevermind.
This isn't really a post in response to kriersd, but rather a further explanation of the problem.
The performance problems that he is talking about ... |
Topic: Webclient Question |
slnelson76
Replies: 2 Views: 2155
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Apr 18, 2003 10:00 am Subject: Webclient Question |
I got it to work by sending it through a proxy.jsp file that forwards to the struts piece I want. Actually works quite well. Very flexible. Not sure how efficient it is though. Probably not very. Ah w ... |
Topic: Webclient setup in WSAD 5.0 |
slnelson76
Replies: 13 Views: 6639
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 10, 2003 6:44 am Subject: Re: Not to bad |
there were a couple of XML files that needed changing too
Yes, the web.xml file needs to be changed to reflect the location of the WebClient.properties file. Although since I just imported it over ... |
Topic: Webclient setup in WSAD 5.0 |
slnelson76
Replies: 13 Views: 6639
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 09, 2003 2:11 pm Subject: Not to bad |
It was actually pretty easy. I created a webclient that uses a non Websphere Servlet container. Then imported it into WSAD 5.0...... I also had to import the Workflow Jar files. Hrmmmm can't think of ... |
Topic: Webclient Question |
slnelson76
Replies: 2 Views: 2155
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 09, 2003 1:41 pm Subject: Webclient Question |
I am trying to extend the web client a little. Mostly to see what kind of options are available.
I am trying to stick a Struts Action between the Main Servlet and the ListViewer.jsp. I can access ... |