Re: Ignore duplicate HTTP headers in Tomcat 8.5.50-0+deb9u1

2020-01-07 Thread Dennis Rech
Dear Mark, thanks a lot for your effort and your feedback. Am 07.01.20 um 10:36 schrieb Mark Thomas: On 07/01/2020 07:10, Dennis Rech wrote: POST /foo HTTP/1.1 Host: foo.com POST /foo HTTP/1.1 Host: foo.com Content-[stuff] [...] First two lines are OK. The third line is going to be treated

Re: Ignore duplicate HTTP headers in Tomcat 8.5.50-0+deb9u1

2020-01-06 Thread Dennis Rech
Hi Christopher, Am 06.01.20 um 17:39 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dennia, On 1/6/20 07:09, Dennis Rech wrote: we have an application where HTTP clients have a kind of unclean way of submitting HTTP POST requests to our tomcat server for data

Ignore duplicate HTTP headers in Tomcat 8.5.50-0+deb9u1

2020-01-06 Thread Dennis Rech
..] | I wonder if there is a parameter for the |Connector| part in server.xml or so to workaround this problem and restore the old behaviour without downgrading. Greetings, Dennis - To unsubscribe, e-mail: users-unsubscr

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - > From: "Mark Thomas" > To: "Tomcat Users List" > Sent: Wednesday, August 13, 2014 11:54:01 AM > Subject: Re: HTTP Status 500 - Error instantiating servlet class > org.apache.jsp.index_jsp > On 13/08/2014 19:45, Dennis Longne

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - > From: "Mark Thomas" > To: "Tomcat Users List" > Sent: Wednesday, August 13, 2014 11:23:31 AM > Subject: Re: HTTP Status 500 - Error instantiating servlet class > org.apache.jsp.index_jsp > On 13/08/2014 19:00, Dennis Longne

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - > From: "Mark Thomas" > To: "Tomcat Users List" > Sent: Wednesday, August 13, 2014 1:05:58 AM > Subject: Re: HTTP Status 500 - Error instantiating servlet class > org.apache.jsp.index_jsp > On 12/08/2014 23:56, Dennis Long

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Dennis Longnecker
- Original Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Tuesday, August 12, 2014 3:11:27 PM Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp On 12/08/2014 22:52, Dennis Longnecker wrote: > Hello.

HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Dennis Longnecker
Hello. Migrating from Tomcat 5.5.4 to Tomcat 8.0.9. Actually installed Tomcat 8.0.9 on a new server and copied directories from the webappl group from the old server to the new server and restarted. Everything is working fine except for this one link which is giving me this error: HTTP Status

RE: Tomcat 8 Production read?

2014-03-27 Thread Dennis Ross
I'll help with whatever I can. Thanks! From: Christopher Schultz Sent: Thursday, March 27, 2014 12:27 PM To: Tomcat Users List Subject: Re: Tomcat 8 Production read? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dennis, On 3/27/14, 12:14 PM, D

Tomcat 8 Production read?

2014-03-27 Thread Dennis Ross
Is Tomcat 8 enterprise production ready? Meaning can I use this reliably for clients or should I wait a bit? Thanks?

Re: Fwd: Tomcat 7 / Java 7 with TLS 1.2 algorithms

2013-08-23 Thread Dennis Sosnoski
ongest secrecy with good performance, and the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 that works on Oracle Java 7 using TLS 1.2 should be a reasonable choice for now (or TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA256, for those who want really big keys). - Dennis On 08/23/2013 10:06 PM, Aurélien Terres

Re: Fwd: Tomcat 7 / Java 7 with TLS 1.2 algorithms

