Re: TCNative installation failed

2010-01-21 Thread Konstantin Kolinko
Fixed issues are listed in the changelog file, http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=markup http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?view=markup Best regards, Konstantin Kolinko 2010/1/22 Mark Eggers

Re: (tomcat 6) percent encoding problem

2010-01-22 Thread Konstantin Kolinko
tomcat to behave like jetty with regards to percent-encodings in the URI ? It is disabled by default, probably for the sake of security. See ALLOW_ENCODED_SLASH property here: http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html Best regards, Konstantin Kolinko

Re: 6.0.24

2010-01-22 Thread Konstantin Kolinko
://www.apache.org/mirrors/ You can choose any other mirror from the above list. The download folder for 6.0.24 is tomcat/tomcat-6/v6.0.24/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Konstantin Kolinko
fails to deploy at startup, does Tomcat Manager at that host shows any webapplication mapped to the same path? (E.g. present, but not started). 4. Any relevant messages in the log files? Best regards, Konstantin Kolinko

Re: Files in Subdirectories not being served.

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Matt Eustace meust...@attevo.com: 127.0.0.1 - - [22/Jan/2010:15:50:50 +] GET /img/brava/LogoBall_DK.gif HTTP/1.1 404 1030 Note, that HTTP is case-sensitive. If you request does not match casing of the actual folders and file, Tomcat won't serve them. Best regards, Konstantin

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Konstantin Kolinko
that does not have a welcome page. Please check that your ROOT.war was properly expanded into /webapps/ROOT folder, and that those files (especially WEB-INF/web.xml) are readable by the user that runs that Tomcat instance. Best regards, Konstantin Kolinko

Re: Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread Konstantin Kolinko
2008/12/29 nodje nodje...@gmail.com: We need tp have our application accessed from the Root context /. So we usually delete the ROOT.war and rename our application to ROOT.war. This works well of course but we lose the benefit of using the Tomcat manager. No, you are not loosing it. The

Re: java.lang.ClassNotFoundException with small jsp file

2008-12-31 Thread Konstantin Kolinko
2008/12/31 John Byrne jbyrne...@yahoo.com: All, Thank you for your previous suggestions. I have stopped the server running in Eclipse and started it from the services window (under control panel/Administration). Now it works fine. So, the problem was with Eclipse and Eclipse not being

Re: “java.lang.NullPointerException” with JDBC connection from InitialContext

2008-12-31 Thread Konstantin Kolinko
other call few lines later is failing. 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 can the login page see parameters in the original request?

2008-12-31 Thread Konstantin Kolinko
2008/12/30 removeps-gro...@yahoo.com: To hide the existence of the page from robots. --- On Tue, 12/30/08, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: How can the login page see parameters in the original request? To: Tomcat Users List users@tomcat.apache.org Date:

Re: [OT] Basic int/char conversion question

2009-01-01 Thread Konstantin Kolinko
]; } } and replace buf.append((char)ic); with buf.append(TranslationTable.lookup(ic)); Also, I would replace StringBuffer with StringBuilder, if you are running in Java 5 or later, but that is another story. Best regards, Konstantin Kolinko

Re: How can the login page see parameters in the original request?

2009-01-01 Thread Konstantin Kolinko
]), that is ofter mentioned on this list and should be easy to adopt, or some others [1] http://securityfilter.sourceforge.net/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: [OT] Basic int/char conversion question

2009-01-01 Thread Konstantin Kolinko
the same purpose as TranslationTable class that I have provided earlier. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Jar wars - Conflicting classes

2009-01-03 Thread Konstantin Kolinko
in a standalone application. For reference, [1] http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Classpath problem

2009-01-03 Thread Konstantin Kolinko
2009/1/4 fhserkl...@aol.com: Hello. I am using Tomcat 6.0.18, my Java version is 1.6.0_11 and I have a servlet called TestingServlet.java. My classpath reads like this: .;C:\Sun\SDK\bin; C:\Sun\SDK\jdk\bin; C:\Tomcat\lib\servlet-api.jar I cannot compile in DOS without typing: javac

