Re: Form Authentication POST data not preserved?

2012-02-05 Thread Konstantin Kolinko
://wiki.apache.org/tomcat/FAQ/Developing#Debugging Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Form Authentication POST data not preserved?

2012-02-05 Thread Konstantin Kolinko
2012/2/5 Jess Holle je...@ptc.com: On 2/5/2012 8:29 AM, Konstantin Kolinko wrote: 2. Enable debug logging for FormAuthenticator class. org.apache.catalina.authenticator.FormAuthenticator.level=FINE (...) I had already increased verbosity for FormAuthenticator -- nothing seemed amiss from

Re: Dependencies on extensions functionality

2012-02-05 Thread Konstantin Kolinko
specify a custom directory for these extensions? You can. You can reconfigure classpath in the conf/catalina.properties file. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Form Authentication POST data not preserved?

2012-02-05 Thread Konstantin Kolinko
2012/2/5 Jess Holle je...@ptc.com: On 2/5/2012 9:43 AM, Jess Holle wrote: On 2/5/2012 9:26 AM, Konstantin Kolinko wrote: build.xml: javac srcdir=java destdir=${tomcat.classes}            debug=${compile.debug}            deprecation=${compile.deprecation}            source

Re: Form Authentication POST data not preserved?

2012-02-05 Thread Konstantin Kolinko
2012/2/5 Jess Holle je...@ptc.com: On 2/5/2012 11:15 AM, Konstantin Kolinko wrote: I think this issue is specific to AJP. For HTTP connectors a similar issue was noted and fixed here: https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9 I think adding the following line

Re: Odd interface binding observations

2012-02-06 Thread Konstantin Kolinko
about the way Linux does IPv6)? Anyone have any idea why 'host' returns my public IP for 'localhost'? Or, when I use localhost:8187 (which probably resolves to my public IP), I can establish a connection? Best regards, Konstantin Kolinko

Re: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Konstantin Kolinko
thread (the one that called System.exit()) just waits until the target thread (CatalinaShutdownHook) finishes. You should look in the logs to see what is printed there with regards to the server shutdown sequence. Maybe it waits while some server component shuts down? Best regards, Konstantin Kolinko

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Konstantin Kolinko
. I'm gonna start digging into this theory but was hoping for some ideas pointers. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: apache tomcat 6.0.20 install error

2012-02-08 Thread Konstantin Kolinko
2012/2/9 Irene Amatulli iamatu...@cleverdevices.com: I got this error when I tried to install 6.0.20: Installer integrity check has failed.  Common causes include incomplete download and damaged media.  Contact the installer's author to obtain a new copy. Then download a new copy. You

Re: Serving static content using embedded tomcat 7

2012-02-08 Thread Konstantin Kolinko
2012/2/8 sanu write2s...@gmail.com: Thank you. I just did that. Here's what I have : StandardContext context = (StandardContext)                tomcat.addContext(null, , path to the static resource directory); This doesn't seem to work. (...) I would guess that you have not created nor

Re: JmxRemoteLifecycleListener binding to all IP addresses

2012-02-09 Thread Konstantin Kolinko
to explicitly configure the IP address to bind to, but if you want one you may propose a patch. See how useLocalPorts option is implemented. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: ServletException logging changes between 5.5 and 6.0/7.0?

2012-02-09 Thread Konstantin Kolinko
into my problem! Chris Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Cores with FlushableGzipOutputStream

2012-02-09 Thread Konstantin Kolinko
the streams I/O. Anyway, a JRE should not fail fatally with a core dump regardless of what public API the program uses. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Best regards, Konstantin Kolinko - To unsubscribe

Re: ServletException logging changes between 5.5 and 6.0/7.0?

2012-02-09 Thread Konstantin Kolinko
(as was already mentioned in this thread below). In order to use log4j with Tomcat 6.0 and 7.0, you need to download some Tomcat extras as described here: http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j (...) Best regards, Konstantin Kolinko

Re: Path parameters and getRequestURI

2012-02-09 Thread Konstantin Kolinko
the availability of cookies on the client is set to be determined. (...) See this thread: Path Parameters - Servlet API http://tomcat.markmail.org/thread/ykx72wcuzcmiyujz Best regards, Konstantin Kolinko I have a Filter that checks to see if the user is accessing a particular set of predefined

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Konstantin Kolinko
tomcat does not have write access to the log directory? What exactly are the symptoms that you observe? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Konstantin Kolinko
if there is no web.xml file. E.g.: consider the case if you want to publish some static files. The default conf/web.xml is used in this situation. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: EL String - int coercion stopped working after TC 5.5 - 7.0 upgrade?

