Jim Coleman - 2003-05-02

Greetings - a word of thanks for the excellent sample code from which I've benefited from enormously.  And now - my problem:
I've gotten Artimus up and running just fine on Tomcat.  I can't make it happen with Websphere, however.
I initially failed w/ the following messages:
Servlet Request Processor Exception: Virtual Host/WebGroup Not Found :
The web group /artimus/index.jsp has not been defined
[4/30/03 9:49:21:000 CDT] 41e06efd ServletHost   W SRVE0023E: Web Group not found
[4/30/03 9:49:21:010 CDT] 41e06efd ServletReques X SRVE0023E: Web Group not found
[4/30/03 9:49:21:030 CDT] 41e06efd OSEListenerDi X PLGN0021E:
Servlet Request Processor Exception:
Virtual Host/WebGroup Not Found :
The web group /artimus/do/Menu has not been defined

I then went back and studied the README some more and zeroed in on the references to the 3 jars (JTE, JDBC & xerxces).  I added them to the WebSphere specific class path and put them into the WEB-INF/lib folder as well.  Then I altered the "order" of the jars in the properties.  Now when I went after index.jsp I got a different error:

A WSVR0023I: Server Default Server open for e-business
X Servlet Error: C:\Program Files\IBM\Application Developer
Integration Edition\workspace\artimus_1_0_b4\webApplication\index.jsp(10,53)
JSPG0103E: Unable to open taglibrary /tags/struts-logic : org.apache.xerces.jaxp.DocumentBuilderFactoryImpl: org.apache.jasper.JasperException: JSPG0103E:
Unable to open taglibrary /tags/struts-logic : org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

I'm stumped.  Any advice....?

TIA,
Jim