2013-08-22 Thread Dennis Sosnoski
fails with "Unsupported ciphersuite" (as does any version I've tried using GCM in place of CBC). I thought JSSE would use the JCE algorithms from BouncyCastle, but it looks like this doesn't work. I'll have to dig into the JSSE code to see what's going wrong on t

Re: Tomcat 7 / Java 7 with TLS 1.2 algorithms

2013-08-22 Thread Dennis Sosnoski
I've already done that, though as far as I can see that doesn't effect the digest algorithms (only the encryption options). - Dennis On 08/23/2013 12:24 AM, Aurélien Terrestris wrote: Hello I suppose you need to run your JVM with the unrestricted policy files (on b= oth client

Password protecting directories in virtual hosts

2013-02-14 Thread Dennis Gormley
ssword protect both directories on both sites (and other directories on other sites as well), but if I can get this working for now, my boss'll be happy! Thanks! Dennis Gormley - To unsubscribe, e-mail: users-unsubscr...@tomc

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

2011-07-22 Thread Dennis de Champeaux
o: Tomcat Users List Sent: Friday, July 22, 2011 2:47 PM Subject: Re: URL/ URI/ TC(?) puzzle -- wrong non-error? On 22/07/2011 22:03, Dennis de Champeaux wrote: > Can >>>someone  else<<< explain what is going on ? You have a broken c

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

2011-07-22 Thread Dennis de Champeaux
uly 22, 2011 9:28 AM Subject: Re: URL/ URI/ TC(?) puzzle -- wrong non-error? On 22/07/2011 17:22, Dennis de Champeaux wrote: > Hence the question(s): >    URL/URI semantics allow both links to succeed? >    If not, TC6 is willing to go the extra mile? >    TC (6.0.32) is wacko? Nop

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

2011-07-22 Thread Dennis de Champeaux
I saw something strange on one of my virtual hosts on tomcat 6.  Not even sure whether it is virtual host/ TC specific.  There are only two files index.html and file2.html in this host.  The content of file2 is irrelevant. index.html has two different links to file2.html:    file2.html    /test/fi

Re: Apache/Tomcat_means...?

2011-06-22 Thread Dennis de Champeaux
Yes. And someone else please explains better - at a high level: - the functionality where they overlap - the functionality where they differ - what is to be done if they are to be integrated Home page:

Re: Tomcat6/7 virtual hosting - yet again

2011-06-20 Thread Dennis de Champeaux
From: Hassan Schroeder Subject: Re: Tomcat6/7 virtual hosting - yet again To: "Tomcat Users List" Date: Monday, June 20, 2011, 1:13 PM On Mon, Jun 20, 2011 at 12:58 PM, Dennis de Champeaux wrote: > This is my 4th day trying to setup virtual hosting on Linux-Debian; > Yes I have r

Re: Tomcat6/7 virtual hosting - yet again

2011-06-20 Thread Dennis de Champeaux
OT buy Dell, Mac, Ford, Chrysler << >> Boycott Chinese Products << --- On Mon, 6/20/11, Hassan Schroeder wrote: From: Hassan Schroeder Subject: Re: Tomcat6/7 virtual hosting - yet again To: "Tomcat Users List" Date: Monday, June 20, 2011, 1:13 PM On Mon,

Tomcat6/7 virtual hosting - yet again

2011-06-20 Thread Dennis de Champeaux
This is my 4th day trying to setup virtual hosting on Linux-Debian; even trying Tomcat6 after failing on Tomcat7. Yes I have read everything that I can find in Tomcat documentation - including the obtuse:    http://tomcat.apache.org/tomcat-7.0-doc/virtual-hosting-howto.html what I found on this fo

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
Hi Shay, Thanks for your input. And yes, I did see the "Load library successful" message. I've also fixed the code with static { } block. However, I still received the same error message. Any other thoughts? Thanks, Dennis 2010/7/2 Shay Rojansky > Hi Dennis. > >

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
lson=mediacomcc@tomcat.apache.org[users-return-214329-racarlson= > mediacomcc@tomcat.apache.org] On Behalf Of Shay Rojansky [ > r...@roji.org] > Sent: Saturday, July 03, 2010 12:40 AM > To: Tomcat Users List > Subject: Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError > &

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
ot instantiate HEC objects."; } } 2010/7/3 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dennis, > > On 7/2/2010 3:46 AM, dennis ch wrote: > > However, when I deploy it as a web service (tomcat 6.0.26 + axis2 1.5.1 + > > eclipse jee

JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-02 Thread dennis ch
quot;); } catch (UnsatisfiedLinkError e) { System.err.println("Native code library failed to load." + e); } } public void run() { loadModel(); model.initModel(); } } Do I miss anything here? Any input is appreciated! Dennis

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
Thanks Charles and Chris -- that works! Dennis On Oct 15, 2009, at 2:06 PM, Caldarale, Charles R wrote: From: Dennis Christopher [mailto:dchristop...@pixion.com] Subject: Re: how to replace apache's mod_alias Next, and maybe I didnt follow directions properly, I added the directory

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
w directions properly, I added the directory conf/localhost which then contained myapp-web.xml with the (pathless) context below. Tried this also with the absolute path and still no joy. Dennis On Oct 15, 2009, at 1:07 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch.

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
. Dennis On Oct 15, 2009, at 11:26 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis, On 10/15/2009 11:15 AM, Dennis Christopher wrote: My application is a context element '/myapp' accessed via /myapp. Within the app's jsps are references to fi

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
ments. Tomcat the definitive guide says that if allowLinking in the myapp context is true that it should work, but so far it has not worked for me. Dennis On Oct 15, 2009, at 10:42 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis, On 10/13/2009 11:30 AM, D

