I had some problems with the location of the xml files on OS/390.  It was caused 
because one server had Servlet 2.2 full compatibilty turned off.  


When  appserver.compliance.mode=false  "the default value"

     InputStream input = getServletContext().getResourceAsStream(config); 

found the xml file in the following directory:   
   u/mywebs/dev/train/WEB-INF/classes/WEB-INF/struts-config.xml


When  appserver.compliance.mode=true,   the xml file had to be moved to
     /u/mywebs/dev/train/web/WEB-INF/struts-config.xml


Steven Banks
368-0566

>>> "subhendukumar mohanty" <[EMAIL PROTECTED]> 04/16/02 10:49AM >>>
Hi 

I am using struts with websphere 3.5.5. In one of the application server i have kept 
the struts-config.xml in default_host\webapplicationame\servlets . It is working fine. 
The same setup is not working in other machine . In that server the apploication is 
looking for the strits-config.xml file default_host\webapplicationame\web\web-inf 
folder. 

I could not find out what is the difference. Both the server has same setup and having 
same version of struts. The action servlet in the both the server has same init 
parameter for struts-config.xml.

If anybody has any idea on this let me know. 

Thanks,
Subhendu



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to