2012-02-14 Thread Konstantin Kolinko
in 6.0.x as well. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Web fragment - static resources is not returned (Tomcat 7.0.25)

2012-02-14 Thread Konstantin Kolinko
HTML using http://localhost:8080/jsr315/hello.html, I got a 404 error. What I did it wrong? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Error 500 No Java Compiler Available

2012-02-14 Thread Konstantin Kolinko
version of the file. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Error 500 No Java Compiler Available

2012-02-14 Thread Konstantin Kolinko
it properly. Thanks. On 14 February 2012 18:16, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/14 Jude Lucien jluc...@gmail.com: Basic Problem:  I am unable to compile jsp's and display them via Tomcat.  I am using the Netbeans IDE for web development and webapps that use html files

Re: org.apache.catalina.startup.ContextConfig checkHandlesTypes...

2012-02-14 Thread Konstantin Kolinko
: Ubuntu 10.04 https://issues.apache.org/bugzilla/show_bug.cgi?id=52326 Though I wonder why it tried to load XML parser classes Please post your answers below the question that you are answering. Best regards, Konstantin Kolinko Regards, J. Le 14 février 2012 20:26, Caldarale, Charles

Re: Error configuring JNDIRealm in tomcat 6.0.2 in eclipse, trying to connect to localhost:389

2012-02-14 Thread Konstantin Kolinko
PM org.apache.catalina.realm.JNDIRealm open WARNING: Exception performing authentication javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect] Best regards, Konstantin Kolinko

Re: Logging issue in Eclipse/WTP (disable request logging)

2012-02-14 Thread Konstantin Kolinko
. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Error configuring JNDIRealm in tomcat 6.0.2 in eclipse, trying to connect to localhost:389

2012-02-14 Thread Konstantin Kolinko
2012/2/15 Ashish Kulkarni ashish.kulkarn...@gmail.com: I have another question, how can i configure in web.xml so that all roles has authority to login, then in my application i control what is displayed to the user? If you have a different question, then start a new thread with a new blank

Re: EL String - int coercion stopped working after TC 5.5 - 7.0 upgrade?

2012-02-14 Thread Konstantin Kolinko
2012/2/15 David Rees dree...@gmail.com: On Tue, Feb 14, 2012 at 4:57 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/14 Mark Thomas ma...@apache.org: On 14/02/2012 03:11, David Rees wrote: This may not be Tomcat related, but I couldn't find anything in the JSP/JSTL/EL

Re: Logging issue in Eclipse/WTP (disable request logging)

2012-02-15 Thread Konstantin Kolinko
applications when they provide their own WEB-INF/classes/logging.properties file. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Known Tomcat 6.0 and JDK 1.7.0_02 issues?

2012-02-15 Thread Konstantin Kolinko
the same test suite on Java 7 vs Java 6. I can tell the same about my Eclipse 3.7.1 that I run on Java 6u30. Sometimes it is slower than I want it to be. Especially with operations that require processing/deleting a lot of files. The JRE is not likely the cause behind it. Best regards, Konstantin

Oracle released Java 6u31, 7u3 with security fixes

2012-02-15 Thread Konstantin Kolinko
http://www.oracle.com/technetwork/java/javase/downloads/index.html Best regards, Konstantin Kolinko. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Is it possible to start multiple tomcat servers with port-offset mechanism

2012-02-16 Thread Konstantin Kolinko
number. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Apache reverse proxy issue

2012-02-16 Thread Konstantin Kolinko
of luck. Anyway, your question is offtopic on this list. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Basic Authentication Valve not hitting on Tomcat7.0.20

2012-02-16 Thread Konstantin Kolinko
on. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: generic deployment question

2012-02-18 Thread Konstantin Kolinko
explodes the WAR file into the work directory anyway. You can easily confirm that. Only classes and jars. Resources are not unpacked when running from unexploded WAR. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: Documentation Question

2012-02-21 Thread Konstantin Kolinko
lines. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Documentation Question

2012-02-21 Thread Konstantin Kolinko
2012/2/22 André Warnier a...@ice-sa.com: Pid wrote: On 21/02/2012 13:59, Jim Showalter wrote: Hi.  Thanks for the timely response.  I wasn't certain if I should post this to the group or not.  I can repost for the archive if you want. Yes.  Always to the list. Here are some examples.

