Windows 2000 -----Original Message----- From: Steven Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:01 PM To: subhendukumar mohanty; [EMAIL PROTECTED] Subject: RE: Urgent Websphere and location of Struts-Config.xml file
On os/390 the value is found in was.conf for the server. I do not believe this file exists on the NT version. Which platform are you running on? Mainframe, nt, or Unix? Steven Banks 368-0566 >>> "subhendukumar mohanty" <[EMAIL PROTECTED]> 04/17/02 11:34AM >>> Where to set the properties for "appserver.compliance.mode" . So that i can check both of my server to find out the differences. Thanks, Subhendu -----Original Message----- From: Steven Banks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:40 AM To: subhendukumar mohanty; [EMAIL PROTECTED] Subject: Re: Urgent Websphere and location of Struts-Config.xml file 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

