Cocoon 2.1.11 in Tomcat 7.0.12: cocoon welcome page will not display

2011-07-23 Thread Rob Stevens
I am trying to learn about servlets, java server pages, web-apps etc. I am new to this world, but I am an experienced programmer (though not in Java). I have built the cocoon.war file in the prescribed manner and have tomcat installed. I have copied the cocoon.war file into the webapps directory,

Re: Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-23 Thread Mark Eggers
Replies inline: > From: Frederick Ouimet > Hi, > > Sorry for the delay in responding.  I think I managed to find the culprit. > > To answer your questions Konstantin: > 1- Windows 7, JDK and Tomcat are 32-bit > 2- from command prompt, chcp return code page 850 > 3- I change the shutdown string t

Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-23 Thread Frederick Ouimet
Hi, Sorry for the delay in responding. I think I managed to find the culprit. To answer your questions Konstantin: 1- Windows 7, JDK and Tomcat are 32-bit 2- from command prompt, chcp return code page 850 3- I change the shutdown string to "FRED" and the last character was trimmed: invalid com

Re: Tomcat 7: Why is JDK needed ?

2011-07-23 Thread Markus Schönhaber
21.07.2011 21:58, Bobi St: > why is Why is JDK needed also for Tomcat 7 ? Does it use a compiler, or why > not simply using for example jre6 ?!? > I have to install always extra JDK because of it ... Who says Tomcat needs a JDK? From

Re: html meta http-equiv content-type not work ?

2011-07-23 Thread Konstantin Kolinko
2011/7/23 Mark Thomas : > On 23/07/2011 02:11, Luogang Wang wrote: >> hi, >> >> my tomcat version 7.0.16 ; >> >> I put this simple html on tomcat webapps ROOT directory. >> >> >> >>   >>   New Document >>   >>   >>   >>   hello world! >>   >> >> >> when request the file from browser ,the http

Re: html meta http-equiv content-type not work ?

2011-07-23 Thread Marvin Addison
> If you want to set > the charset in the HTTP header, you'll need to set it explicitly using a > JSP, a filter or similar. It's wise to do both, http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q8. For the filter, it's important to put the filter at or near the top of the filter chain sinc

Re: URL/ URI/ TC(?) puzzle -- wrong non-error?

2011-07-23 Thread Pid
On 22/07/2011 23:22, Dennis de Champeaux wrote: > Your SNOTTYness is not appreciated ... By me either, but sadly there's no known cure for the common cold, but time. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apa

Re: URL/ URI/ TC(?) puzzle -- wrong non-error?

2011-07-23 Thread Pid
On 22/07/2011 23:22, Dennis de Champeaux wrote: > BTW I did do plenty of research on this topic Clearly not. The erudite Mr Eggers has elucidated a full explanation, referring therein to the primary source of information about Tomcat - the official documentation. p

Re: html meta http-equiv content-type not work ?

2011-07-23 Thread Mark Thomas
On 23/07/2011 02:11, Luogang Wang wrote: > hi, > > my tomcat version 7.0.16 ; > > I put this simple html on tomcat webapps ROOT directory. > > > > >New Document > > > > hello world! > > > > when request the file from browser ,the http response not have the header > of "Cont