Re: Tomcat not responding to https

2009-01-08 Thread Konstantin Kolinko
-6.0-doc/ssl-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: Failed to Deploy

2009-01-09 Thread Konstantin Kolinko
2009/1/9 Zaki Akhmad zakiakh...@gmail.com: Here's the log I found on /var/log/syslog gnu.java.util.jar.JarUtils http://www.google.com/search?q=%22install+a+real+tomcat%22+site%3Awww.nabble.com - To unsubscribe, e-mail:

Re: Memory Leak(?) causing tomcat to store 57610801 tomcat objects in ONE request

2009-01-10 Thread Konstantin Kolinko
, when programming error caused a session to be reestablished many times in a row: http://www.nabble.com/multiple-Set-Cookie-headers-in-initial-http-response-td20437761.html (multiple Set-Cookie headers in initial http response). Best regards, Konstantin Kolinko

Re: Upgrading Tomcat from 6.0.14 to 6.0.18 - classpath issue

2009-01-19 Thread Konstantin Kolinko
-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: Servlet silently dropped

2009-01-19 Thread Konstantin Kolinko
in advance, danny I understand that it is one of those 28 auxiliary servlets. Does its init() complete cleanly? If it does not, the container must drop the servlet instance, and the destroy() method is not called. See the chapter SRV.2.3.2.1 from the servlet spec 2.4. Best regards, Konstantin

Re: Resource Mixup when using AJP proxy (strange one)

2009-01-19 Thread Konstantin Kolinko
serves random files from tomcat You can read it here: http://marc.info/?t=12157048026r=1w=2 http://marc.info/?t=12157048026r=2w=2 or here: http://www.nabble.com/Apache-mod_jk-serves-random-files-from-tomcat-td18385568.html Best regards, Konstantin Kolinko

Re: enable-access-log-in-tomcat

2009-01-20 Thread Konstantin Kolinko
in 5.5 has optimized support for common and combined patterns, thus maybe the gain from using the FastCommon* one is not that much. In TC 6.0 both fast and arbitrary patterns are implemented by AccessLogValve class and FastCommonAccessLogValve class is deprecated. Best regards, Konstantin Kolinko

Re: encodeRedirectURL URL rewrite not working

2009-01-21 Thread Konstantin Kolinko
not understand, what are you expecting? Note, that according to the spec you cannot share a session between different web applications. That is, session ID can be the same, but the session object is different. Best regards, Konstantin Kolinko

Re: encodeRedirectURL URL rewrite not working

2009-01-21 Thread Konstantin Kolinko
, what are you expecting? Note, that according to the spec you cannot share a session between different web applications. That is, session ID can be the same, but the session object is different. You should read chapter SRV.7.3 of the Servlet specification. Best regards, Konstantin Kolinko

Re: Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

2009-01-21 Thread Konstantin Kolinko
by the differences in catalina.properties files (*.loader paths are different), but most of other configuration files are also different between versions (though similar). CLASSPATH variable is not needed. Best regards, Konstantin Kolinko

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-21 Thread Konstantin Kolinko
, but for reference: http://wiki.apache.org/tomcat/HowTo#head-a4b7185ee95d0cf14a48f92c08d1eb66b561139d Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-22 Thread Konstantin Kolinko
into the PATH. Win32 API help should provide more information. http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx http://msdn.microsoft.com/en-us/library/ms682586(VS.85).aspx Best regards, Konstantin Kolinko - To unsubscribe, e

Re: Inner class trouble in JSP

2009-01-24 Thread Konstantin Kolinko
difference between static and instance field here. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Unexpected redirect from https to http

2009-01-27 Thread Konstantin Kolinko
# worker.worker_aat.type=ajp13 worker.worker_aat.host=localhost worker.worker_aat.port=8009 The doc http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html says that you can set scheme=https in your Connector . Also see the proxyName, proxyPort, and secure attributes. Best regards, Konstantin Kolinko

Re: enableLookups=true, getRemoteHost returns ip

