Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-11 Thread Otmar Manuela
a lot already, but it does require more thought. Otmar On 6/9/2010 4:09 AM, Pid wrote: On 08/06/2010 19:06, Otmar Manuela wrote: Hi, I have a contact page, which contains a struts form. However, on that page, when trying to read the URL parameters, I get a zero instead of the parameter

What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-08 Thread Otmar Manuela
Hi, I have a contact page, which contains a struts form. However, on that page, when trying to read the URL parameters, I get a zero instead of the parameter value, unless I use <%= request.getParameter() %>. Example: URL loading the contact form page: http://www.somedomain.com/contact.d

Re: Issues with ROOT.xml in Tomcat 6.0.24

2010-03-01 Thread Otmar Manuela
On 3/1/2010 11:05 AM, Caldarale, Charles R wrote: From: Otmar Manuela [mailto:ot...@caribmedia.com] Subject: Issues with ROOT.xml in Tomcat 6.0.24 I have a tomcat instance of Tomcat 6.0.24 running, but whenever I deploy my application in the root context, I can only start it once. If I restart

Issues with ROOT.xml in Tomcat 6.0.24

2010-03-01 Thread Otmar Manuela
Hi, I have a tomcat instance of Tomcat 6.0.24 running, but whenever I deploy my application in the root context, I can only start it once. If I restart, I get a 404 error "The requested resource is unavailable". I noticed that if I remove the /conf/Catalina/localhost/ROOT.xml and then rest