how to replace apache's mod_alias

2009-10-13 Thread Dennis Christopher
environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.6 (Snow Leopard). I have a web app that works under Tomcat with Apache as the front end. I have had issues with the Apache-Tomcat connectors and am trying to set up the app to be served directly by Tomcat, listening on port 80.

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-08 Thread Dennis Christopher
up okay and references of the form mysite.com:8080/sample have always worked. It may be helpful to see if mod_jk is the problem. Is there any way to exercise it apart from what we have been trying? Dennis On Sep 7, 2009, at 5:46 AM, Rainer Jung wrote: On 04.09.2009 16:01, Dennis Christopher

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-04 Thread Dennis Christopher
rver Error 502 locahost and this does update the access log. Dennis Christopher On Sep 4, 2009, at 12:49 AM, Rainer Jung wrote: On 03.09.2009 20:24, Dennis Christopher wrote: Rainer, Trying your /sample/ I get the same result. The log appears to respond to that try but the lines are similar to tho

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
8597152] [debug] attempting to map URI '/server-status' from 5 maps. . . [221:268597152] [debug] attempting to map context URI '/sample/ *.=JBOSS1*' source JKMount . . all the entries are marked [debug]. 221 is process httpd with user _www. Dennis On Sep 3, 2009,

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
have done with the config files I posted. Dennis P.S as it may be important - if I try example.com:8080/sample the main page of my web app loads but all of its subreferences, to gif images etc, are broken. On Sep 3, 2009, at 12:48 PM, Rainer Jung wrote: On 03.09.2009 15:34, Dennis Ch

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
satisfy this context and never does. I added JkMountCopy All but this had no effect. Dennis On Sep 3, 2009, at 4:18 AM, Rainer Jung wrote: On 02.09.2009 21:45, Dennis Christopher wrote: Rainer, Thanks for the reply. I was confused in my orginal post: I am not using JBoss at all, only mod_jk

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-02 Thread Dennis Christopher
ns of them, e.g. virtual_host_global.conf contains just: Listen *:80 Dennis 1. uriworkermap.properties -- not used 2. from apache2/httpd.conf: LoadModule jk_module libexec/apache2/mod_jk.so . . JKWorkersFile /etc/apache2/workers.properties JKLogFile /var/log/apache2/mod_j

mod_jk error

2009-08-28 Thread Dennis Christopher
erver- status" is coming from? Dennis Christopher - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
.list=JBoss1, JBoss2, loadbalancer, blojsomworker # # First JBoss server # worker.JBoss1.port=8009 worker.JBoss1.host=127.0.0.1 worker.JBoss1.type=ajp13 worker.JBoss1.lbfactor=100 . . . is that not sufficient? Dennis On Aug 27, 2009, at 2:39 PM, M

/context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
27; source 'JkMount' [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1047): Match value:for URI '/server-status' is -1. [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] jk_translate::mod_jk.c (3536): no match for /serve

mod_jk connector runtime error on OS X Server

2009-08-24 Thread Dennis Christopher
xactly. I get an error in mod_jk.log (set to debug level): (601)Attempting to map context URI '/examples/*=JBoss1' source JkMount Any help on how to diagnose what the seeming error is pointing to would be much appreciated. Dennis Christopher

Re: Tomcat ./shutdown

2009-01-07 Thread Dennis Thrysøe
not work though. Is it possible to stop tomcat "synchronously" such that the "stop" invocation does not return before tomcat is entirely show down? -dennis -- Geysir IT d...@geysirit.dk http://geysirit.dk +45 31 51 60 00

Re: Delay / caching of resources?

