Re: mod_jk

2009-02-07 Thread André Warnier
Mohit Anchlia wrote: Sorry I am little confused about couple of things: 1. Based on what I read it looks like workers.properties is not loaded dynamically. And JkMountFileReload doesn't work for worker.properties but it works for uriworkermap.properties. Correct, that is what was said. In

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-07 Thread André Warnier
Dave Pawson wrote: Rob, Christopher, Andre. Thanks for the input. As I said to Rob, security is not an issue at the present time. There is no value in the content returned by the 'server' / end point; I'm not trying to make it secure. Just respond less than I otherwise might. Ok, then let me

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-07 Thread Dave Pawson
2009/2/7 André Warnier a...@ice-sa.com: You may even find a ready-made servlet filter that could do that (and many other things besides) here : http://www.tuckey.org/urlrewrite/ Looks useful. Tks A servlet filter does not modify (or require you to modify) the application in any way; it

Re: Location of properties file for web app in Tomcat

2009-02-07 Thread Flavio Crispim
Christopher Schultz wrote: Flavius, Flavius wrote: My ultimate goal is to give these instructions to a network admin: 1. Download and install Tomcat 2. Place war file in TomcatDir/webapps 3. Put the app.properties file at __ and set your database and email server info. 4. Start

Re: Location of properties file for web app in Tomcat

2009-02-07 Thread Flavio Crispim
Christopher Schultz wrote: Flavius, Flavius wrote: My ultimate goal is to give these instructions to a network admin: 1. Download and install Tomcat 2. Place war file in TomcatDir/webapps 3. Put the app.properties file at __ and set your database and email server info. 4. Start

Re: Tomcat Domain for redirects

2009-02-07 Thread Christian Decker
This seems to have done the trick, the redirects now finally work properly ^^ It would be nice for it to autodiscover the domain a request came from, but that's fine by me because it's just a test machine, and I'll have my sysadmin bothering with the deployment later ^^ Konstantin Kolinko wrote:

RE: Tomcat Domain for redirects

2009-02-07 Thread Christian Decker
Problem is that I also host some PHP and RubyOnRails apps on the same server and I'd like to keep them running ^^ Caldarale, Charles R wrote: From: Christian Decker [mailto:decker.christ...@gmail.com] Subject: Tomcat Domain for redirects I have a server that is running Tomcat 5.5 and an

Windows Domain authentication with Vista (and Tomcat)

2009-02-07 Thread André Warnier
Hi. I have an issue with Windows Domain authentication, Vista and (probably) NTLMv2. It is under Tomcat too. ;-) I was browsing Google and the various lists at marc.info, and happened to find what looks like a promising link as follows :

RE: Windows Domain authentication with Vista (and Tomcat)

2009-02-07 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Windows Domain authentication with Vista (and Tomcat) https://issues.apache.org/bugzilla/show_bug.cgi?id=46323 This would seem to indicate that there is something going on at the Tomcat level about NTLM/AD authentication. Not that there

RE: Windows Domain authentication with Vista (and Tomcat)

2009-02-07 Thread Caldarale, Charles R
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Subject: RE: Windows Domain authentication with Vista (and Tomcat) Even if you're not using the NTLM HTTP filter Are you using the current version of jCIFS? Only 1.3 and above support NTLMv2. You may want to post your question

Re: Deadlock situation detected/avoided with jk_log_lock

2009-02-07 Thread Rainer Jung
On 06.02.2009 20:40, fredk2 wrote: Do I understand you correctly that when Mr. Orton said to never use pthread nor posixsem mutex (http://marc.info/?l=apr-devm=108720968023158w=2) that is now obsolete news and that Solaris perfected pthread mutex support since. Joe Orton is always very careful

Want to learn Everything on Tomcat. 23/24 March in Amsterdam.

2009-02-07 Thread jean-frederic clere
Hi, A new tutorial has been added to the ApacheCon Web site: Everything Tomcat - Administering, Tuning, Troubleshooting and Develop. That is a 2 day tutorial given by Mark Thomas who is one of the greatest tomcat developers. Getting a tutorial during the ApacheCon is the oportunity to get more

Re: Fun with the JVM crashing.

2009-02-07 Thread Rainer Jung
On 06.02.2009 02:37, Bill Davidson wrote: I've submitted this to Sun a few times. No response. I was hoping someone here might have an idea of what to look for. Tomcat 6.0.18 RedHat 5.2Server Sun JVM # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at

Re: proxy: AJP: failed to make connection to backend

2009-02-07 Thread Rainer Jung
On 27.01.2009 21:24, Jim Goodspeed wrote: I am seeing the following error in my HTTP Apache error_log. I think this is OK (I assume the timeout has expired and that it will create a new connection when it is needed), but I wanted a second opinion. We are having a problem with some dropped

Re: AJP vs HTTP connectors?

2009-02-07 Thread Rainer Jung
On 02.02.2009 21:20, Eric B. wrote: I was listening to a webinar on spring source by Filip Hanik Mark Thomas regarding tuning Tomcat for production in which they indicate that the Http connector is recommended vs an AJP connector (http://www.springsource.com/node/555). My question, then

Re: Windows Domain authentication with Vista (and Tomcat)

2009-02-07 Thread André Warnier
Caldarale, Charles R wrote: From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Subject: RE: Windows Domain authentication with Vista (and Tomcat) Even if you're not using the NTLM HTTP filter Are you using the current version of jCIFS? Only 1.3 and above support NTLMv2. You may