Re: SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.1.20 or 1.1.22

2012-02-21 Thread Konstantin Kolinko
2012/2/22 Mark Anthony marcmanth...@yahoo.com: Referring to http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslcontext.c?r1=1149279view=log there something thats broke that does not support TLSv1+SSLv3.  Tomcat Version 6.0.35  APR Details : INFO: Loaded APR based Apache

Re: Documentation Question

2012-02-21 Thread Konstantin Kolinko
2012/2/22 Christopher Schultz ch...@christopherschultz.net: On 2/21/12 3:43 PM, Konstantin Kolinko wrote: 2012/2/22 André Warnier a...@ice-sa.com: Pid wrote: On 21/02/2012 13:59, Jim Showalter wrote: Hi.  Thanks for the timely response.  I wasn't certain if I should post this to the group

Re: distributable mode does not work with Servlet 3.0

2012-02-22 Thread Konstantin Kolinko
that are detected. I do not remember how fragments that have different value of distributable are merged - you may look in the Servlet Specification. Try to add metadata-complete=true to the web-app in your web.xml file. Best regards, Konstantin Kolinko

Re: Documentation Question

2012-02-22 Thread Konstantin Kolinko
it needs more work. I agree that ';' is better there. My plan is to check if the path contains semicolon ';' and if it does then go with ; as separator. Otherwise fall back to the current comma ,. Best regards, Konstantin Kolinko

Re: Configuration of APR.

2012-02-24 Thread Konstantin Kolinko
2012/2/24 Friedrich Clausen f...@derf.nl: Hi All, I have, to the best of my ability, followed the docs on configuring APR but I am getting java.lang.UnsatisfiedLinkError and, so far, not been able to resolve it. First, some details of my environment : OS - RHEL 5 x86_64 Java - 1.6.0_29-b11

Re: Known ECJ issue?

2012-03-01 Thread Konstantin Kolinko
://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: quotes in Protocol Handler name

2012-03-01 Thread Konstantin Kolinko
of threads created for connectors. 2. Quotes around many bean names are intentional. E.g. connector name can have IP address in it. The IPv6 address cannot be used in a name unless the name is quoted, because of : symbol. Best regards, Konstantin Kolinko

Re: Comment on RemoteIpValve documentation.

2012-03-02 Thread Konstantin Kolinko
which mentioned the ordering. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Retrieve context path in lifecycle listener

2012-03-06 Thread Konstantin Kolinko
2012/3/6 sg...@gmx.net: Hi folks, I'd like to retrieve the context path from the a startup event in a context lifecycle listener. My usecase is register that contextpath in the initial context and access its value through Logback. Unfortunately, LifecycleEvent does not seem to contain

Re: Fwd: JMX MBean for active sessions

2012-03-06 Thread Konstantin Kolinko
. That value is an 'int'. Our operations team is using Bridgeways Tomcat pack for SCOM and since we switched to Tomcat 7 the active session data is missing from the monitors - everything else is there except this one. Have you contacted Bridgeways? Best regards, Konstantin Kolinko

Re: JMX JVM bug workaround question

2012-03-07 Thread Konstantin Kolinko
I would wait a while and retry, but only once. Do you check what Runtime.freeMemory(), Runtime.totalMemory() return at the same time? Maybe there is so little free memory that it is worth to worry. Best regards, Konstantin Kolinko

Re: tomcat6w.exe -- 32bit and 64bit versions identical?

2012-03-07 Thread Konstantin Kolinko
. Is that a change from 6.0.20? from Commons Daemon. The files are from Commons Daemon, prunsrv and prunmgr respectively. 6.0.20 is old, as Charles noted. I do not remember exactly as well. Best regards, Konstantin Kolinko - To unsubscribe, e

Re: Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects

2012-03-07 Thread Konstantin Kolinko
, fn:startsWith are good. It is possible to force conversion of first operand to String and then apply '==', e.g. ${fn:trim(program.is_general_public_yn) eq 'N'}, but that will require more operations that just calling the above functions. Best regards, Konstantin Kolinko

Re: exception when running my struts jsp