2009-01-07 Thread Dennis Thrysøe
On 7Jan, 2009, at 15:44, Caldarale, Charles R wrote: From: Dennis Thrysøe [mailto:d...@geysirit.dk] Subject: Re: Delay / caching of resources? I have now found a potential explanation with the help of a good debugger: StandardContext.setCacheTTL() Who's calling that API? The only int

Re: Delay / caching of resources?

2009-01-07 Thread Dennis Thrysøe
On 7Jan, 2009, at 10:40, Dennis Thrysøe wrote: Hi, I have a tomcat 6 setup on linux (CentOS 5) and see some odd behaviour. There are some JSP's that include (in a custom tag with pageContext.include()) static HTML resources that are in the webapp. However, when such HTML files are

Re: Delay / caching of resources?

2009-01-07 Thread Dennis Thrysøe
On 7Jan, 2009, at 10:45, Peter Crowther wrote: From: Dennis Thrysøe [mailto:d...@geysirit.dk] However, when such HTML files are added or modified to the webapp (exploded directory) it takes something like 5 or 10 seconds before they can be served by tomcat. A wild stab in the dark based on

Delay / caching of resources?

2009-01-07 Thread Dennis Thrysøe
d suggesions to what's going on? Are there any obious features or problems in tomcat that could cause this? Any good suggestions for how to debug the problem further? Thanks, -dennis -- Geysir IT d...@geysirit.dk http://geysiri

Re: Automatic restart?

2007-11-26 Thread Dennis Thrysøe
On 26Nov, 2007, at 21:30, Mark Thomas wrote: Dennis Thrysøe wrote: Is there some mechanism that restarts when all threads are stuck, or after some timeout? Is this configurable. In short, there is no such mechanism. Is some other software monitoring Tomcat and restarting it if it fails

Automatic restart?

2007-11-26 Thread Dennis Thrysøe
uck, or after some timeout? Is this configurable. I'd like some insight into what's going on excactly. Thanks, -dennis - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] F

Tomcat 6 Configuration with Contexts - Need Help?

2007-11-21 Thread Dennis Harris
I’m having some issues with configuring Tomcat 6. I’m moving from Tomcat 4.1 and in version 4 I had multiple contexts setup in the SERVER.XML file like so: However, in version 6 this is not working correctly. I’ve read that for each environment I would need to have a CONTEXT

Re: Embedding jasper (tomcat 5.5)

2007-06-06 Thread Dennis Thrysøe
Bill Barker wrote: "Dennis Thrysøe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Any ideas what tomcat is doing to seperate for instance it's own commons-logging with a commons-logging in a deployed webapp? Probably, the easiest is to jump to TC 6. T

Embedding jasper (tomcat 5.5)

2007-06-06 Thread Dennis Thrysøe
ser to a specific webapp-classloader. Any ideas what tomcat is doing to seperate for instance it's own commons-logging with a commons-logging in a deployed webapp? Thanks, -dennis --- The information in this em

RE: Mismatching warning for CA on Tomcat 6.0

