RE: Installation on OS-390 and Websphere 3.5.3: Was 503 Error- Now What struts.jar should I use.

2002-03-26 Thread Roger Fortier
anks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: Re: Installation on OS-390 and Websphere 3.5.3: Was 503 Error- Now What struts.jar should I use. I tracked the error message to the ActionServlets initMapping() routine. Specifically "..

Re: Installation on OS-390 and Websphere 3.5.3: Was 503 Error- Now What struts.jar should I use.

2002-03-26 Thread Steven Banks
I tracked the error message to the ActionServlets initMapping() routine. Specifically "... // Acquire an input stream to our configuration resource InputStream input = getServletContext().getResourceAsStream(config); if (input == null) throw new UnavailableException