Is web server a prerequisite for workflow

This is in reference to the message pasted below.

It says that you need a web server with a servlet engine; iPlanet, Websphere, Apache, etc. to use web pages in a workflow scenario.

Why do I need a web server when I can use the inbuild webserver within IS server to build web page in a workflow ?

Posted on Thursday, September 05, 2002 - 08:56 am:


Hi Guys,

Using web pages in a workflow scenario is fairly straightforward.

That being said there are some prerequisites:

1). You need a web server with a servlet engine; iPlanet, Websphere, Apache, etc.
2). You need to configure the servlet (found in the WorkflowServer4/Servlet directory) by unjaring the jar files in the web server’s servlet directory.

3). From the UI side, I would recommend creating your HTML design in an HTML design tool like Dreamweaver.
4). Once completed, create a task in WF. Then, in the “Views” tab on the bottom right, add a view (call it whatever you like) and then select “HTML” as the type of view.
5). Now, from within the task panel view (double-click to get here) you select your view at the top, and drag and drop a panel into the design window from the top. You will be prompted for the location of your (predesigned) HTML page. It will then be imported and you can access it and wire up the data the same way you do with the Swing Java client.

There are a few restrictions to HTML forms that are outlined in the guides.

Hope this helps!

Josh Abrams
webMethods System Engineer