2012-03-07 Thread Konstantin Kolinko
/pics/192745index2.png Your question is specific to Struts. You are more likely to get an answer on their mailing list, see STRUTS-USER here: http://struts.apache.org/mail.html Best regards, Konstantin Kolinko - To unsubscribe, e

Re: Problem connecting to Tomcat from executable JAR file

2012-03-08 Thread Konstantin Kolinko
JDK 1.4 from my PC :) ). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Konstantin Kolinko
which is not present in Tomcat 5.5. So a person is not able to compile your application if he uses correct Servlet Specification JARs. Just open a text editor and edit your web.xml so that it specifies the correct version. Best regards, Konstantin Kolinko

Re: Documentation Question

2012-03-09 Thread Konstantin Kolinko
documentation is updated only with a new Tomcat release. You have to look at the one published by nightly build to see the changes. See links on the Buildbot page. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Non page pool issue will not go away, please help.

2012-03-09 Thread Konstantin Kolinko
greatness, Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Dynamic Security Constraints?

2012-03-10 Thread Konstantin Kolinko
with DIGEST) one and it works over HTTPS. Using physical delivery is only good if you trust the courier. Generally you have to encrypt the media. There was a story when postal service lost magnetic tapes that one bank was sending to their backup storage. Best regards, Konstantin Kolinko

Re: Some questions about Tomcat ISAPI Connector and its documentation

2012-03-10 Thread Konstantin Kolinko
False positive: Somebody try to hack into the site!!! Fixed in r1187916, will be part of version 1.2.33. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: ${pageContext.request.contextPath} not resolving

2012-03-11 Thread Konstantin Kolinko
2012/3/11 Ole Ersoy ole.er...@gmail.com: So, is it rendering it as text or is it throwing an exception? Just rendering as text. What is your jsp-config in web.xml? !DOCTYPE web-app PUBLIC  -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN  http://java.sun.com/dtd/web-app_2_3.dtd;

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread Konstantin Kolinko
2012/3/11 pricyber pricy...@gmail.com: Using binaries downloaded in a embedded java application. I used Http11NIOProtocol, but if I use Http11Protocol, it works fine. So I think Http11NIOProtocal is the problem in my setup. It is Http11NioProtocol. The spelling matters a lot. No logs at

Re: How to setup logging in Tomcat for WebappClassLoader?

2012-03-13 Thread Konstantin Kolinko
, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat Logging Jarhell

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Christopher Gross cogr...@gmail.com: Hi all.  I'm trying to utilize the common/lib and shared/lib directories on Tomcat 5.5.25.  I have a few separate apps that were each using many of the same JAR files, so I have been moving them down to shared common lib (DB stuff went to

Re: Precompile JSPs, avoid thousands of servlets?

2012-03-14 Thread Konstantin Kolinko
. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Datasources in Spring-JPA-Tomcat 6.0.29

2012-03-15 Thread Konstantin Kolinko
a sample jsp page that performs JNDI lookup (using code samples from the Tomcat documentation) to make sure that both datasources are available and have different JNDI names and connect to different schemas. Best regards, Konstantin Kolinko

Re: How to specify not using a keystoreFile in server.xml when using a custom keystore?

2012-03-15 Thread Konstantin Kolinko
is always converted to absolute and thus the above check for value fails to work. BTW, I wonder what will happen if you specify NUL (the Windows equivalent to /dev/null) as the value. Best regards, Konstantin Kolinko - To unsubscribe

Re: Custom WebappLoader, Jasper and custom JSP tags

2012-03-15 Thread Konstantin Kolinko
in versions later than your 6.0.28. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Custom WebappLoader, Jasper and custom JSP tags

2012-03-15 Thread Konstantin Kolinko
2012/3/16 Johannes Ernst jer...@netmesh.us: On Mar 15, 2012, at 16:50, Konstantin Kolinko wrote: 2012/3/16 Johannes Ernst jer...@netmesh.us: I've implemented my own org.apache.catalina.loader.WebappLoader. It consults a bunch of JARs held in the file system outside of the WAR. One

Re: How to leave this list?

2012-03-16 Thread Konstantin Kolinko
instructions here: http://www.apache.org/foundation/mailinglists.html If that does not help you can send mail to list owner address and he will unsubscribe you manually. Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: Custom WebappLoader, Jasper and custom JSP tags

2012-03-16 Thread Konstantin Kolinko
2012/3/16 Johannes Ernst jer...@netmesh.us: On Mar 15, 2012, at 17:38, Konstantin Kolinko wrote: Moreover Jasper has to pass a classpath to an external Java compiler (ecj or javac). The classpath is constructed and passed to Jasper as String. Could you point me to where in the code it does

