Re: Struct Logging

2008-01-08 Thread Wendy Smoak
On Jan 8, 2008 9:04 PM, Sohil Rupani <[EMAIL PROTECTED]> wrote: > i m using struct 1.3.8 ... > > "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" >"http://struts.apache.org/dtds/struts-config_1_3.dtd";> And earlier: > > 2.2//EN" > "http://java.sun.com/j2ee/dtds

Re: Struct Logging

2008-01-08 Thread Sohil Rupani
sorry for making two post .. appreciate your help and time. also the struct examples are working fine.. i m using velocity tools 1.3 for view however i installed another tomcat but the same version 5.5.25 .. and could see the logs "hi , i m getting the following error of which i understand the

Re: Struct Logging

2008-01-08 Thread Robert Slama
send your struts-config.xml and requested url r^ Dave Newton wrote / napĂ­sal(a): It's probable there's an error in one (or more) of your S1 configuration files. d. --- Sohil Rupani <[EMAIL PROTECTED]> wrote: hi i m using Struts 1 Following is the content of my web.xml file. Please l

Re: Struct Logging

2008-01-08 Thread Dave Newton
It's probable there's an error in one (or more) of your S1 configuration files. d. --- Sohil Rupani <[EMAIL PROTECTED]> wrote: > hi i m using Struts 1 > > Following is the content of my web.xml file. > Please let me know if i m making some mistake in this .. > Thanks > > > > PUBLIC "-//Sun

Re: Struct Logging

2008-01-08 Thread Cheng Wei Lee
Haven't used Struts 1 for quite some time. Just to check, none of your actions worked? Would you be able to build your application using the sample blank WAR file to see if it can work part by part? On Jan 8, 2008 4:09 PM, Sohil Rupani <[EMAIL PROTECTED]> wrote: > hi i m using Struts 1 > > Follow

Re: Struct Logging

2008-01-08 Thread Sohil Rupani
hi i m using Struts 1 Following is the content of my web.xml file. Please let me know if i m making some mistake in this .. Thanks http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> action org.apache.struts.action.ActionServlet config

Re: Struct Logging

2008-01-08 Thread Cheng Wei Lee
Are you using Struts 1? Please check your web.xml file. On Jan 8, 2008 3:56 PM, Sohil Rupani <[EMAIL PROTECTED]> wrote: > Hi , > Thanks for the reply.. appreciate you time. > > Following is the error i m getting on the browser.. > > HTTP Status 404 - Servlet action is not available > type Status

Re: Struct Logging

2008-01-07 Thread Sohil Rupani
Hi , Thanks for the reply.. appreciate you time. Following is the error i m getting on the browser.. HTTP Status 404 - Servlet action is not available type Status report message Servlet action is not available description The requested resource (Servlet action is not available) is not available

Re: Struct Logging

2008-01-07 Thread Cheng Wei Lee
Hi Sohil, Could you provide the stacktrace for troubleshooting? Thanks. On Jan 8, 2008 3:37 PM, Sohil Rupani <[EMAIL PROTECTED]> wrote: > Hi, > > I m new to struts , using tomcat and jdk 1.5. i m getting a error > Servlet action not avaliable.. > which on browsing i learn that is a very common