I would like to suggest on point here ... If it still don't work the way ansuman behera described then just try
1. make a folder under WEB-INF named tlds 2. move all "struts*.tld" files & DTD in this folder regards Rohit -----Original Message----- From: ansuman_behera [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:53 PM To: Struts Users Mailing List Subject: RE: How to configure a struts application It is very easy with Tomcat too. I'm using Tomcat 4.1 and Struts 1.0.2. Here is what you need to do at a high level 1. Ensure that your web application has a folder under TOMCAT_HOME/webapps. 2. Inside this folder create a folder called WEB-INF 3. In the WEB-INF folder you should have all "struts*.tld" files and the DTD file and the struts configuration file. 4. Create a folder called "lib" under WEB-INF and keep the "struts.jar" file inside this lib folder. off the top of my head, I can't think of anything else that you might have to do...take some simple example code already built by someone and use it and see if this works... thanks ansuman -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:30 AM To: Struts Users Mailing List Subject: Re: How to configure a struts application Tomcat, I am suffering and no luck yet. I hate it now. It's very easy to do it in Weblogic. - Do not put struts.jar in Weblogic classpath or any other classpath it reads. - Struts.jar should be in your Web Application's WEB-INF/lib - Make sure you "include" struts.jar in your web application .war file while building it. Other then this, a Struts web application just deploys fine like any other web application on weblogic. thanks -raj "Nimmagadda, Ravikumar (CORP, GEITC, To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Contractor)" cc: <[EMAIL PROTECTED] Subject: How to configure a struts application ind.ge.com> 07/08/2003 11:20 AM Please respond to "Struts Users Mailing List" Hi *, I am new to Struts. can any one let me know how to configure a struts application on either Tomcat4.1 or weblogic.6.x Thanks in advance. Ravi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *---------- This message and any attachment(s) is intended only for the use of the addressee(s) and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended addressee(s), you are hereby notified that any use, distribution, disclosure or copying of this communication is strictly prohibited. If you have received this communication in error, please erase all copies of the message and its attachment(s) and notify the sender or Kanbay postmaster immediately. Any views expressed in this message are those of the individual sender and not of Kanbay. Although we have taken steps to ensure that this e-mail and any attachment(s) are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

