Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
t; Sent: Saturday, March 14, 2009 12:41 PM Subject: Re: Problem starting Tomcat in Netbeans Ron, I did it. Also I deleted the line and typed it again. Thanks Carlos Ron McNulty wrote: Hi Carlos The error is coming from Digester, whose job in life is simply to parse XML files and read th

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
rtain it will support Tomcat's remote debugging option, which allows independent startup. Regards Ron - Original Message - From: "Carlos Botto" To: "Tomcat Users List" Sent: Saturday, March 14, 2009 12:41 PM Subject: Re: Problem starting Tomcat in Netb

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
characters? Regards Ron - Original Message - From: "Carlos Botto" To: "Tomcat Users List" Sent: Saturday, March 14, 2009 12:04 PM Subject: Re: Problem starting Tomcat in Netbeans Hi Ron, There are no * in the code, those in the email were put on purpose to unde

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
mcat Users List" Sent: Saturday, March 14, 2009 12:04 PM Subject: Re: Problem starting Tomcat in Netbeans Hi Ron, There are no * in the code, those in the email were put on purpose to underline the 18th. line. Thanks Carlos Ron McNulty wrote: Hi Carlos This line looks odd? Why are th

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
Hi Ron, There are no * in the code, those in the email were put on purpose to underline the 18th. line. Thanks Carlos Ron McNulty wrote: Hi Carlos This line looks odd? Why are there asterisks around it? *org.apache.jasper.servlet.JspServlet* Regards Ron - Original Message -

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
Hi Carlos This line looks odd? Why are there asterisks around it? *org.apache.jasper.servlet.JspServlet* Regards Ron - Original Message - From: "Carlos Botto" To: "Tomcat Users List" Sent: Saturday, March 14, 2009 11:43 AM Subject: Problem starting Tomcat in Netbeans Sorry for

Re: Problem starting Tomcat in Netbeans

2009-03-11 Thread Carlos Botto
Chuck, Sorry by mistake I copied the WEB-INF/web.xml. The conf/web.xml is the following: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

Re: Problem starting Tomcat in Netbeans

2009-03-11 Thread Carlos Botto
Chuck, Thanks for your answer. I generated the DTD and fixed the config.xml problem. But the other problem is still there. I didn't touch conf/web.xml, but I checked it out anyway and didn't find a problem (should be at line 18 column 20). Here are the first 24 lines from conf/web.xml: ht

RE: Problem starting Tomcat in Netbeans

2009-03-11 Thread Caldarale, Charles R
> From: Carlos Botto [mailto:carl...@qualitau.com] > Subject: Problem starting Tomcat in Netbeans > > when I validated context.xml I got the following: cvc-elt.1: > Cannot find the declaration of element 'Context'. [2] Since there is no DTD to validate against, that's not surprising. > path="

Re: Problem starting Tomcat in Netbeans

2006-05-29 Thread Marc Farrow
I don't know why you have the Common folder of tomcat in your classpath. that should not be needed. On 5/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Mon, May 29, 2006 at 12:31:12AM +0800, Justin See wrote: > I've tried to search for it but couldn't find an answer. > Please try to

Re: Problem starting Tomcat in Netbeans

2006-05-28 Thread michael
On Mon, May 29, 2006 at 12:31:12AM +0800, Justin See wrote: > I've tried to search for it but couldn't find an answer. > Please try to help me. > I've created an application and deployed and run successfully in the > first PC. I copied everything over, installed everything as the > first PC.