RE: Struts 1.1 in Websphere 4.01 on plugin with OS/390

2003-08-04 Thread yau-pang . lee
thks Cindy: I got the server reading webapp-name.webapp xml file finally, turns out our admin was being nice and added some webapp properties in the was.config file for us and that caused websphere to skip the webapp-name.webapp during startup. However, we're now getting the error:

RE: Struts 1.1 in Websphere 4.01 on plugin with OS/390

2003-08-01 Thread Gramann, Cindy
I've been able to get Struts working with the Websphere 4.01 plugin on z/OS (recently upgraded from OS/390). We are using JSP 1.1 and Servlet 2.2. The only changes that I needed to make after running the Struts example .war file through wartowebapp were to extract the dtd's under

RE: Struts 1.1 in Websphere 4.01 on plugin with OS/390

2003-08-01 Thread yau-pang . lee
Thks for the info Cindy, I'm trying to check with the admin to see if it's reading the webapp-name.webapp file to initialize itself on startup with our admin(The joy of working with/through an admin). And I'll try extracting the DTD files like you said just in case(as soon as the admin let

RE: Struts 1.1 in Websphere 4.01 on plugin with OS/390

2003-08-01 Thread Gramann, Cindy
We're using Xerces 1.2. Also, we ran into classloader problems with commons logging when running 2 Struts apps on the same appserver. For now we have commented the Struts example app, but still need to figure out how to resolve the problem before the next app rolls around. I, too, need to work