You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by an...@attglobal.net on 2001/03/09 22:35:06 UTC

Struts on WebSphere 3.5.2?

Has anyone managed to get struts running under WebSphere 3.5.2? I have
trouble getting it to work, it blows up in the ActionServlet when it
tries to read action.xml (I'm using version 0.5). The servlet tries to
call getResourceAsStream on its ServletContext, which in my case always
returns null. My little example works fine under Tomcat.

Any help is appreciated.

Andre