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
No
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
> documentat
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
Http11NioProtocol
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
> > 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
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(
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
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
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 Windo
Super - Thanks!
- Ole
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2012/3/11 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.
It is Http11NioProtocol. The spelling matters a lot.
> No logs at all when I use H
2012/3/11 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?
>
>
> "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd"; >
The above declaration
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?
http://java.sun.com/dtd/web-app_2_3.dtd"; >
Archetype Created Web Application
-
To unsubscribe
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
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
machin
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:
http://tomcat.10.n6.nabble.com/HandlesTypes-not-resolving-classes-when
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 ther
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
> Weba
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?
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"%>
>
>
> ${pageContext.request.contextPath}
>
>
> ${pageContext.request.contextPath} is no
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 tomca
21 matches
Mail list logo