Parameter List

2006-06-30 Thread Asad Habib
Anyone know where I can find a complete list of all the possible parameters allowed for the server.xml ResourceParams element? I could not find this on the ASF site and Google did not yield any comprehensive results as well. Thanks. - Asad -

TagAttributeInfo Error

2006-05-02 Thread Asad Habib
Hello. I am receiving the following error when attempting to access my web application: exception javax.servlet.ServletException: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249) javax.servle

Jasper Exception

2006-04-15 Thread Asad Habib
I ported my Struts application from Tomcat 5.5.9 to Tomcat 5.5.16. When I ran the application, I got the following error: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei org.apache.jasper.servlet.JspServletWrap

Tomcat and Sysdeo Eclipse Plugin

2006-04-14 Thread Asad Habib
Hello. I am experiencing a problem trying to start Tomcat from Eclipse using the Sysdeo Plugin. The error I get is as follows: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap I am running Tomcat 5.5.16 and using Eclipse 3.1.2 with Sysdeo Eclip

RE: Connection Pool Woes

2006-01-23 Thread Asad Habib
You should use JNDI with your connection pool to ensure that connections are being managed appropriately. - Asad On Mon, 23 Jan 2006, Chris McCormack wrote: Its poor practise to have a sql: jstl tag in production ready code. How do you deal with this when using pure JSTL sql calls using a

Access Denied Error

2005-12-14 Thread Asad Habib
Hello. I am receiving the following error when trying to use the Struts HTML tag library. Has anyone experienced something similar? I have provided the stack trace below. Thanks. - Asad Dec 14, 2005 7:21:17 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for

Struts Application Logic Error

2005-10-23 Thread Asad Habib
Hello. I am currently developing a Struts application. For some reason, form variables are not being transmitted upon form submission and at the same time there is no error or stack trace that I can reference to diagnose the error. I am not able to access the form variables inside my action cla

Re: NoClassDefFoundError on Tomcat startup

2005-10-17 Thread Asad Habib
Hello Jason. It appears that the .jar files in question are not available to the loader. Is CATALINA_HOME/common/lib defined as a classpath within Eclipse? - Asad On Mon, 17 Oct 2005, Jason Terk wrote: Hi, I'm trying to write an email log handler to use with tomcat 4.1 but am getting a NoCl

RE: Illegal Field Name Error

2005-10-15 Thread Asad Habib
Thank you for all your input, everyone. This problem has been resolved. Apparently, struts.jar was not being built previously and so some of the referenced classes were not defined. Thanks, once again. - Asad On Sat, 15 Oct 2005, Asad Habib wrote: Hello. Here is the code for

RE: Illegal Field Name Error

2005-10-15 Thread Asad Habib
return (mapping.findForward("missing-registration-type")); } } } Any help would be appreciated. Thanks. - Asad On Wed, 12 Oct 2005, Raghupathy,Gurumoorthy wrote: Can you prove me the action registration.RegistrationTypeAction as well ? -Original Message----- From