Re: Source jar for tomcat-dbcp?

2012-03-11 Thread Pid
On 11/03/2012 02:08, Jim Garrison wrote: -Original Message- From: Jim Garrison [mailto:jim.garri...@troux.com] Sent: Saturday, March 10, 2012 7:07 PM To: users@tomcat.apache.org Subject: Source jar for tomcat-dbcp? I have a problem I need to debug by stepping into tomcat-dbcp

Re: ${pageContext.request.contextPath} not resolving

2012-03-11 Thread Pid
On 11/03/2012 01:05, Ole Ersoy wrote: Hi, I have a very simple jsp page like this: %@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8% html body${pageContext.request.contextPath}/body /html ${pageContext.request.contextPath} is not

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread 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?

Re: @HandlesTypes not resolving classes when added as repository directory

2012-03-11 Thread Pid
On 10/03/2012 17:28, Benjamin Muschko wrote: I am running an embedded container 7.0.26 that loads the web application classes and external JARS using the method http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/loader/WebappLoader.html#addRepository%28java.lang.String%29

Re: ClassNotFoundException in jnlp-servlet after restart of Tomcat

2012-03-11 Thread Pid
On 09/03/2012 13:06, Volodymyr Bezuglyy wrote: Hello! Our client use Tomcat 5.0.28. That is unfortunate. We deploy Web application with jnlp servlet on this Tomcat. From time to time after restart of Tomcat and when first user tries to download our application via Java WebStart there

Re: @HandlesTypes not resolving classes when added as repository directory

2012-03-11 Thread Benjamin Muschko
I don't think so because it works when these classes sit in a JAR file and are added using addRepository. Also I tried to explicitly set context.setIgnoreAnnotations(false); which doesn't help. -- View this message in context:

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Stefan Mayr
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

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
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. No logs at all when I use Http11NIOProtocol. On 2012-03-11, at 9:28 AM, Stefan Mayr-2 [via Tomcat] wrote: Am

Re: ${pageContext.request.contextPath} not resolving

2012-03-11 Thread Ole Ersoy
So, is it rendering it as text or is it throwing an exception? Just rendering as text. What is your jsp-config in web.xml? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameArchetype Created Web

Re: ${pageContext.request.contextPath} not resolving

2012-03-11 Thread Konstantin Kolinko
2012/3/11 Ole Ersoy ole.er...@gmail.com: So, is it rendering it as text or is it throwing an exception? Just rendering as text. What is your jsp-config in web.xml? !DOCTYPE web-app PUBLIC  -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN  http://java.sun.com/dtd/web-app_2_3.dtd;

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Konstantin Kolinko
2012/3/11 pricyber pricy...@gmail.com: 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

Re: ${pageContext.request.contextPath} not resolving

2012-03-11 Thread Ole Ersoy
Super - Thanks! - Ole - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
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

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Pid
On 11/03/2012 18:28, pricyber wrote: 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

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Pid
On 11/03/2012 21:07, Pid wrote: On 11/03/2012 18:28, pricyber wrote: 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

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
Using Orcale Java 7 u3. Will try to get some logs. Thanks A lot! On 2012-03-11, at 5:38 PM, Pid * [via Tomcat] wrote: On 11/03/2012 21:07, Pid wrote: On 11/03/2012 18:28, pricyber wrote: Yes I used Http11NioProtocol , more specifically I used Http11NioProtocol.class.getName() to get

RE: Source jar for tomcat-dbcp?

2012-03-11 Thread Jim Garrison
It would have been nice if this was noted in the docs :-) Sounds like you're pretty close to being able to make a patch. ;) I'm willing to write something up, but am not sure how to contribute it to the doc website. I rummaged through the ASF svn and found the tomcat/site stuff, but it

Re: Source jar for tomcat-dbcp?

2012-03-11 Thread Pid
On 11/03/2012 21:41, Jim Garrison wrote: It would have been nice if this was noted in the docs :-) Sounds like you're pretty close to being able to make a patch. ;) I'm willing to write something up, but am not sure how to contribute it to the doc website. I rummaged through the ASF svn

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Terence M. Bandoian
On 1:59 PM, pricyber wrote: Using Orcale Java 7 u3. Will try to get some logs. Thanks A lot! On 2012-03-11, at 5:38 PM, Pid * [via Tomcat] wrote: On 11/03/2012 21:07, Pid wrote: On 11/03/2012 18:28, pricyber wrote: Yes I used Http11NioProtocol , more specifically I used

RE: Some questions about Tomcat ISAPI Connector and its documentation

2012-03-11 Thread Konstantin Preißer
Hello Konstantin Kolinko and André Warnier, thank you both for your replies. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Sunday, March 11, 2012 12:14 AM To: Tomcat Users List Subject: Re: Some questions about Tomcat ISAPI Connector and its documentation

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-11 Thread Alex Samad - Yieldbroker
Hi Thanks any idea's why the latest head version doesn't work. I got it to compile, but it crashes when IIS tries to load it From Failed Request tracking on IIS ErrorDescription Calling LoadLibraryEx on ISAPI filter C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll failed Not