Re: How to leave this list?

2012-03-16 Thread Konstantin Kolinko
in the body? Otherwise it could be rejected by spam filter. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-20 Thread Konstantin Kolinko
. Released versions of jdbc-pool come with Tomcat 7 and share its version numbers. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Problem tomcat

2012-03-20 Thread Konstantin Kolinko
2012/3/20 Fairouz Fakhfakh fairouz.fakhf...@gmail.com: Hello, I use Tomcat 6. Tomcat works very well. But, my problem: when I did this command: ant install-juddi-matchmaker. It gives me: install-juddi-matchmaker: BUILD SUCCESSFUL It did something. I have no clue what -- I do not use

Re: New Tomcat install on a customer box: Tomcat 7.0.25 starts, then throws an exception and shuts down, and I don't know why.

2012-03-20 Thread Konstantin Kolinko
://tomcat.apache.org/tomcat-7.0-doc/config/server.html and can it be reassigned? Yes. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Konstantin Kolinko
some data has already been sent. Thus the ErrorPage for that error cannot be displayed properly. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: How to generate heap dump in Tomcat 5.5 (Windows)

2012-03-22 Thread Konstantin Kolinko
://wiki.eclipse.org/index.php/MemoryAnalyzer#Getting_a_Heap_Dump Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 7 - servlet 2.5 app and removed Context disableURLRewriting parameter

2012-03-22 Thread Konstantin Kolinko
rewriting in tomcat 7 with a 2.5 webapp? You can edit site-wide defaults (conf/web.xml). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Tomcat 7 - servlet 2.5 app and removed Context disableURLRewriting parameter

2012-03-22 Thread Konstantin Kolinko
in Tomcat to merge web.xml from various fragments and annotations. Respecting a Context option there might be a bit messy. (Just saying, without looking at the code). Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: Can't get past 404 error

2012-03-22 Thread Konstantin Kolinko
but this is how we've been doing things for years... the behavior may have changed. All of /conf folder is read from CATALINA_BASE. None of it is read from CATALINA_HOME. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: chunked encoding

2012-03-22 Thread Konstantin Kolinko
2012/3/23 Alex Samad - Yieldbroker alex.sa...@yieldbroker.com: Hi I saw a thread earlier about chunked encoding and why a) it might be better to use that b) that it is not experimental any more Can somebody explain what it is, why it might be better and maybe some pro's and con's and how

Re: partial response from non-browser clients

2012-03-23 Thread Konstantin Kolinko
be causing this would be appreciated. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: configuring SSL for Tomcat with .pfx

2012-03-23 Thread Konstantin Kolinko
2012/3/23 Melanie Snayer melan...@blueturtle.co.za: Hi All, I didn’t add the attachment to the previous email so here it is. 1. Attachments are not allowed on this mailing list. 2. Using HTML-formatted e-mails is strongly discouraged. Use plain text.

Re: upgraded fedora and mod_jk will not work

2012-03-23 Thread Konstantin Kolinko
? (httpd then tomcat)     or should I bring up tomcat before httpd??     pause between? It should work either way. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: chunked encoding

2012-03-23 Thread Konstantin Kolinko
2012/3/24 Chema demablo...@gmail.com: The server application must pass the chunks to its outbound TCP/IP stack in order, so normal TCP sequencing takes care of it. Thanks But, if I'm not wrong , chunks messages belong application layer, so when servers pass them to TCP/IP stack , they are

Re: tomcat jdbc pool

2012-03-25 Thread Konstantin Kolinko
, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Examples folder in Tomcat v6.0.35

2012-03-28 Thread Konstantin Kolinko
be deleted. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Konstantin Kolinko
 can i use mod_jk-1.2.31-httpd-2.2.x with httpd 2.4.1 I'd recommend 1.2.35 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Examples folder in Tomcat v6.0.35

