Re: Container based authentication using LDAP and Active Directory

2009-09-16 Thread Tobias Crefeld
Am Tue, 15 Sep 2009 15:00:39 -0500 schrieb sharda k sktom...@gmail.com: - User ids are being stored in LDAP - User credentials(password) are being stored in Active Directory (AD). - User roles are gain being stored in LDAP And how are ADS-credentials and LDAP'S IDs synchronized?

Re: Should I use mod_jk or mod_proxy_ajp for my Apache2 to Tomcat5 connector on AIX ?

2009-10-08 Thread Tobias Crefeld
Am Thu, 24 Sep 2009 10:54:56 -0500 schrieb Strickland, Lawrence P lawrence-strickl...@uiowa.edu: I am having some problems building mod_jk on AIX and I see the same functionality is supported in mod_proxy_ajp. Does anyone have some good reason why I should use one over the other? Using

Re: Persistent Storage for Webapps

2009-10-12 Thread Tobias Crefeld
Am Mon, 12 Oct 2009 13:01:44 +0200 schrieb Jesse Long j...@unknown.za.net: In my webapp I need persistent storage. I am building my webapp as a .war file, and copying it into $CATALINE_HOME/webapps/ Tomcat extracts $CATALINA_HOME/webapps/app.war to $CATALINA_HOME/webapps/app/ The war

Re: Persistent Storage for Webapps

2009-10-13 Thread Tobias Crefeld
Am Mon, 12 Oct 2009 18:57:43 +0200 schrieb Jesse Long j...@unknown.za.net: Thanks for your answers Tobias. Unfortunately we have a very real use case for multiple instances on one host, with different data paths. So, /etc/app.properties is not usable, but /etc/app-context path derived

Re: Tomcat Real Security on Port 80 - Connection Interrupted

2009-10-22 Thread Tobias Crefeld
Am Thu, 22 Oct 2009 05:11:57 -0700 (PDT) schrieb Kris Reid krisrei...@gmail.com: Tomcat 5.5.25 httpd 1.3.41 We are using mod_proxy with the following commands: Contents of /usr/local/apache/conf/userdata/std/1/realtim1/1realtimemlmleads.com/proxy.conf: ProxyPass /

Re: tomcat6.exe tomcat6w.exe 64-bit binaries link - how to download

2009-10-27 Thread Tobias Crefeld
Am Tue, 27 Oct 2009 12:25:18 +0300 schrieb Terekhov Artyom (ADV) artyom.terek...@advgroup.ru: Hello, I wonder how to get tomcat 64-bit binaries from this link. Does not seem to work. http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_16/res/procrun/ The link works well but svn is

Re: Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException: error in opening zip file

2009-10-27 Thread Tobias Crefeld
Am Tue, 27 Oct 2009 03:47:23 -0700 (PDT) schrieb selvakumar.V selvakumar.velmuruge...@gmail.com: WARNING: Could not get dir listing for /opt/CSCOpx/MDC/tomcat/webapps/ipm/WEB-INF What do you get if you type at the shell prompt: ls -la /opt/CSCOpx/MDC/tomcat/webapps/ipm/WEB-INF and ls -la

Re: Tocat webapp listening on different port

2009-11-04 Thread Tobias Crefeld
Am Wed, 04 Nov 2009 09:43:54 +0100 schrieb Sergio Arrighi sergio.arri...@iminholding.com: Is it possible to have a tomcat webapp listening on a port different from the port which is in use by the server itself?? Example: I have a tomcat server listening on port 80 and I want the 'A' webapp

Re: Manager Application | Security | Tomcat 5.5.27

2009-11-05 Thread Tobias Crefeld
Am Thu, 5 Nov 2009 19:42:58 + schrieb Anurag Kapur On Thu, Nov 5, 2009 at 12:29 PM, Tobias Crefeld t...@cataneo.eu wrote: Separating JMX Proxy from manager won't be very helpful because JMX Proxy itself is offering control over tomcat. And it needs direct access to MBeans of Tomcat's

