Hi All, I've been developing a Struts application on my Windows 2000
machine running WebSphere 3.5.3. Everything is working fine, thanks to all
the helpful information found on this mail list and the Jakarta site.
But, now I'm trying to deploy on WebSphere 3.5 running on a mainframe under
OS/390.. and not having much luck. :- (
WAS on OS/390 is a bit different than the "multi-platform" releases of WAS.
For one thing, there is no Administrative Console. Instead they use a
properties file WAS.CONF to define the application server, web applications,
and servlets. From what I can find in the documentation, it also supports
XML Deployment Descriptor files like web.xml, but it must be called
<webappname>.webapp. I've tried this XML approach, with no success... it
doesn't seem to be reading/loading the file.
Has anybody out there done this? What would be really great is a sample
OS/390 WAS.CONF file or .webapp file for Struts.
I really appreciate any assistance.
Regards,
-Steve