2012-03-28 Thread Konstantin Kolinko
2012/3/28 Geet Chandra gee...@gmail.com: Thanks Konstantin Kolinko! I mean to say, can we ship Apache Tomcat 6.0.35 without examples folder, keeping other files and folder intact. The license allows you to remove everything, except LICENSE and NOTICE, (though you have to read it by yourself

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Konstantin Kolinko
2012/3/28 Harsimranjit singh Kler simran...@gmail.com: ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with httpd 2.4.1(Linux setup)?. Build it from the sources. See BUILD.txt and native/BUILDING.txt in the source archive. Best regards, Konstantin Kolinko

Re: [JDBC Pool] PoolCleaner creates some sort of memory

2012-03-28 Thread Konstantin Kolinko
/msg87350.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Setting JVM log location for tomcat 7.0.26

2012-03-28 Thread Konstantin Kolinko
2012/3/29 Farrukh Najmi farr...@wellfleetsoftware.com: Can someone please tell me how I can configure the location for the JVM log file for Tomcat 7. Thanks for your help. 1. What is JVM log file 2. There is Logging chapter in the User's Guide. Did it not help?

Re: Setting JVM log location for tomcat 7.0.26

2012-03-29 Thread Konstantin Kolinko
2012/3/29 Farrukh Najmi farr...@wellfleetsoftware.com: On 03/28/2012 07:28 PM, Konstantin Kolinko wrote: 2012/3/29 Farrukh Najmifarr...@wellfleetsoftware.com: Can someone please tell me how I can configure the location for the JVM log file for Tomcat 7. Thanks for your help. 1. What

Re: mod jk for httpd 2.4.1

2012-03-29 Thread Konstantin Kolinko
but  will this cause any problems in functionality in future? The source code is the same for all 2.x.y versions, but you have to compile it with the proper versions of httpd and APR that your httpd is using. Best regards, Konstantin Kolinko On Wed, Mar 28, 2012 at 9:57 PM, Christopher Schultz ch

Re: Shutting down embedded version of Tomcat gracefully

2012-03-29 Thread Konstantin Kolinko
2012/3/29 N V Hari Krishna haki...@gmail.com: Hello all, I had a few questions. 1) Is it possible to shutdown embedded Tomcat gracefully? 2) If possible, can anyone suggest me/point me to piece of code that can be used for shutting down Embedded version of Tomcat 5 Tomcat 7 gracefully.

Re: FormAuthentication Valve changes fail with RequestListeners?

2012-03-29 Thread Konstantin Kolinko
, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [JDBC Pool] PoolCleaner creates some sort of memory

2012-03-30 Thread Konstantin Kolinko
specific. In what tests? Another one, can we have a clearer name for the thread, e.g. like the I have suggested in a previous mail? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Konstantin Kolinko
-version java version 1.6.0.13 Java(TM) SE Runtime Environment (build 1.6.0.13-jinteg_01_dec_2011_03_39-b00) Java HotSpot(TM) Server VM (build 20.3-b02-jre1.6.0.13-rc1b1, mixed mode) Tomcat 6.0.35 Libtcnative 1.1.22 Client IE8 on Windows XP. Best regards, Konstantin Kolinko

Re: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Konstantin Kolinko
2012/3/30 Osipov, Michael michael.osi...@siemens.com: Konstantin Kolinko wrote: 2012/3/29 Osipov, Michael michael.osi...@siemens.com: Hi folks, I am trying to narrow down an exception which is happening occasionally in certain spots of your code: SCHWERWIEGEND: Servlet.service

Re: FormAuthentication Valve changes fail with RequestListeners?

2012-03-30 Thread Konstantin Kolinko
, the tips are here: https://wiki.apache.org/tomcat/FAQ/Developing#Debugging Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat6 - Context - aliases

2012-04-02 Thread Konstantin Kolinko
, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Ant Tasks Question

2012-04-02 Thread Konstantin Kolinko
, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [OT] Deleting URLClassloader Cached Jars/Classes

2012-04-02 Thread Konstantin Kolinko
). That is used by debuggers, when you debug your program in an IDE and want to continue with updated (edited) version of the class without restarting all over. It is not something that you would use from inside the JVM though. Best regards, Konstantin Kolinko

Re: Ant Tasks Question

2012-04-02 Thread Konstantin Kolinko
on dev@, 2. It is easier to discuss on a mailing list, IMHO. 3. You can always add a link to the mailing list thread archive in your Bugzilla issue. Just my opinion. Do as you wish. Best regards, Konstantin Kolinko - To unsubscribe

Re: Enabling logging in Tomcat 5.5

2012-04-03 Thread Konstantin Kolinko
logging output on your console? (or catalina.out file where it is usually redirected)? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

<    7   8   9   10   11   12   13   14   15   16   >