Re: problem on TOMCAT 6.0.20: no access to manager pages

2009-11-13 Thread Tobias Crefeld
Am Fri, 13 Nov 2009 16:29:22 +0100 schrieb Marie-Christine Lagasquie lagasq...@free.fr: Of course, the file /usr/local/tomcat/conf/tomcat-users.xml has been modified before running Tomcat and now contains : --- tomcat-users This is the start of a

Re: https and port numbers

2009-11-17 Thread Tobias Crefeld
Am Tue, 17 Nov 2009 09:40:46 + schrieb Robert Denison r...@blim.org: I've set up my tomcat server to serve http requests on port 8080 and https on port 8443. My firewall forwards requests for 80 to 8080 and 8443 to 8443. Tomcat cannot help you in this case. You will have to make your

Re: Preventing httpd from accessing WEB-INF contents

2009-11-25 Thread Tobias Crefeld
Am Wed, 25 Nov 2009 11:13:19 -0500 schrieb Jonathan Mast jhmast.develo...@gmail.com: I need something that will be apply globally and can't be overridden by VirtualHost directives. Why don't you use a standard like Location/Order/Deny/Allow in the vhosts config to deny access to WEB-INF,

Re: Use java 1.5 apps with tomcat 6

2009-11-26 Thread Tobias Crefeld
Am Thu, 26 Nov 2009 10:54:08 +0100 schrieb Jimmy Spam spa...@pobladores.com: By default, system is using jre1.6 and If I uninstall it, tomcat 6 doesn't work, so How can do for that tomcat use jre1.5 without crash? Please have a look at the beginning of the catalina.sh of your

Re: Easy Way to Upgrade Tomcat Versions?

2009-11-30 Thread Tobias Crefeld
Am Mon, 30 Nov 2009 08:02:41 -0800 (PST) schrieb Thomas Moorer tcm...@yahoo.com: I have been thinking about upgrading my Tomcat 6.0.16 instance to the latest 6.0.20. I have been thinking about the best way to do that. I have modified several config and shell files and suppose I could just

Re: How to get java process id of a user running tomcat

2009-12-02 Thread Tobias Crefeld
Am Wed, 2 Dec 2009 12:00:06 +0530 schrieb raj kumar bprajkumar...@gmail.com: Tomcat: jakarta-tomcat-5.0.28 Java : j2sdk1.4.2 OS: SunOS ps -fu TomcatsUsername |grep java |grep -v grep |cut -f2 -d If the release of your SunOS is as antique as the rest of your software it's possible that one

Re: How to get java process id of a user running tomcat

2009-12-03 Thread Tobias Crefeld
Am Wed, 2 Dec 2009 12:00:06 +0530 schrieb raj kumar bprajkumar...@gmail.com: When i ran tomcat and shut it down my java process is not closing along with shutdown.i need to kill it explicitly. So I would like to BTW: How much memory is reserved for your Tomcat-JVM ($JAVA_OPTS) and how much

Re: Rerouting Traffic when number of connection increases

2009-12-11 Thread Tobias Crefeld
Am Thu, 10 Dec 2009 16:44:35 -0500 schrieb Arunkumar Janarthanan arunkumar.webad...@gmail.com: We have a 4 Apache Tomcat instances running on and trying to setup a What do you mean with 4 Apache Tomcat exactly? custom message by redirecting user to different Apache instance with currently

Re: JSP 2.0 examples throw security exception - Need help with configuration

2010-01-04 Thread Tobias Crefeld
Am Mon, 4 Jan 2010 17:08:26 +0530 schrieb Shanmugham, Dayanand (IE10) dayanand.shanmug...@honeywell.com: 3.Started Tomcat instance 4.All Servlets and JSP 1.2 examples work fine but when I run the JSP 2.0 examples, I get the following security exception messages 5.I removed the

Fw: JSP 2.0 examples throw security exception - Need help with configuration

