Re: Tomcat and Salesforce Issue

2009-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 6/26/2009 5:34 AM, Jamz_2010 wrote: > Sorry about that, I have checked the catalina.out file and it says that an > exception is thrown, I will have a ensure it prints the stack trace and will > have a look at it in the morning - sorry I can'

Re: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej On 6/24/2009 10:15 AM, Maciej Matecki wrote: > I've got the big problem with forward REMOTE_HOST from Apache to > Tomcat. On the Apache side everything works ok. I've tested it with > PHP script and it simply works. But on the Tomcat side REMOT

Re: Access to configuration values

2009-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver, On 6/19/2009 9:18 PM, Oliver Block wrote: > I started to use Tomcat 6 for a mail web application - which is coded in php > at the moment. I followed the JNDI-Resources HOW-TO to make use of JavaMail > Sessions. As recommended under 3. Config

RECYCLE_FACADES

2009-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I was looking through the "system property" documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html) and I happened to read the description for the following system property: " org.apache.catalina.connector. RECYCLE_FACADE

Re: error compiling jsvc to run tomcat as a service on Linux

2009-06-27 Thread Hassan Schroeder
On Sat, Jun 27, 2009 at 2:15 PM, Dimitrios Christodoulakis wrote: > Could this be some kind of version incompatibility between tomcat 5.5 > and jdk1.5.0_17? Seems unlikely... > checking for javac... /usr/java/jdk1.5.0_17/bin/javac > checking wether the Java compiler (/usr/java/jdk1.5.0_17/bin/ja

error compiling jsvc to run tomcat as a service on Linux

2009-06-27 Thread Dimitrios Christodoulakis
As I continue the effort to make Tomcat the default web server daemon over Apache 2, I am trying to use jsvc. I unpacked it successfully and followed the instructions at http://tomcat.apache.org/tomcat-5.5-doc/setup.html steps: tar xvfz jsvc.tar.gz cd jsvc-src autoconf But the final conf

Re: integrating Apache 2 server and Tomcat

2009-06-27 Thread Hassan Schroeder
On Sat, Jun 27, 2009 at 7:39 AM, Dimitrios Christodoulakis wrote: > I went ahead with your instructions running the Tomcat app under the > ROOT context. Disabled the http web server (Apache) and edited the > server.xml and server-minimal.xml files under Tomcat. server-minimal.xml is just an examp

Re: integrating Apache 2 server and Tomcat

2009-06-27 Thread Dimitrios Christodoulakis
-Chuck, I went ahead with your instructions running the Tomcat app under the ROOT context. Disabled the http web server (Apache) and edited the server.xml and server-minimal.xml files under Tomcat. This time www.mydomain.com gives a "Page Load Error", I believe because there is no web server list

Re: Combining Apache RewriteRule and JkMount to pass through to Tomcat

2009-06-27 Thread André Warnier
David Crane wrote: ... As has been pointed out several times on this forum, if the question is just to serve some static content along with the dynamic Java-produced content, Tomcat is comparable to Apache httpd as a pure webserver. If you need to rewrite some URLs nevertheless, you should hav

Re: Seeking authoritative answer re using Log4J with v6

2009-06-27 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: Seeking authoritative answer re using Log4J with v6 >> >> I have checked recently (with 6.0.18) and it worked as >> expected and documented. > > So why was it necessary for Suresh to place his log handler o

Re: mod_auth_kerb / mod_spnego on Windows

2009-06-27 Thread André Warnier
Maciej Matecki wrote: ... Do You have any compiled module for Apache which provide Kerberos authorization under Windows and Apache 2.x? Hi. Just a question : is there any mechanism that allows you to do that from Tomcat ? Because if there is, then I can provide you with a "trick" to use this

Re: Seeking authoritative answer re using Log4J with v6

2009-06-27 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: Seeking authoritative answer re using Log4J with v6 >> >> It looks very much like your build environment is broken. > > I just duplicated Jonathan's findings on my Vista box. There are several > things bro