"Nicholas Sushkin" wrote in message
news:201011221714.26614.nsush...@openfinance.com...
On Monday, November 22, 2010 15:46:42 users-digest-h...@tomcat.apache.org
wrote:
On behalf of the Tomcat committers I am pleased to announce that
Christopher Schultz (schultz) has been voted in as a new T
Tomcat 4.x is well know to have problems with this when using a non-default
SSL port with MSIE. However, it usually works ok with the default SSL port.
I would check that you have the correct redirectPort defined in the
for the non-SSL connector.
"Robedan" wrote in message
news:29151597.p.
"lei jiang" wrote in message
news:aanlktin0dhodp9brzlx589xkvuz4dar0dnklry637...@mail.gmail.com...
Hi, guys:
I am using the Tomcat 5.0.28.0, and I put the my website into webapps
directory.
The welcome-file-list section likes this:
index.jsp
In the index.jsp, I use the jsp:forward t
Allow me one more attempt at a clear doc?
1) If useIPVHosts=false (default), then the host header name determines
for processing, or default host of the Engine.
2) If useIPVHosts=true, then IP address of request determines for
processing, providing the IP is provided as the host name, or .
If
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f98e46de...@usea-exch8.na.uis.unisys.com...
From: Greg Bondy [mailto:gbo...@starmountsystems.com]
Subject: Missing commons-el.jar causes NoClassDefFoundError
org/apache/commons/el/ExpressionEvaluatorImpl
(I was wond
"Christopher Schultz" wrote in message
news:4bcf5f41.6060...@christopherschultz.net...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 4/21/2010 3:46 PM, André Warnier wrote:
Mark Thomas wrote:
On 21/04/2010 20:24, André Warnier wrote:
Mark Thomas wrote:
...
I'd just use JAD an
"Christopher Schultz" wrote in message
news:4bbf945e.4050...@christopherschultz.net...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Harry,
On 4/9/2010 2:01 PM, Harry Metske wrote:
you are using some piece of software (com.mypkg.packaging.*) that is
calling
tomcat code.
It expects to find
"André Warnier" wrote in message
news:4bb5a06e.4080...@ice-sa.com...
Stacy Mobley wrote:
Hi,
I was wondering if there was a way to enable HTTP Put via the API's.
What makes you think it is not enabled ?
(at least, presuming you are talking about Tomcat)
I've tried using ServletContext.
As far as I know, only Apache Jakarta-JMeter has a Java AJP client. You can
look there for how to set one up.
"Andrew Bruno" wrote in message
news:t2o9b906c961003310002j519ef867p3ead196614483...@mail.gmail.com...
Hello all,
I have a situation where I wish to break up my web application, but
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f96d2507...@usea-exch8.na.uis.unisys.com...
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Win7 calling native code via JNI
as soon as I call the dll's init function
(CPPInit) it crashed the JVM.
"Christopher Schultz" wrote in message
news:4b9d8435.50...@christopherschultz.net...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Todd,
On 3/14/2010 1:41 PM, Todd Hicks wrote:
This may be a question better suited for the dev list, but I thought I'd
try
here first.
I've been troubleshooti
"Pid" wrote in message
news:4b8e40b8.9070...@pidster.com...
On 03/03/2010 06:32, Caldarale, Charles R wrote:
From: Cummins College [mailto:cummins.grou...@gmail.com]
Subject: Access to Tomcat's MBeans
Could someone please help us how to access Tomcat's Mbeans
using Java code.
This is not
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f96cb875...@usea-exch8.na.uis.unisys.com...
From: André Warnier [mailto:a...@ice-sa.com]
Subject: Re: check number of http connection in tomcat
1) the correct link is probably : http://XXXx:8080/manager
That will g
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f96cb817...@usea-exch8.na.uis.unisys.com...
From: Bill Barker [mailto:billwbar...@verizon.net]
Subject: Re: Tomcat threads
basically the request is handed off to another thread and the
original one retu
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f96cb817...@usea-exch8.na.uis.unisys.com...
From: Bharath Vasudevan [mailto:bharath@gmail.com]
Subject: Re: Tomcat threads
If we get a request on a thread, let some other thread do
the work for it and store the r
I'm pretty sure that I compiled the binary for 3.3.2 without debugging
support. The only thing I can think of is to download the source release of
3.3.2 and compile it with debugging.
At the time 3.3.2 was released, using a debugger in Java was so painful that
almost nobody did it.
"Kedzior
"André Warnier" wrote in message
news:4b6ca79c.3090...@ice-sa.com...
Farid Izem wrote:
Hi,
I have setup an Apache Web Server in front of a Tomcat Web Container.
Basically, All request are handle by Apache and passed to Tomcat using
mod_proxy_ajp
Apache is binded on the IP address of the com
wrote in message
news:fb91a4c0c0682.4b6a8...@quicknet.nl...
We are running a few web applications on Tomcat 6 on a Windows Server 2003
system in a Windows 2003 Active Directory Forest.
How to make the Tomcat environment secure (hardening)?
I read about security manager, but how to add the w
"Praveen Pat" wrote in message
news:4457dc171002041505p239b835p5107c8efa8f1d...@mail.gmail.com...
Hello:
I am running Tomcat 6 in SSL mode with ClientAuth=true.
Here are my Connector Properties:
The problem I have is how to update the CRL.
If I do not update the CRL, Tomcat does not let a
"Mark Thomas" wrote in message
news:4b57bb79.3010...@apache.org...
On 20/01/2010 17:08, Christopher Schultz wrote:
Paul,
On 1/20/2010 4:08 PM, Paul Guglielmino wrote:
I'm setting up the server to only listen on an ajp port (8009). If I
already
have something listening on that port then tom
"scotthamilton77" wrote in message
news:26981946.p...@talk.nabble.com...
>
> Hi,
>
> I'm using Tomcat 6.0.20 fronted by Apache 2.2.10 with mod_proxy_ajp. I'm
> trying to figure out some tuning/tweaks to our AJP connector, and have run
> into some oddities I am not sure about and want to see if
"Mark Thomas" wrote in message
news:4b2e4e77.3000...@apache.org...
> On 20/12/2009 16:04, André Warnier wrote:
>> In other words : it seems that quite early in the request process, a
>> decision is taken to *replace* the remote IP address as obtained from
>> the socket, by the ultimate IP of the
"André Warnier" wrote in message
news:4b2caede.6070...@ice-sa.com...
> Bill Barker wrote:
> ...
>> If you have a svn checkout, then the command:
>> svn diff LocalStrings_fr.properties > LocalStrings_fr.properties.patch
>> will do it. Alternatively, Cygw
"André Warnier" wrote in message
news:4b2bdc92.9050...@ice-sa.com...
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Mark,
>>
>> On 12/18/2009 11:42 AM, Mark Thomas wrote:
>>> On 18/12/2009 16:21, André Warnier wrote:
or do I need some
special edi
"Christopher Schultz" wrote in message
news:4b2aa7c4.1060...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Fidelis,
>
> On 12/17/2009 3:42 PM, Fidelis Mnyanyi wrote:
>> Thanks Konstantin for your response. I tried to use AccessLogValve,
>> but noticed I can only
"André Warnier" wrote in message
news:4b294eb6.4090...@ice-sa.com...
> Martin B. Smith wrote:
>> Howdy!
>>
>> I'm trying to ensure that only specific instances of Apache are allowed
>> to proxy requests into my Tomcat 5.5.28 instances. Unfortunately, it
>> looks like Tomcat is seeing the actua
"Caldarale, Charles R" wrote in message
news:99c8b2929b39c24493377ac7a121e21f9680850...@usea-exch8.na.uis.unisys.com...
>> From: André Warnier [mailto:a...@ice-sa.com]
>> Subject: Re: [OT - question] Limit user sessions in tomcat
>>
>> It would seem that there ought to be some low-level response
"Mario Splivalo" wrote in message
news:4b27994e.5080...@megafon.hr...
> Bill Barker wrote:
>> "Mario Splivalo" wrote in message
>> news:4b266622.5060...@megafon.hr...
>>
>> Tomcat also supports ant-style variable replacement, so u
"Mario Splivalo" wrote in message
news:4b266622.5060...@megafon.hr...
> Is there a way to 'parametrize' context.xml, for instance, in a manner
> one can 'parametrize' build.xml?
>
> For some webapplication in context.xml one puts, for instance, JDBC
> specific stuff. But, several developers can
"Christopher Schultz" wrote in message
news:4b1ecba6.1030...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Vadim,
>
> On 12/7/2009 1:25 PM, Vadim Letitchevski wrote:
>> openssl pkcs12 -export -in /etc/pki/tls/certs/localhost.crt -inkey
>> /etc/pki/tls/private/l
"Vadim Letitchevski" wrote in message
news:e17da276f9a0c84fad22739de29c389005dafc3...@entmail01.tad.teledyne.com...
>I am confused. Can Tomcat use only JKS keystore or it can also use pem or
>some other certificate storages?
>
In the Tomcat docs (http://tomcat.apache.org/tomcat-6.0-doc/ssl-how
"Rajat Gupta05" wrote in message
news:784ae6e0ec8c2343975b7ff4daeaa34b0ce6638...@blrkecmbx06.ad.infosys.com...
>Hi,
>
>I am trying to create a AJP connector on Tomcat5.5 which is running in
>Embedded mode by using following API's
>
> Embedded em = new Embedded();
// create new engine
>Standard
"André Warnier" wrote in message
news:4b119016.2020...@ice-sa.com...
> Pid wrote:
>> On 28/11/2009 12:56, André Warnier wrote:
>>> ;-)
>>> I just wanted, once, to use a subject line with capitals and an
>>> exclamation mark.
>>>
>>> It seems however that in this particular case, neither Tomcat n
"ArthIT" wrote in message
news:26531167.p...@talk.nabble.com...
>
> Hi,
>
> we are facing some weird problems at one of our customers.
> Our application is running on a tomcat server behind a Apache2 Webserver
> which does SSL.
> The servers are connected with mod_proxy_ajp.
> The network is a s
wrote in message
news:887c111b0911241208v65192e8fp20e0730fb09ff...@mail.gmail.com...
> Hi guys,
>
> I spent my day into struggling with Tomcat 6 and I just wanted to ask you
> for some ideas and whether what I'm doing seems right to you.
>
> So, I'm trying to port a legacy application which is u
"Christopher Schultz" wrote in message
news:4b070643.1070...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Rainer,
>
> On 11/20/2009 1:09 PM, Rainer Jung wrote:
>> On 20.11.2009 17:20, Christopher Schultz wrote:
>>> I'm having trouble getting a client certificat
"Christopher Schultz" wrote in message
news:4afdb50c.70...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Liav,
>
> On 11/13/2009 10:48 AM, Liav Ezer wrote:
>> I need help configuring my http connector to be a secure one via SSL.
>
> Are you expecting to use tcna
"Mark Thomas" wrote in message
news:4afdf745.6000...@apache.org...
> Caldarale, Charles R wrote:
>>> From: Mark Thomas [mailto:ma...@apache.org]
>>> Subject: Re: Tomcat really need Shutdown port
>>>
>>> If you set the shutdown port to -1 then the standard process
>>> kill (ie kill -15 on linux)
"Luciana Moreira Sa de Souza Signed by - PrivaSphere AG"
wrote in message
news:4afaead4.30...@privasphere.com...
> Hi Jorge, thx for your quick reply.
>
> Maybe I did not explain my problem well enough, so let me elaborate it a
> bit more.
>
> In our platform clients can upload their self-sign
"Pete McNeil" wrote in message
news:4aeba53e.3090...@microneil.com...
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Pete,
>>
>> On 10/30/2009 7:59 PM, Pete McNeil wrote:
>>
>>> Fresh install of Tomcat6 on fresh install of ubuntu.
>>>
>>
>> Be specific: ex
"Christopher Schultz" wrote in message
news:4ae758a0.5050...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Bill,
>
> On 10/26/2009 9:44 PM, Bill Barker wrote:
>> "Christopher Schultz" wrote in message
>>&g
"Christopher Schultz" wrote in message
news:4ae5cabb.7070...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Konstantin,
>
>> Those are NOT comments. The JSP comments are <%-- --%>.
>>
>> I think that if you switch to XML syntax for JSP pages (using jspx
>> files
"André Warnier" wrote in message
news:4ac3d26d.4000...@ice-sa.com...
> François Gravel wrote:
>> Greetings,
>> I'm a newbie trying my hand at setting up a local PHP and Java
>> development
>> environment. I use a laptop with Windows XP SP3.
>>
>> Both service are running fine locally, after in
The most common cause of this is that you haven't copied your JkMount etc
configuration statements to the SSL VirtualHost. In this case, mod_jk
doesn't think that it should be serving the .jsp file, so Apache (httpd)
serves it instead. Since httpd knows nothing about JSP, it just serves it
as
"Simon Papillon" wrote in message
news:e9cf50b20909280512o2905849fref38fc97a06dd...@mail.gmail.com...
> Hi
>
> I'm running tomcat 5.5.25 on debian sarge 32 bit linux (2.6.8 kernel)
> with ~ 1.5GB ram on a pentium 4 2GHz
> with a mysql db 5.0.27
>
> I've got a configuration with apache mod_jk 1.2
"Mark Thomas" wrote in message
news:4aba56f3.3000...@apache.org...
> John McCleskey wrote:
>> I'm trying to start ASF Tomcat on an iSeries running Webfacing, but my
>> server is throwing a java exception in the java log file. The error is:
>>
>> java.lang.NullPointerException
>>
>> org/apache/to
"Christopher Schultz" wrote in message
news:4ab3f5f1.5060...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Peter,
>
> On 9/18/2009 4:34 PM, Peter Holcomb wrote:
>> Thanks for your response. I've read through the example in 13.7.2 of
>> the spec
>
> Which versio
tra North America, Inc.
> Phone: (800)307-4425 ext 222
> Email: mu-...@sectra.com
>
>
>
> From:
> Christopher Schultz
> To:
> Tomcat Users List
> Date:
> 09/04/2009 10:28 AM
> Subject:
> Re: how to unwrap a Request from RequestFacade
>
>
>
> --
"Christopher Schultz" wrote in message
news:4aa12265.3020...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Bill,
>
> On 9/3/2009 10:47 PM, Bill Barker wrote:
>> "Christopher Schultz" wrote in message
>> news:4
"Christopher Schultz" wrote in message
news:4aa03ca3.4010...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Muthu,
>
> On 9/3/2009 11:17 AM, muthu.chan...@sectra.se wrote:
>> I am using tomcat 5.5 and just wanted to write a simple servlet to get
>> some informa
There is a patch in https://issues.apache.org/jira/browse/DAEMON-98, but I
don't know if is the same issue. There are a couple of other OS/X related
issues there as well.
"bemaniac" wrote in message
news:25285131.p...@talk.nabble.com...
>
>
> I tried running ldd, but I guess that command does
"Bhuvanesh Pattanashetti" wrote in message
news:bce69da80909021136n22683ee8jeb4cf1ca927e2...@mail.gmail.com...
> Hello,
>
> i wanted to create a https connector element at code level(not from
> server.xml).
> using
> http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/Conn
"Martin Grotzke" wrote in message
news:1251665502.4485.70.ca...@localhost.localdomain.tld...
>On Sun, 2009-08-30 at 14:57 -0400, Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
> >
> >Martin,
> >
>> On 8/30/2009 1:50 PM, Martin Grotzke wrote:
> >> I found the Acti
"atul" wrote in message
news:216148.14679...@web36801.mail.mud.yahoo.com...
> I've a setup where Apache 2.2 is fronting Tomcat 6.0.20. They are talking
> AJP/1.3
> Using mod_proxy_ajp.
> I've a URL protected by client SSL. Apache prompts for client certificate
> and I can get to the cert in my
wrote in message
news:2139500381.6699651248905929000.javamail.r...@sz0016a.emeryville.ca.mail.comcast.net...
>All the vHosts are to be situated on the same server.
>The server may be addressed using any loopback address
>or any non-loopback addressed configured on the NICs of the
>server.
>
>Hen
If you are using mod_jk, then you need to configure SSL for Apache httpd.
Go to http://httpd.apache.org and pick the documentation for your version
from the menu on the left.
"Anisha Parveen -X (anparvee - Infosys at Cisco)" wrote
in message
news:1b800a37d721054e9757581a51d11a85915...@xmb-bgl
"Christopher Schultz" wrote in message
news:4a68cd5b.2090...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Peter,
>
> On 7/23/2009 3:41 PM, Peter J. Farrell wrote:
>> /index.cfm/somePathInfo&withMoreInfo/
>
> Shouldn't that be /index.cfm/somePathInfo&%3BwithMore
"Christopher Schultz" wrote in message
news:4a5be03c.7050...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> David,
>
> On 7/13/2009 8:50 PM, David Smith wrote:
>> If you look at all the third party repackages of tomcat that fail,
>> you'll see a theme -- symlinks
"Yves Glodt" wrote in message
news:abd6c6120907070628v26c8b1d3jbd7e31708e30d...@mail.gmail.com...
> Hi,
>
> I have a simple jsp-page whose only purpose is to jsp:forward to my
> main controller-servlet, here it is:
>
> <%@ page session="true" %>
> <%@ page language="java" contentType="text/html;
"Daniel Henrique Alves Lima" wrote in message
news:1246314288.10803.6.ca...@magnaopus.no-ip.biz...
> Yes !
>
> Now imagine my frustration with ooffice escaping a ';' :-(
>
> Browser, wget and other applications seems to work ok with URL encoded
> jsessionid.
>
The custom valve isn't that compli
"A. Rothman" wrote in message
news:965599.49.1245887723160.javamail.sys...@endor...
>
> Yes, I've compared both the generated java files and corresponding
> compiled class files from when it works and when it doesn't work - they
> are identical. I think the problem is not with the bean sources,
"Susumu Sai" wrote in message
news:7d50e06a0906231422q734e985dybc92648f59fae...@mail.gmail.com...
>I have confirmed that SSLImplementation attribute works in Connector
>of server.xml file (Refer to
>http://mail-archives.apache.org/mod_mbox/tomcat-users/200609.mbox/%3c6244765.p...@talk.nabble.com
"Christopher Schultz" wrote in message
news:4a32c4e3.6060...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Anthony,
>
> On 6/12/2009 1:47 PM, Anthony J. Biacco wrote:
>> Well, they used to be static JS files, then we decide we wanted more
>> flexibility in the c
"André Warnier" wrote in message
news:4a317d8d.3060...@ice-sa.com...
> Anthony J. Biacco wrote:
>> No dice. I tried a bufferSize of 16384 and an 11K response still got
>> chunked. Even tried using packetSize and max_packet_size (mod_jk).
>>
> I think we need Rainer here.
>
No, the various AJP
"Mark Thomas" wrote in message
news:4a31874f.8040...@apache.org...
> Brian Harper wrote:
>> Questions:
>> 1. When is my servlet instantiated by Tomcat and its doPost method
>> called?
> Once the headers have been received and Tomcat can map the request.
>
But it is instantiated only for the fir
"Caldarale, Charles R" wrote in message
news:0aae5ab84b013e45a7b61cb66943c17228fc438...@usea-exch7.na.uis.unisys.com...
>> From: Jones, Keven [mailto:keven.jo...@ncr.com]
>> Subject: RE: Tomcat maxThreads Issue
>>
>> > enableLookups="false" protocol="AJP/1.3" redirectPort="8443"
>> maxT
"Nolan Johnson" wrote in message
news:291765.23953...@web38808.mail.mud.yahoo.com...
>
> I'm implementing a Manager (session management) that stores sessions on
> shared servers (that is, a distributed manager, but not the default one
> that comes with tomcat). A key difference between the im
"Joseph S" wrote in message
news:4a2da6d6.50...@selectacast.net...
>I have this in the web.xml of my application:
>
>
>
> MyServlet
>
>
>/
>
>
>
>
> Which works fine, except for requests without pathinfo (i.e.
> http://servername/ ). T
"Alec Swan" wrote in message
news:34abb48b0906021503t158542a5ube612b5ccfad0...@mail.gmail.com...
> On Tue, Jun 2, 2009 at 2:34 PM, Jonathan Mast
> wrote:
>
>> Alec, so basically members of your client company should be able to have
>> direct access to a servlet that is otherwise restricted to a
"Christopher Schultz" wrote in message
news:4a20aa17.2050...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> John,
>
> On 5/29/2009 6:08 PM, johnrock wrote:
>> I am using standalone tomcat (no apache) without SSL, without APR, I am
>> not
>> using any manager or
"Caldarale, Charles R" wrote in message
news:0aae5ab84b013e45a7b61cb66943c17228f1795...@usea-exch7.na.uis.unisys.com...
>> From: johnrock [mailto:johnpi...@yahoo.com]
>> Subject: Re: Apache Portable Runtime ?
>>
>> Given that, is it still a preferred idea to install APR?
>
>Your best bet is to m
"johnrock" wrote in message
news:23787784.p...@talk.nabble.com...
>
> Running tomcat 6.0.18 server.xml has the following listener's enabled by
> default:
>
>
>
> SSLEngine="on" />
>
If you are not using APR, than you don't need this (and removing it gets rid
of a message at startup).
>
"Patrick Herber" wrote in message
news:4a19b564.8030...@ticino.com...
> Hello
>
> I've made some more tests and after reading the Book "*Tomcat, The
> definitive Guide*" I discovered the existence of a parameter called
> "*connectionUploadTimeout*" (below I join the description of this
> propert
"Dmitriy Repin" wrote in message
news:4a167e1a.30...@inbox.ru...
> Tomcat 6.0.18
> JDK 1.6.0_13
>
> I want to use AJP/NIO connector, but it didn't started on CentOS
> (neither Intel no AMD platform).
>
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING:
"Julian Dunn" wrote in message
news:4a14199c.4caf.003...@cbc.ca...
>
> Hi,
>
> Is it a good idea to run with xmlValidation="true" in server.xml?
>
In a development enviroment, it can be helpful (especially if you change
web.xml often). I would generally discurage it in a production environmen
"David kerber" wrote in message
news:4a0dbf88.6030...@verizon.net...
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> David,
>>
>> On 5/15/2009 12:22 PM, David kerber wrote:
>>
>>> But the code works; it just seems to be a little slow.
>>>
>>
>> Gotcha. How
"kramasundar" wrote in message
news:23519306.p...@talk.nabble.com...
>
> Hi,
>
> I am trying to port our existing plain old java diameter (
> http://en.wikipedia.org/wiki/Diameter_(protocol) Diameter wiki page )
> server
> on top of tomcat.
>
> I am new to J2EE/Tomcat.
>
> Since Diameter is qui
"Paul M" wrote in message
news:402632.36770...@web44811.mail.sp1.yahoo.com...
>Hi
>
>I want a parameter such as the following:
>override="false"/>
If you set a system property via -DcompanyName="My Company, Incorporated",
then you can do:
Tomcat will expand the ${companyName} to the value
"i_am" wrote in message
news:23286972.p...@talk.nabble.com...
>
> Thanks Charles.
> Ok getting back to it after a looong break...
>
> I looked at the ssl traces and looks like client is sending server an
> Alert
> (21) Warning (close notify) but,
> server (tomcat) seems to ignore it!
> Is there
By any chance are you using the APR connector? If so, it will use sendfile
(unless explicitly disabled) for large static files which bypasses the
connector compression logic.
"Michael" wrote in message news:49de445c.3050...@gmx.net...
> Hi folks,
>
> I recently had a discussion with Chuck abou
"ajmerasunny" wrote in message
news:22766008.p...@talk.nabble.com...
>
> Hi All,
> I have a java web application running on TOMCAT 6.0 which is
> accessing
> few .dll files.I am getting "UnsatisfiedLinkError" while running my
> application. I have copied these .dll files in System32 folder
Yes, it is backwards compatible with all TC versions as far back as 3.3.x.
"Eddie Yee" wrote in message
news:blu149-w24ea136d1830a46009d015de...@phx.gbl...
Hi
I'm running Tomcat 5.5.25 (eventually I'll be upgrading to the latest, but
due to my development team, I won't be able to quickly).
"Saju K K" wrote in message
news:22656151.p...@talk.nabble.com...
>
> On configuring nio/ajp I am getting and error org.apache.common.MsgApj
> p=
> rocessHeader " SEVER: BAD packet singnature 18245"
>
> We are using jdk 1.5.0_14/ apache-tomcat-6.0.18 / redhat linux 2.6.9 .
> I have tried conf
"false" sslProtocol="TLS"/>
>
^
If you remove the keyAlias from | it will probably just work.
> I have generated the keystore using keytool.
> Please suggest me further.
>
>
>
>
>
> On Fri, Mar 13, 2
Willing to try and play psychic ;).
Procedure 1 is what you want. But the keystore must be the same one that
you used to create the CSR you sent to Verisign. This is by far the second
most common mistake that people make when setting up Tomcat to use SSL. As
Chuck suggested, check if you are
"Santosh Gangadhar" wrote in message
news:6a0454270903060913x1e8a7914qbf9de52744236...@mail.gmail.com...
> On Fri, Mar 6, 2009 at 8:50 PM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Santosh Gangadhar [mailto:sant...@wirkle.com]
>> > Subject: Re: Problem using chunke
"Rusty Wright" wrote in message
news:49aece04.8040...@gmail.com...
> jsvc is part of Apache Commons isn't it? Have you tried their mailing
> list?
>
> http://commons.apache.org/daemon/mail-lists.html
>
Won't be much of a help, since the committers that work on jsvc hang out
here as well.
>
"Natalie Forood" wrote in message
news:206003.52131...@web35302.mail.mud.yahoo.com...
> Hello,
>
> Can you tell me how I can get the IP address of the interface that is
> running Tomcat? I can't use localhost, I need the IP of the physical
> interface.
>
request.getLocalAddr() returns the IP
"André Warnier" wrote in message
news:498ad66a.4080...@ice-sa.com...
> Mikolaj Rydzewski wrote:
>> André Warnier wrote:
>>> if I have a webapp consistig of just a couple of classes and a
>>> WEB-INF/web.xml config file, but this web.xml file contains some
>>> parameters that are "each-client-d
ignoring the maven fanatics, Tomcat's classloader searches the
WEB-INF/classes directory before the WEB-INF/lib/*.jar. This means that it
is sometimes nice to use WEB-INF/classes for a development server. But for
a production server you won't see much difference.
wrote in message
news:blu1
There are some recent fixes to jsvc on OS/X in the commons SVN repository,
but they haven't been released yet. You could try those and see if it
helps. There is more info from the commons developer's list archive at
http://markmail.org/message/z7klsse5tylcv5es.
"Adam Dajka" wrote in message
"Jim Goodspeed" wrote in message
news:84347690901081130k2b5e952agd426dd757e60d...@mail.gmail.com...
> Hi,
>
> I am getting the following WARNING message in my catalina.out file. I am
> currently running Apache 2.2.10, Tomcat 6.0.16 and Sun's JDK 1.6.0_07. I
> can't tell if this is causing a pr
"Andrew Feller" wrote in message
news:c58792ad.5de8%afel...@lsu.edu...
> PROBLEM
> Tomcat is executing a Filter before the registered ServletRequestListener
>
> ENVIRONMENT
> Tomcat 6.0.18, Windows Vista, JDK 1.6.0_10
>
> CONTEXT
> We have a filter setup to intercept forwards. When an unauthenti
"Jim Goodspeed" wrote in message
news:84347690901051317o3824afa1t7de752b2026a1...@mail.gmail.com...
>I am seeing the following Warning in my catalina.out log file - it is being
> spit out every couple of seconds. It's not causing a problem that I can
> see, but I'm curious as to why it is happe
I've confirmed that yes, this is a bug in 5.5.x. Go ahead and enter in a bug
report at http://issues.apache.org/bugzilla. I haven't checked on 6.x and 7.x.
The problem is that the compiler optimizes out references to
o.a.coyote.Constants so the class isn't loaded in trusted code (with the
def
"uprooter" wrote in message
news:21057805.p...@talk.nabble.com...
>
> Hello.
> I'm trying to overcome 2 of tomcat limitations that prevent me from
> rolling
> my project on it.
> The limitations are:
> 1. Tomcat can't detect a lost of connection while the server is
> processing.
Can't be done
"Michael Rooz" wrote in message
news:3df1c6c00812170307m3252f89p8c58b8373142...@mail.gmail.com...
> Hi,
>
> I've successfully configured Tomcat to use Client Authentication.
> Evidently
> for Tomcat to reflect updates made to the truststore, it needs to be
> restarted.
>
> How can I get Tomcat
wrote in message
news:of14e2cc5d.7f3b739a-on87257520.0059a8c8-87257520.005b2...@blm.gov...
>
> I'm trying to clarify something about Tomcat 6 compliance to the Servlet
> 2.5 spec. The spec (section 9.7.2) says:
>
> "The container should not allow applications to override or access the
> containe
"Flemion Shafeeq" wrote in message
news:5.2.1.1.2.2008123217.02090...@hulmail.harvard.edu...
> Hi,
> We restrict IP addresses to our application using RemoteAddressValve.
> But we have a requirement of redirecting the request to a customized html
> static page when we get request from such d
"Michael Echerer" wrote in message
news:49426119.3060...@tngtech.com...
> Hello,
>
> I'm currently analysing issues with a quite old Tomcat 5.5.17, mod_jk
> 1.2.15 and Apache 2.0.55 loadbalanced setup with 4 Apaches (worker.c)
> and 4 Tomcats.
>
> Questions are:
> * Can anyone explain why Apache
1 - 100 of 582 matches
Mail list logo