Re: Problems with parsing html with servlet

2010-07-09 Thread André Warnier
John Byrne wrote: Hi Mark, Andre et al Sincere thanks for your expert help. Pass on my help to your colleague who also helped. You are welcome, and we all read this list, so we don't need to copy eachother. Now, did you do as told and is it now working, or what ? ---

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark, Andre et al Sincere thanks for your expert help. Pass on my help to your colleague who also helped. Kind Regards John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: use

Re: Problems with parsing html with servlet

2010-07-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 7/9/2010 4:15 AM, John Byrne wrote: > The requested resource (/ukjava1900) is not available. [snip] > > UkJava1900 > /UkJava1900 > As others have pointed out, your URL mapping and action action URL are of mismatched case. I

Re: Problems with parsing html with servlet

2010-07-09 Thread Pid
On 09/07/2010 09:15, John Byrne wrote: > Hi > > Please find listed below thesituation with tomcat installation. I can > deploy html pages via the manager service or > http://localhost/comlinks/mypage > > The requested resource (/ukjava1900) is not available. > > I list below the changes I have

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre Did not receive response to original post. Inability to evoke a response for output from servlet located on tomcat after parseing a html form? Details in original post. On 9 July 2010 09:38, John Byrne wrote: > Mult-i-tel better by design. > > http://www.multitel.co.uk > > tel: 44(0)151

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre The message did get through, apologies for the error. John On 9 July 2010 09:27, André Warnier wrote: -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype jcbyrne ---

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark It is WEB-INF in my directory structure, apollogies. John On 9 July 2010 09:24, Mark Thomas wrote: > On 09/07/2010 09:15, John Byrne wrote: >> webapps\comlinks\web-inf\web.xml > > It is WEB-INF, not web-inf. Case matters. > > Mark > > > >

Re: Problems with parsing html with servlet

2010-07-09 Thread André Warnier
I seem to recall that you have already been told this several times, but just to remind you : "/ukjava1900" is NOT equal to "/UkJava1900" like in > /UkJava1900 In addition, you have also been told already that proper HTML requires that tag attribute values be quoted, like in John

Re: Problems with parsing html with servlet

2010-07-09 Thread Mark Thomas
On 09/07/2010 09:15, John Byrne wrote: > webapps\comlinks\web-inf\web.xml It is WEB-INF, not web-inf. Case matters. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...