2010-01-04 Thread Tobias Crefeld
Am Mon, 4 Jan 2010 17:47:23 +0530 schrieb Shanmugham, Dayanand (IE10) dayanand.shanmug...@honeywell.com: 127.0.0.1 - admin [04/Jan/2010:17:45:09 +0530] GET /manager/html HTTP/1.1 500 2615 admin is not a valid username but a valid role in the (uncommented) default-version of tomcat-users.xml.

Re: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Tobias Crefeld
I guess that you should exchange the JkMount /* tomcatssl by JkMount /* tomcat1 provided you use a standard Tomcat-setup. For a parallel SSL- + Non-SSL-Setup using Apache2 you basically need 2 virtual-hosts in Apache2. One for Port 443 with the standard-SSL-parameters Apache2 expects to integrate

Re: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Tobias Crefeld
Am Fri, 22 Jan 2010 14:25:11 + schrieb Matt Turner m4tt_tur...@hotmail.com: The SSL pass-through requirement explains why I was attempting to pass through to :8443 directly - but it sounds like that's the wrong approach. If it isn't possible to move the SSL-certificate and -keys to the

Re: Tomcat 6.0.26 startup scripts changed from 6.0.18

2010-04-08 Thread Tobias Crefeld
Am Thu, 8 Apr 2010 15:16:36 -0400 schrieb Eric B. ebe...@hotmail.com: So what my init.d script currently does is pre-create an empty pid file in the /var/run directory, then changes ownership of it to tomcat so that tomcat can then update it with the actual pid of the tomcat process. Given

Re: Classpath for JSP

2010-04-26 Thread Tobias Crefeld
Am Mon, 26 Apr 2010 13:22:49 -0400 schrieb Reuven Koblick reu...@koblick.com: I verified that the class that was not found is indeed in /WEB-INF/classes. Also, classes in *.jar files in WEB-INF/lib are found. Does anyone have any thoughts or suggestions? Maybe wrong rights for directories or

Re: Tomcat died on java.lang.OutOfMemoryError: requested 2147483664 bytes for Chunk::new. Out of swap space? message

2010-05-26 Thread Tobias Crefeld
Am Wed, 26 May 2010 13:08:23 +1000 schrieb Leon Kolchinsky lkolc...@gmail.com: # A fatal error has been detected by the Java Runtime Environment: # # java.lang.OutOfMemoryError: requested 2147483664 bytes for Chunk::new. Out of swap space? Without knowing the application I would strongly

Re: how to calculate a memory tomcat

2010-06-14 Thread Tobias Crefeld
Am Sun, 13 Jun 2010 22:27:40 +0700 schrieb andy susanto ibsolut...@gmail.com: is there any tool that i can monitor my tomcat ?, because at peak hour You should ask your preferred search engine after JMX. JDK offers some applications like jconsole (old fashioned but usually sufficent) or

Re: how to calculate a memory tomcat

2010-06-14 Thread Tobias Crefeld
Am Mon, 14 Jun 2010 20:06:42 +0400 schrieb Myk Bova syste...@narod.ru: Lambda Probe for Apache Tomcat ? http://www.lambdaprobe.org/d/index.htm Correct, sorry for the typo! Regards, Tobias. - To unsubscribe, e-mail:

Re: how to calculate a memory tomcat

2010-06-15 Thread Tobias Crefeld
Am Tue, 15 Jun 2010 08:42:47 +1000 schrieb Matthew Peterson matt.peter...@une.edu.au: Lambda Probe is stale. It has been forked to Psi Probe which has regular activity: http://code.google.com/p/psi-probe/ It's always nice if there is some development in progress but it's not so nice if this

Re: RewriteRule rewrites, but mod_jk persists with old URI

2010-06-15 Thread Tobias Crefeld
Am Tue, 15 Jun 2010 15:04:01 +0200 schrieb André Warnier a...@ice-sa.com: In other words, it appears to receive the URI /mir/search.jsp, try to map it to a worker, succeed, but then forwarding the request to Tomcat as /jsp/search.jsp anyway (which was the original URL, not the rewritten one).

Re: RewriteRule rewrites, but mod_jk persists with old URI

2010-06-15 Thread Tobias Crefeld
Am Tue, 15 Jun 2010 20:08:15 +0200 schrieb André Warnier a...@ice-sa.com: The version of mod_jk on that system is 1.2.18, and [..] Now I'll see if I can get a more recent mod_jk as a Debian package, I'm not so familiar with Debian and we run only on sparc-version (5.0, Lenny), but there should

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Tobias Crefeld
Am Fri, 9 Jul 2010 10:21:09 -0300 schrieb Fernando Morgenstern ferna...@consultorpc.com: SEVERE: Error starting static Resources java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file I've verified and tomcat user does have read permissions to war

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Tobias Crefeld
-flag. Tomcat expects an exclusive access to its Tomcat-directory-structure. We are using Tomcat-installations for the same application as well but we use rsync to synchronize and avoid common storage. -- Mit freundlichen Grüßen, Tobias Crefeld. +49 - 89 - 2190 964-15 Cataneo GmbH Lilienstrasse

Re: 64 bit version for linux

2010-08-09 Thread Tobias Crefeld
Am Mon, 9 Aug 2010 04:52:55 -0700 (PDT) schrieb Angelo Chen angelochen...@yahoo.com.hk: the standard tomcat(apache-tomcat-6.0.20.tar.gz) is running in a 64 bit version of Centos. so can my app use memory bigger than 4G? I Which JVM-version does your Tomcat use? IIRC there are different

Re: Tomcat starts slow

2010-08-10 Thread Tobias Crefeld
Am Tue, 10 Aug 2010 16:58:45 +0400 schrieb Maxim Kuleshov maxim.kules...@gmail.com: But for some reason tomcat wants IPv6 connection and while time (retries * timeout) passed - it hangs at start. And I even don't know - what subsystem use such kind of interconnection (via IPv6 loopback).

Re: 64 bit version for linux

2010-08-10 Thread Tobias Crefeld
Am Tue, 10 Aug 2010 08:07:06 -0500 schrieb Caldarale, Charles R chuck.caldar...@unisys.com: JAVA_OPTS=$JAVA_OPTS -d64 -Xms512m -Xmx4096m Odd; -d64 is not valid on any JVM I have installed. Interesting! I never tested leaving out this parameter on a 64bit-JVM under Linux but after a short

Re: Tomcat 64 bits

2010-08-20 Thread Tobias Crefeld
Am Fri, 20 Aug 2010 13:37:08 +0200 schrieb KiLiCoOl kilic...@gmail.com: Is there a version of Tomcat 6.* in 64 bits under linux ? A short search in the archives of this mailing list would help: http://mail-archives.apache.org/mod_mbox/tomcat-users/201008.mbox/thread?1 Regards, Tobias.

Re: Tomcat 64 bits

2010-08-20 Thread Tobias Crefeld
Am Fri, 20 Aug 2010 14:15:30 +0200 schrieb KiLiCoOl kilic...@gmail.com: True but no one explain how to compile tomcat in 64 bits for unix ... :( This is correct and there is an explanation in the thread. A short search in the archives of this mailing list would help:

Rotating Tomcat-Logs

2010-10-21 Thread Tobias Crefeld
We have problems to manage Tomcats Logs. Logfiles like catalina.out or application specific logging is not the problem, but there are some files that are created each day new by tomcat (Tomcat-6): localhost.2010-02-27.log manager.2010-02-16.log host-manager.2009-08-30.log admin.2010-07-10.log

Re: Rotating Tomcat-Logs

2010-10-22 Thread Tobias Crefeld
Am Thu, 21 Oct 2010 11:13:53 +0200 schrieb André Warnier a...@ice-sa.com: In addition, it is somewhat of a moving target, since Linux distributions seem to each superpose their own schemes to the standard Tomcat scheme (like using jsvc, and/or re-directing to SYSLOG e.g.). Today this is

Re: Tomcat log files

2010-11-15 Thread Tobias Crefeld
Am Tue, 09 Nov 2010 16:06:14 -0500 schrieb Christopher Schultz ch...@christopherschultz.net: Have you correctly replaced lib/tomcat-juli.jar and installed lib/tomcat-juli-adapters.jar? If not, you may be falling back to the old logger which requires logging.properties. For whatever-reason and

Re: SSL Cert

2010-12-14 Thread Tobias Crefeld
Am Mon, 13 Dec 2010 20:15:55 -0500 schrieb George Christiansen - PA george.christian...@capmark.com: I'm trying to remove an SSL cert from a Tomcat instance. Can I just comment/remove the certs from server.xml and maintain SSL without the cert? You can create a self-signed SSL-certificate

Re: virtual host for apache/tomcat server

2011-03-30 Thread Tobias Crefeld
Am Wed, 30 Mar 2011 15:09:12 -0400 schrieb James Pifer j...@obrien-pifer.com: Ok, my httpd.conf is pretty standard. It includes proxy_ajp.conf which has: LoadModule proxy_ajp_module modules/mod_proxy_ajp.so ProxyPass /tomcat/ ajp://localhost:8009/ I only have some experience with

Re: virtual host for apache/tomcat server

2011-03-31 Thread Tobias Crefeld
Am Thu, 31 Mar 2011 07:49:07 -0400 schrieb James Pifer j...@obrien-pifer.com: So I have a web server at: http://server.domain.com that has just static web pages, etc. I have a tomcat jsp that I want to respond to http://myapp.domain.com. I setup a VirtualHost similar to you example,

Re: Tomcat 5.5.27 - Solaris 10 - Tomcat process starts additional copies of itself with only 1 thread and no CPU

2011-09-09 Thread Tobias Crefeld
that should do the job. Regards, Tobias Crefeld. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 5.5.27 - Solaris 10 - Tomcat process starts additional copies of itself with only 1 thread and no CPU

2011-09-09 Thread Tobias Crefeld
Am Fri, 9 Sep 2011 09:54:36 +0100 schrieb Dave Stubbs d...@stubbs.uk.com: When we list the system tasks we see that the ghost process PPID is the same as the PID of the still running main tomcat instance. Here is list of what happened when it wasn't picked up for a while. Obviously the

Re: Tomcat 5.5.27 - Solaris 10 - Tomcat process starts additional copies of itself with only 1 thread and no CPU

2011-09-09 Thread Tobias Crefeld
Am Fri, 09 Sep 2011 14:34:44 +0200 schrieb André Warnier a...@ice-sa.com: As an alternative to netstat under Solaris, there is the lsof utility. AFAIK there is no lsof in (standard-) Solaris-10. But maybe one can take it from independent repositories like Sunfreeware

Re: URI mapping

2011-10-22 Thread Tobias Crefeld
Am Sat, 22 Oct 2011 17:17:26 +0100 schrieb Mark Thomas ma...@apache.org: ProxyPass /tomcat7 http://localhost:8080 or ProxyPass /tomcat7 ajp://localhost:8080 Usually Tomcat is listening for ajp-requests on port 8009, not 8080. Regards, Tobias.

Re: SSL Port 443 for AIX

2011-11-12 Thread Tobias Crefeld
Am Sat, 12 Nov 2011 07:21:58 -0500 schrieb whoswho pongd...@gmail.com: Tomcat has been installed as a non-root user. I want to use SSL port 443 and not the deafult port 8443. When I modify the SSL connector, and try connecting as 443, I get permission denied since the tomcat account owner

Re: How much connections are handled per thread?

2011-12-20 Thread Tobias Crefeld
Am Tue, 20 Dec 2011 15:52:57 +0100 schrieb uwe.hellm...@t-systems.com: It is Tomcat 5.5.26 [..] If this is the case I get some munition to go the the developers. In my experience this route is an useless approach as long as you run a 4 years old Tomcat and without being able to identify