2007-02-12 Thread Nack, Dennis
Thank you very Howard. Dennis Nack APM Systems Engineer Compuware Corporation Phone: 800-358-3048 X1345 Cell:952-250-8480 Fax:612-851-2300 email: [EMAIL PROTECTED] -Original Message- From: Howard Zhou [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 5:43 PM To

Tomcat Support for J2SE 6.0

2007-02-12 Thread Nack, Dennis
Good Evening. I was wondering which Tomcat releases if any currently support J2SE 6.0? Thanks. Dennis Nack APM Systems Engineer Compuware Corporation Phone: 800-358-3048 X1345 Cell:952-250-8480 Fax:612-851-2300 email: [EMAIL PROTECTED] The contents of this e-mail are intended

RE: Concurrency question for servlets

2006-03-16 Thread Klotz Jr, Dennis
never had any output for the run time exception in a log file... Is this a known issue? -Dennis Klotz -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 3:39 PM To: Tomcat Users List Subject: Re: Concurrency question for servlets Hi, from

Concurrency question for servlets

2006-03-14 Thread Klotz Jr, Dennis
getServletContext().getAttribute() inside of a synchronized (this) block? I am thinking I do. Thank you. -Dennis Klotz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: basic question regarding BASIC and FORMS logins

2006-03-08 Thread Klotz Jr, Dennis
request, tomcat opens a new session? I'm pretty sure the answer is no. Regards, -Dennis Klotz -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 6:07 PM To: Tomcat Users List Subject: Re: basic question regarding BASIC and FORMS l

basic question regarding BASIC and FORMS logins

2006-03-08 Thread Klotz Jr, Dennis
e a BASIC login (with SSL possibly) and their user will always be able to use the session as long as the browser doesn't go away. This is even if the tomcat session expires! Is that right? Regards, -Dennis Klotz - To

RE: Tomcat Crashes after 1000 sessions.

2006-03-07 Thread Klotz Jr, Dennis
Isn't this related to the max thread count setting in server.xml? I would also look into tuning your session expiration value. Perhaps having a logout button or javascript that will invalidate the session when they leave your page... Hope this helps. -Dennis -Original Message-

RE: Tomcat - Hibernate

2006-03-02 Thread Klotz Jr, Dennis
ain if that defaults to false or not. When I have the above and my context.xml in the META-INF, then tomcat creates the within the conf/Catalina/blah blah/ directory. Hope this helps. -Dennis -Original Message- From: Lucas Bee [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006

RE: Help with detecting session timeout

2006-02-20 Thread Klotz Jr, Dennis
WARNING : getSession() failed !"); res.sendError(505, "No session available on the server"); return; } Once the session expires... this code never gets called by tomcat. So I am not really sure what you are thinking about? -Dennis -Original Message- From: Fil

RE: scheme="https" not working?

2006-02-20 Thread Klotz Jr, Dennis
Do you have your port 80 connector forwarding set correctly? -Original Message- From: Dave Brondsema [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 11:31 AM To: users@tomcat.apache.org Subject: scheme="https" not working? I'm using Tomcat 5.5.15 on Windows 2000. I have this c

RE: Help with detecting session timeout

2006-02-20 Thread Klotz Jr, Dennis
n for responding. -Dennis -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 11:24 AM To: Tomcat Users List Subject: Re: Help with detecting session timeout in your servlet, you can do ... if ( session_has_timed_out) { response.setErro

Help with detecting session timeout

2006-02-20 Thread Klotz Jr, Dennis
_OK (200)! Why oh why can't I see a status that indicates that the session has expired? :) Perhaps that the user is no longer authenticated? Bueller? Bueller? :) If anyone can help I offer them a thousands thanks! -Dennis

Help with detecting session timeout

2006-02-18 Thread Klotz Jr, Dennis
Is there an easy way to detect that a session has timed out from within an applet? Regards, -Dennis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Best practice for detecting session expiration for applets?

2006-02-16 Thread Klotz Jr, Dennis
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve. java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1 48) Any ideas are greatly appreciated. Thanks. -Dennis -Original Message- From: Klotz Jr, Dennis [mailto:[

Best practice for detecting session expiration for applets?

2006-02-16 Thread Klotz Jr, Dennis
nown Source) at java.io.ObjectInputStream.(Unknown Source) at com.empirix.hm.callq.client.common.HttpMessage.sendPostMessage(HttpMessa ge.java:212) at com.empirix.hm.callq.client.common.CallQSerializeData.sendViaHttp(CallQS erial

RE: Assistance required

2006-02-16 Thread Klotz Jr, Dennis
Just in case you missed them, study the following links. There is a wealth of information here: http://tomcat.apache.org/faq/ and of course http://tomcat.apache.org/tomcat-5.5-doc/index.html -Original Message- From: Medha Parathasarathy [mailto:[EMAIL PROTECTED] Sent: Thursday, Februa

RE: context.xml my old friend (SOLVED)

2006-02-08 Thread Klotz Jr, Dennis
alous (see my previous emails) when I was disabling options within the "Host" section of server.xml. I mistakenly set deployXML="false" That was my whole problem. :( Right there staring me in the face and missed it. -Dennis -Original Message- From: Caldarale, Charles R

RE: context.xml my old friend

2006-02-07 Thread Klotz Jr, Dennis
I have more information. Apparently, with 5.5.15 the webapps/Monitor/META-INF/context.xml works when run under windows xp but not under linux. :( I've been trying to figure out what we are doing different but I haven't figured it out yet. -Dennis -Original Message- From:

RE: context.xml my old friend

2006-02-07 Thread Klotz Jr, Dennis
Subject: RE: context.xml my old friend > From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] > Subject: RE: context.xml my old friend > > So perhaps I need to file a bug on this I don't think you'll get very far. I installed the probe application, turned off autoDeploy, and star

RE: context.xml my old friend

2006-02-07 Thread Klotz Jr, Dennis
Thanks Chuck. And yes the webapp was a typo. :) So perhaps I need to file a bug on this, because this seems to be a different problem than: http://issues.apache.org/bugzilla/show_bug.cgi?id=38351 -Dennis -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent

RE: context.xml my old friend

2006-02-07 Thread Klotz Jr, Dennis
nized? I turned off autoDeploy in the interest of security. I will keep looking for when this gets fixed. I'd really like to be able to use the META-INF/context.xml without having autoDeploy set to true. Is this a crazy idea? -Dennis -Original Message- From: George Sexton [mailt

context.xml my old friend

2006-02-07 Thread Klotz Jr, Dennis
contents of context.xml: I think I'm doing things correctly... why doesn't the file META-INF/context.xml work? Regards, Dennis Klotz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: JSP Servers

2006-02-04 Thread Klotz Jr, Dennis
This reminds me of walking into a forest and asking if there are any trees. (oh and yes I've done this myself many times :) ) -Dennis -Original Message- From: Phillip Mangwiro [mailto:[EMAIL PROTECTED] Sent: Saturday, February 04, 2006 12:33 PM To: Tomcat Users List Subject

Re: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread Dennis Byrne
He's not talking about mBeans, he means JSF managed beans. Thanks though. Dennis Byrne >-Original Message- >From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] >Sent: Friday, February 3, 2006 06:21 PM >To: 'Tomcat Users List' >Subject: RE: Managed beans

Re: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread Dennis Byrne
Jetty and Resin both are/have java servlet containers. They are free. Also, Tomcat ( at least 5.5.9 ) comes with a commons-el.jar . Make sure the same version is in both environments. Dennis Byrne >-Original Message- >From: John [mailto:[EMAIL PROTECTED] >Sent: Friday, F

Re: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread Dennis Byrne
Please try this in Jetty or Resin as well John. The root cause of some bugs has blown me away, but I just have a hard time thinking the servlet container is reponsible for this. Oh, and please make sure you let folks back in myfaces land know what the cause was. TIA. Dennis Byrne

Re: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread Dennis Byrne
Is this the same deal you posted on the MyFaces mailing list? http://www.mail-archive.com/users%40myfaces.apache.org/msg16075.html Where did this end up going? Dennis Byrne >-Original Message- >From: John [mailto:[EMAIL PROTECTED] >Sent: Friday, February 3, 2006 03:50 PM &

Security risk w/ identical Filter/Servlet mappings

2006-02-03 Thread Dennis Byrne
cks. http://issues.apache.org/jira/browse/MYFACES-1008 Dennis Byrne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: RE: context.xml

2006-02-01 Thread Klotz Jr, Dennis
copies a webapp specifically named context.xml to the proper place(s) during upgrades/installation. Thanks for you help with this. Maybe one day, if it does not go totally against the designers' philosophy we can have a persistent webapp specific context.xml. (Hint Hint) :) -Dennis -

RE: RE: context.xml

2006-01-31 Thread Klotz Jr, Dennis
changes that they have made will stick around. Is there a way to do this that you know of? -Dennis -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 5:19 AM To: Tomcat Users List Subject: Re: RE: context.xml > > From: "Klotz

RE: context.xml

2006-01-30 Thread Klotz Jr, Dennis
Thanks Warren for the reply. Wouldn't that version of the file be deleted when I undeploy? -Dennis -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 7:41 PM To: Tomcat Users List Subject: Re: context.xml > > From: "

context.xml

2006-01-30 Thread Klotz Jr, Dennis
have a persistent xml file that will not be deleted when I un-deploy the app. Can someone please tell me which is correct? Regards, -Dennis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

General context.xml question.

2006-01-27 Thread Klotz Jr, Dennis
Is it generally considered a bad idea to use $CATALINE_HOME/conf/[enginename]/[hostname]/[application name.xml] for site specific configuration parameters? -Dennis -Original Message- From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 1:11 PM To: Tomcat

Can I stop a context.xml from being deleted?

2006-01-27 Thread Klotz Jr, Dennis
Hopefully this is an easy question... I'm trying to stop the file $CATALINE_HOME/conf/[enginename]/[hostname]/Monitor.xml from being deleted whenever someone undeploys our Monitor web app. Is this in the realm of possibilities? -Dennis

RE: Authenticating LDAP users without their input - doable?

2006-01-18 Thread Klotz Jr, Dennis
Keep in mind that it is using base64 encoding which realistically, is the same as clear text passwords... I wouldn't use this in a corporate environment for that reason. Anyone who has access to your Ethernet traffic and ethereal can easily figure out the passwords. -Dennis -Ori

strange problem with extra sessions being created

2006-01-17 Thread Klotz Jr, Dennis
many http sessions get created? I appreciate any ideas here. Sincerely, -Dennis Klotz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing default web apps

2006-01-12 Thread Dennis Leary
The simplist way is to rename your app to ROOT. If read about creating a ROOT.xml in conf/Catalina/localhost and pointing the docbase to your webapp by I didn't have much luck with it. - Original Message - From: "Marco Rossi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday,

Tomcat 4.x to 5.5.x migration problem

2006-01-11 Thread Dennis Leary
Migrating from Tomcat 4.x to 5.5.x The application uses an application scope bean and for some reason the 5.5.x container is continuously initializing the bean. jsp snippet com.foo.bar.Admin Constructor public Admin() throws Exception { try{ Context ctx = new InitialContext();

Re: How stable is 5.5.15?

2006-01-05 Thread Dennis
e rest of the request is going to have a valid session. The only place that invalidates the session is a log out action. I'll look into it further as well. -Dennis > > Peter > > Am 05.01.2006 um 17:27 schrieb Dennis: > >> Peter Rossbach wrote: >> >>>

Re: How stable is 5.5.15?

2006-01-05 Thread Dennis
Peter Rossbach wrote: > Hey Dennis, > > can you please, send your log information of the > SessionAlreadyInvalidation errors? > Every hint is welcome... It's actually an IllegalStateException: java.lang.IllegalStateException: getAttribute: Session already in

Re: How stable is 5.5.15?

2006-01-05 Thread Dennis
. (I think it is when a browser submits something twice perhaps... like the IE double click maybe.) The only issue I noticed is that the trimSpaces setting in web.xml isn't acting the way it did before. (It's not trimming spaces.) -Dennis -

trimSpaces in 5.5.15

2006-01-04 Thread Dennis
r docs or changes with the trimSpaces setting and didn't find anything to indicate that it shouldn't work as it always has. Thoughts? Thanks Dennis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DeltaManager and useDirtyFlag

2006-01-04 Thread Dennis
I visited this issue (5.5.9 or so), The DeltaManager did not work in the above case and I had to switch to SimpleTcpReplicationManager and set useDirtyFlag to false. If that is still the case, it seems strange that the sample server.xml with the download still has this... ==SNIP==

Need help finding...

2005-12-13 Thread Klotz Jr, Dennis
e of these features? Thanks! -Dennis Klotz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: web.xml question (SOLVED)

2005-12-02 Thread Klotz Jr, Dennis
, if the user typed http:// then only the form data is transmitted via https and everything else is http. If the user typed https:// then it stays that way throughout. This works fine with 5.5.9. Let me know if you need more details or see a flaw. -Dennis -Original Message- From: Klot

RE: web.xml question

2005-11-29 Thread Klotz Jr, Dennis
f you wish to use a form based login. -Dennis -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'

web.xml question

2005-11-29 Thread Klotz Jr, Dennis
if I type the address of the login.jsp directly, then the connection is redirected over HTTPS. Why doesn't the login.jsp use HTTPS when tomcat is invoking it for authorization? Any help figuring out what I am doing wrong is greatly appreciated. Sincerely

RE: SSO question

2005-11-11 Thread Klotz Jr, Dennis
>-Original Message- >From: Peter Crowther [mailto:[EMAIL PROTECTED] >Sent: Friday, November 11, 2005 4:20 AM >To: Tomcat Users List >Subject: RE: SSO question > >> From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] >> Is it possible using LDAP, whether it

SSO question

2005-11-10 Thread Klotz Jr, Dennis
does not, to my knowledge, provide that ability. JNDIRealm is just for authenticating and role retrieval. Thanks. -Dennis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Config problem: AAA and LDAP

2005-11-08 Thread Klotz Jr, Dennis
What are your security constraints within your web.xml? -Dennis -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 4:20 PM To: users@tomcat.apache.org Subject: Config problem: AAA and LDAP Hi all, I have just created a simple webapp

  1   2   >