Yes I used Http11NioProtocol , more specifically I used Http11NioProtocol.class.getName() to get the name of the class.
The problem only occurs on Windows 2003 with Http11NioProtocol on Java 1.7, It works fine with Java 1.6 Also Http11NioProtocol and Java 1.7 works fine with Windows 7 and Windows 2008 and as well as Ubuntu. So the only problems lies with a combination of Windows 2003, Http11NioProtocol, and Java 1.7 Thanks. On 2012-03-11, at 1:48 PM, Konstantin Kolinko [via Tomcat] wrote: > 2012/3/11 pricyber <[hidden email]>: > > Using binaries downloaded in a embedded java application. > > I used Http11NIOProtocol, but if I use Http11Protocol, it works fine. So I > > think Http11NIOProtocal is the problem in my setup. > > > It is Http11NioProtocol. The spelling matters a lot. > > > No logs at all when I use Http11NIOProtocol. > > Maybe it does not have write permissions in the logs (and work and > webapps) folders. That is a known pitfall with Windows versions > starting with Vista. (As mentioned on the "Windows" page in Tomcat > FAQ). > > > > On 2012-03-11, at 9:28 AM, Stefan Mayr-2 [via Tomcat] wrote: > > > >> Am 11.03.2012 11:33, schrieb Pid: > >> > >> > On 11/03/2012 06:25, pricyber wrote: > >> >> Hi I recently upgrade JDK from 1.6 to 1.7u3. And tomcat no longer work > >> >> on > >> >> Windows 2003, ie not sending response to any request either with https > >> >> or > >> >> plain http. But the same code/setting works on Windows 7 and my ubuntu > >> >> machine. > >> > > >> > Error logs? > >> > Access logs? > >> > > >> > > >> >> Are there known issues with Java 7 and Win2k3 with Tomcat 6.0.35? > >> > > >> > None I've heard of. > >> > > >> > > >> > p > >> > > >> >> Thanks alot. > >> >> > >> > >> You should supply some mode setup details: > >> - is tc-native used? Binaries or compiled by yourself? > >> - What type of connector is used? Java BIO? > >> - Can you enable the access log valve to see if the request was > >> processed by your tomcat (and check the status code) > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > > > If you reply to this email, your message will be added to the discussion > below: > http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4567768.html > To unsubscribe from Java 7 + Tomcat 6.0.35 + Win2k3 Problem, click here. > NAML -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4567875.html Sent from the Tomcat - User mailing list archive at Nabble.com.