2009-01-28 Thread Konstantin Kolinko
/bugdatabase/view_bug.do?bug_id=4670102 proposes a workaround that uses a JNDI call to implement a DNS lookup. Do not know, whether that works. Also, a comment there mentions the https://javadns.dev.java.net/ project. Best regards, Konstantin Kolinko

Re: NoClassDefFoundError: HttpServlet

2009-01-30 Thread Konstantin Kolinko
step?, what you are doing?) the message is displayed? Also, the stacktrace that you cited - is it from the log file? Can you provide a longer stacktrace? I am wondering where that class loading is called from. Best regards, Konstantin Kolinko

Re: tomcat including files from apache

2009-02-04 Thread Konstantin Kolinko
/resources.html 4) the c:import tag of JavaServer Pages™ Standard Tag Library 1.1 allows specifying absolute URLs. I have not used that tag, though. 5) use SSIServlet. http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html Best regards, Konstantin Kolinko

Re: Fun with the JVM crashing.

2009-02-06 Thread Konstantin Kolinko
tests on the box, just to eliminate the latter. Here is a good article/FAQ on Sig 11: http://www.bitwizard.nl/sig11/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Tomcat Domain for redirects

2009-02-06 Thread Konstantin Kolinko
by setting proxyName and proxyPort attributes, http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users

Re: Installing Tomcat on Windows

2009-03-17 Thread Konstantin Kolinko
?id=41538 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6509291 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 move Tomcat logfiles?

2009-05-10 Thread Konstantin Kolinko
RUNNING.txt in the distributive. 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.27 404 for JSP's in a particular derectory

2009-05-10 Thread Konstantin Kolinko
regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Trouble parsing datetime strings

2009-05-11 Thread Konstantin Kolinko
with creating a new instance each time, as GC for short-living objects seems to be cheap in recent JREs. Though without profiling you will not get the numbers. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Performance: switch vs if ... else if

2009-05-19 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: Performance: switch vs if ... else if

2009-05-19 Thread Konstantin Kolinko
2009/5/20 Caldarale, Charles R chuck.caldar...@unisys.com: From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Performance: switch vs if ... else if Server VM precompiles code before using it, while Classic one compiles heavily used parts of code on-the-fly. Your

Re: tomcat Access logs

2009-05-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: Problem Reading Property files

2009-05-26 Thread Konstantin Kolinko
=abc.log* /opt/.. is an absolute path. So I think that relative paths (/WEB-INF/...) that you are trying to use, will not work in your case. Also, loan.props and loan.log are relative paths. Also, parameter names are case-sensitive. It is loan, not Loan that you tried. Best regards, Konstantin

Re: Classloaders

2009-05-26 Thread Konstantin Kolinko
/tomcat-6.0-doc/html-manager-howto.html http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Konstantin Kolinko
from that machine to application.sogetel.it ? Usually such address as 'application.sogetel.it' translates to an external IP of your firewall / NAT router, and that IP is not reachable from inside of your network / DMZ. (That depends on your router configuration) Best regards, Konstantin Kolinko

Re: Classloaders

2009-05-26 Thread Konstantin Kolinko
2009/5/27 Jon Pearson jon.pear...@sixnet.com: -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, May 26, 2009 4:44 PM To: Tomcat Users List Subject: Re: Classloaders 1. What tomcat version? Tomcat v. 6.0.18, JVM 1.6.0_13, Ubuntu 9.04

Re: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Konstantin Kolinko
that is what changed. Without the sources I do not know why it calls it, and whether there will be any problems due to that. You may try adding permission java.lang.RuntimePermission setContextClassLoader; for the file:${catalina.home}/bin/tomcat-juli.jar Best regards, Konstantin Kolinko

Re: Problem with overriding the default servlet on tc 6.0.18

2009-06-09 Thread Konstantin Kolinko
application always replaces the default one. In web-app_2_3.dtd there is !ELEMENT welcome-file-list (welcome-file+) so the list cannot be empty. In 2.4 and 2.5 schemas the minOccurs attribute for welcome-file element is 1 (the default value), so the list cannot be empty either. Best regards, Konstantin

Re: Starting Tomcat 6.0

2009-06-09 Thread Konstantin Kolinko
in the second line. That is as intended. (If interested, see Specifying an Additional Policy File at Runtime here: http://java.sun.com/javase/6/docs/technotes/guides/security/PolicyFiles.html#DefaultLocs ) Best regards, Konstantin Kolinko

Re: UDP fails, but doesn't throw a SecurityException

2009-06-24 Thread Konstantin Kolinko
: if this was failing, why didn't it throw a SecurityException?  It would have been less challenging to figure out what was going on had there been one. Ask your Java vendor. :) There is no Tomcat code there. Best regards, Konstantin Kolinko

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread Konstantin Kolinko
.d/S80tomcat start $CATALINA_HOME/bin/startup.sh AFAIK, one of essentials about /sbin/service is that starts the script using empty environment. Maybe that causes the difference. Best regards, Konstantin Kolinko

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
Manager web application. http://tomcat.apache.org/tomcat-6.0-doc/html-manager-howto.html http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
it when people think return is a method call?  Can't ever have too many parentheses... if(attr!=null) return(attr); - in o.a.c.connector.Request Search for return( and you will find some other references. ;] Best regards, Konstantin Kolinko

Re: Where can i get the specification of web.xml?

2009-07-03 Thread Konstantin Kolinko
for Tomcat 5.x Also, each web.xml has DTD or schema reference in its first lines, that determine to which version of the spec the web app adheres. See http://java.sun.com/products/servlet/reference/api/index.html Best regards, Konstantin Kolinko

Re: Http Session Null issue

2009-07-03 Thread Konstantin Kolinko
HttpSession session = request.getSession(); Is the request a legit one (that is, the one that is being served by Tomcat now)? Requests are recycled immediately after their processing is done, and it can result in null being returned by that method (though throwing an IllegalStateException would

Re: Multiple invocation of servlet with the same URL request

2009-07-06 Thread Konstantin Kolinko
times. There are also some download accelerators that try to open several connections to download a file faster (asking for different byte ranges of the same file). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: header in Tomcat 6.x

2009-07-06 Thread Konstantin Kolinko
2009/7/6 Tuan Quan tuan_q...@yahoo.com: Dear all; How can I set header in Tomcat 6 similar to IIS, in a way that when users type URL: http://mywebserver_name it automatically forwards to my webapp URL: http://mywebserver_name/myweb/jsp/login.jsp Don't know what there is in IIS, but here

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Konstantin Kolinko
of JspC class. In current 6.0 releases the default for those options in JspC is 1.4, which is wrong, and will be changed to be 1.5 in 6.0.21. Best regards, Konstantin Kolinko 2009/7/10 Elliot Huntington elliot.hunting...@gmail.com: An Object is not a List even though a List is an Object. The method

Re: Problems downloading files. How to identify the CANCEL butto n?

2009-07-11 Thread Konstantin Kolinko
What is the business requirement that forces you to log such information? What is the cost of a false positive? Some time ago I experimented with AccessLogValve, trying to download some large file, to see how it logs aborted downloads. I used Firefox and pressed cancel as soon as Save As dialog

Re: Symlinks inside WEB-INF/classes not working for me

2009-07-13 Thread Konstantin Kolinko
and hard links. and some OS does not have the ability to distinguish lowercase and uppercase names. (joking...). See how allowLinking and caseSensitive options are implemented in StandardContext. Best regards, Konstantin Kolinko

Re: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-14 Thread Konstantin Kolinko
2009/7/14 Neil Youngman neil.young...@wirefast.com: I'm having trouble getting Oracle access from Axis2 to work under Tomcat 6. I've spent a lot of time Googling and prodding and poking the application and I haven't found a solution that works for me. Oddly the configuration I'm using seems

Re: Deploying ROOT application errors.

2009-07-15 Thread Konstantin Kolinko
Usual questions: 1. Your exact Tomcat version. 2. Your OS and configuration. If I try to deploy ROOT.war via the manager It just deletes the contents of the ROOT expanded directory minus the web-inf and meta-inf folders. Maybe the following will help you:

Re: MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Konstantin Kolinko
to name configuration and working directories. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
it will be in Tomcat 5.5.28 (not yet released). For 6.0 it is available since 6.0.20 release. (or 6.0.19, but that version was not released) Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Any Help on this would be really appreciated...

2009-07-16 Thread Konstantin Kolinko
regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Photo gallery webapp for Tomcat

2009-07-16 Thread Konstantin Kolinko
2009/7/16 David kerber dcker...@verizon.net: I'm looking for a free or low-cost photo gallery package suitable for hosting on tomcat, for use on my personal web site (which is on my home computer).  Something along the lines of coppermine (http://coppermine-gallery.net), but that doesn't

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
is done, not when someone updates them. Konstantin Kolinko wrote: X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build: SVNTag=JBPAPP_4_2_0_GA_CP02 date=200801291544)/Tomcat-5.5 There is a build date in the above header. useHttpOnly is a recent feature. It was not implemented back in January

Re: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-18 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 admin webapp audit

2009-07-18 Thread Konstantin Kolinko
there is a way to trace into a log file all the connections (and also every connection attempt) made into the admin tomcat webapp ? What I need to know is: login timestamp user src ip It is called AccessLogValve, http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html

Re: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE

2009-07-18 Thread Konstantin Kolinko
Is you Windows 32-bit, or 64-bit one? 2009/7/18 Varuna Seneviratna varunasenevira...@gmail.com: Manually you can get it running But it is not possible to install using the setup apache-tomcat-6.0.20.exe. Varuna 2009/7/18 Mark Thomas ma...@apache.org Varuna Seneviratna wrote: When I

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Konstantin Kolinko
See http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20on%20Contexts Tomcat makes a copy of your META-INF/context.xml when the application is deployed, and will not see changes to that file unless you fully undeploy and redeploy your application. 2009/7/19 Lucas Vickers

Re: Issues running 2 versions of tomcat?

2009-07-21 Thread Konstantin Kolinko
on Tomcat 6, and two instances of Tomcat, be them of different or of the same version, run fine with each other. 4. What do you mean by 8085-8100 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE: A new development

2009-07-21 Thread Konstantin Kolinko
that pops up when you right-click its icon in the tray, or from its configuration dialog. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Editing startup.sh - help

2009-07-22 Thread Konstantin Kolinko
line org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false to the catalina.properties file Best regards, Konstantin Kolinko 2009/7/22 David Smith d...@cornell.edu: Probably there needed to be a \ line continuation above the line you added.  Additionally I believe this stuff should find

Re: XSS vulnerability in Tomcat Host Header

2009-07-22 Thread Konstantin Kolinko
will be ignored. Documentation is here: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Fwd: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE: A new development

2009-07-23 Thread Konstantin Kolinko
be alphanumeric, no spaces etc., and % ((char)37) is not a valid character here. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Konstantin Kolinko
?id=45453 It was fixed in rev.685696 (http://svn.apache.org/viewvc?view=revrevision=685696) Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Newbie: CSS not taking effect

2009-07-31 Thread Konstantin Kolinko
this line: ?xml version=1.0 encoding=ISO-8859-1 ? it won't work in Internet Explorer. It will try to show it as XML, instead of (X)HTML that it actually is. Also, that, and your %page contentType=.., contradicts with what you have wrote in meta http-equiv=Content-Type Best regards, Konstantin Kolinko

Re: Tribes

2009-08-08 Thread Konstantin Kolinko
in the release. http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/ If you consider any improvements, please file an issue. Patches are welcomed. Best regards, Konstantin Kolinko 2009/8/4 Martin Gainty mgai...@hotmail.com: i like Ant javadoc as a follow-up task for javac ..(part of the build

Re: Tomcat 6 shutdown hangs server when using JDK 6.0_15

2009-08-12 Thread Konstantin Kolinko
occurs. 6. This occurs when shutting down the canned instance, or any other webapp such as artifactory. I do not understand this part of the above phrase: any other webapp such as artifactory. What do you mean by shutting down an webapp? What is canned? Best regards, Konstantin Kolinko

Re: test

2009-08-12 Thread Konstantin Kolinko
://tomcat.apache.org/lists.html#tomcat-users BTW, archived copies of your test mails: http://markmail.org/thread/cfvxc3xdeqtjb6g6 http://markmail.org/thread/a35f3tabuc6ddzpm Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: Setting Context Path in Tomcat

2009-08-12 Thread Konstantin Kolinko
for each in conf/Catalina/[host]/[appName].xml.  (In your case, appName would be group1#app1, group1#app2, group1#app3.)  Inside each Context element, include a docBase attribute that points to the location of the respective .war file.  - Chuck Best regards, Konstantin Kolinko

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-14 Thread Konstantin Kolinko
documentation: http://winscp.net/eng/docs/timestamp FAQ pages (they point back to documentation, though): http://winscp.net/eng/docs/faq_win_timestamp http://winscp.net/eng/docs/faq_timestamp Best regards, Konstantin Kolinko

Re: website offline

2009-08-28 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 5.5 org.apache.naming.ResourceRef cannot be cast to javax.sql.DataSource

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Steve Ryder sry...@jsrsys.com: Resource name=jdbc/MySql auth=Container type=javax.sql.Datasource The above should be javax.sql.DataSource Do you have any references to this resource in your web.xml file? Best regards, Konstantin Kolinko

Re: Tomcat 5.5 org.apache.naming.ResourceRef cannot be cast to javax.sql.DataSource

2010-01-25 Thread Konstantin Kolinko
2010/1/26 Steve Ryder sry...@jsrsys.com: at gnu.gcj.convert.Input_iconv.read(libgcj.so.81) Stop right there. Do not use GNU Java for anything. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Tomcat access is very slow

2010-01-26 Thread Konstantin Kolinko
the delays? 4. Is it only your application, that opens slowly? How about Tomcat examples? What about other, external, web sites? 5. Does your application have connections to a Database? 6. What web browser are you using? Best regards, Konstantin Kolinko

Re: Tomcat/JDBC Thin Client and Oracle SQL Parsing

2010-01-26 Thread Konstantin Kolinko
the driver. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: the context.xml is not preserved

2010-01-28 Thread Konstantin Kolinko
2010/1/28 LI Daobing lidaob...@gmail.com: my system: Ubuntu 9.04, x86_64, tomcat 6.0.18, See the Changelog file for a list of issues fixed since 6.0.18. (Or search the Bugzilla) I remember that something similar was there. Best regards, Konstantin Kolinko

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Konstantin Kolinko
://localhost:8080/mywar/myservlet Also, http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application_.3F Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: changing trace level of 'internal' tomcat logs

2010-02-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: NullPointerException in MimeHeaders

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

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
. Maybe you forgot to restart the service. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
2010/2/3 Konstantin Kolinko knst.koli...@gmail.com: 2010/2/3 Lominchar García, José Luis jllo...@mapfre.com: jakarta_service_date.log : Start All Programs Apache Tomcat 6.0 Configure Tomcat then switch to the Logging page and choose Level, one of: Error, Info, Warning, Debug. What

Re: Embedding tomcat and bug in org.apache.catalina.startup.Catalina

2010-02-03 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: Critical Problem with Tomcat instances

2010-02-08 Thread Konstantin Kolinko
for all 4 servers are different If you want us to point at your errors, you should post here your configuration files. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Caldarale, Charles R chuck.caldar...@unisys.com: From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: How to enable RMISecurityManager in Tomcat 6.0? 2010/2/7 Suman.P.S suman_...@yahoo.com:  I am interested to know how to enable RMISecurityManager when Tomcat 6.0

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Konstantin Kolinko
to do, step by step, and at what step it fails? 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 and https

2010-02-09 Thread Konstantin Kolinko
/config/http.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: 405 error?

2010-02-10 Thread Konstantin Kolinko
will be here: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/java/javax/servlet/http/HttpServlet.java?view=markup#l166 As said, do not call super.doGet(). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 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

<    1   2   3   4   5   6   7   8   9   10   >