Re: a servlet-related Java question

2010-04-22 Thread Konstantin Kolinko
2010/4/23 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 4/22/2010 4:53 PM, Konstantin Kolinko wrote: 2010/4/23 Kris Schneider kschnei...@gmail.com: On Thu, Apr 22, 2010 at 4:31 PM, Christopher Schultz ch

Re: Problem with starting tomcat5

2010-04-27 Thread Konstantin Kolinko
and the files in them are writeable. 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 files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie ja...@stimulussoft.com: I am using the latest version of Tomcat (v6) There are about 20 different releases of Tomcat v6. Which one do you use (x.y.z), or are you building it yourself? What are your operation system and Java vendor and versions? Best regards, Konstantin

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
on Windows. 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 files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
will have JreMemoryLeakPreventionListener in default server.xml, which should be enough to prevent jar locking. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
. In 6.0.26 you will have JreMemoryLeakPreventionListener in default server.xml, which should be enough to prevent jar locking. Do you have the above mentioned class in your server.xml? Best regards, Konstantin Kolinko

Re: deleted page not immediately invalidated

2010-04-27 Thread Konstantin Kolinko
2010/4/27 M.H.G. Emmerig m.h.g.emme...@dnb.nl: What could be causing this behaviour? Some tomcat versions work like that. See bugzilla for more details. I have no clue on what Tomcat version you are using, etc. etc. Best regards, Konstantin Kolinko

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
+ redeploy of the application. 6. The context that you are calling stop() and start() is the right object, i.e. it is an instance of StandarrdContext? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: FAQ: Tomcat 6 Java Version Requirements

2010-04-29 Thread Konstantin Kolinko
mentioned README, the documentation, and also included in every download bundle. 3. RUNNING.txt that is included into distributions as well. Anything else is needed? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Konstantin Kolinko
application and not to the site root. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: FAQ: Tomcat 6 Java Version Requirements

2010-04-29 Thread Konstantin Kolinko
2010/4/30 André Warnier a...@ice-sa.com: Konstantin Kolinko wrote: 2010/4/29 Christopher Schultz ch...@christopherschultz.net: I was just looking on the TC site to see what minimum Java version is required for TC 6. I just assumed that it would be there because, whenever that question

Re: Failed to deploy application

2010-05-03 Thread Konstantin Kolinko
? http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Deploy%20A%20New%20Application%20from%20a%20Local%20Path Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Failed to deploy application

2010-05-03 Thread Konstantin Kolinko
something? Or you just do not know about GUI application, http://localhost:8080/manager/html Do you have autoDeploy turned off for your Host? Because if it is on (the default), then your JSPTut is already deployed automatically if it is in Tomcat's webapps folder. Best regards, Konstantin Kolinko

Re: Tomcat 5.5 won't do TLS

2010-05-04 Thread Konstantin Kolinko
. It should not be present in the examples, though it does not hurt, because unknown configuration attributes are ignored in Tomcat 5.5 2) SSLCertificateFile, SSLCertificateKeyFile are not mentioned in the configuration reference (config/http.html). Best regards, Konstantin Kolinko

Re: md5

2010-05-06 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: not able to use two oracle resources/

2010-05-06 Thread Konstantin Kolinko
Are there any message is the logs? There must be some. 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 6.0.26 -security option

2010-05-07 Thread Konstantin Kolinko
details, if you are curious. 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 JULI resets JDK logging? Tomcat 6.0.26

2010-05-07 Thread Konstantin Kolinko
Thread.getContextClassLoader() in any place of your web application, e.g. in a Listener I think b) would be easier. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: java servlets, jsp and python

2010-05-11 Thread Konstantin Kolinko
by spam filter. 2. A confirmation will be sent to you. You have to reply to it to complete the unsubscribe process. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Konstantin Kolinko
(javax.servlet.error.exception) see SRV.9.9.1 so you will be able to see what is actually caught by Tomcat. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Tomcat 6 does not evaluate certain EL expressions

2010-05-12 Thread Konstantin Kolinko
?id=49081 which looks like the problem that you are experiencing. A patch for that issue is already proposed for TC6. but is waiting for the 3rd vote from committers to be applied. By the way, probably href=${'#'}${currentBlockName} will work for you. Best regards, Konstantin Kolinko

Re: Jmxproxy issue

2010-05-14 Thread Konstantin Kolinko
2005) - that's 35 internet years using the Standard Internet Time Notation. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Restrict http methods

2010-05-14 Thread Konstantin Kolinko
on your Tomcat instance. (In assumption that none of them actually needs DELETE). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 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: protocol handler pause failed

2010-05-17 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: Problem using response.sendRedirect to redirec t to URL that includes ñ or tilde

2010-05-17 Thread Konstantin Kolinko
://en.wikipedia.org/wiki/Internationalized_domain_name Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Misunderstanding deployOnStartup actions

2010-05-17 Thread Konstantin Kolinko
? Is it anywhere at http://tomcat.apache.org/ ? - and yet the default is that autoDeploy and deployOnStartup are both true Yes, I can confirm that they are both true by default. Best regards, Konstantin Kolinko - To unsubscribe

Re: Problem using response.sendRedirect to redirec t to URL that includes ñ or tilde

2010-05-17 Thread Konstantin Kolinko
in a web form. Thanks for your reply. Best regards. -Mensaje original- De: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Enviado el: lunes, 17 de mayo de 2010 16:59 Para: Tomcat Users List Asunto: Re: Problem using response.sendRedirect to redirect to URL that includes ñ

Re: JAXBContext leaks memory

2010-05-17 Thread Konstantin Kolinko
that that is not your case. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Way to record what URL an error originated from in my localhost file?

2010-05-22 Thread Konstantin Kolinko
. That there is a valve somewhere is just implementation details. Specifications for Tomcat 6: Servlet spec: http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html JSP spec: http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html Best regards, Konstantin Kolinko

Re: el-api2.2 is not compatible with tomcat6 and jsp

2010-05-24 Thread Konstantin Kolinko
work with el-api2.2 Some candidate builds of Tomcat 7 are already available, but have not been released yet. You may participate in testing, see the dev@ list. http://marc.info/?l=tomcat-devm=127465909014120w=2 Best regards, Konstantin Kolinko

Re: Javamelody

2010-05-24 Thread Konstantin Kolinko
is that MonitoringFilter.init() failed, and so MonitoringFilter.destroy() was not called, thus the timer was not canceled . Look into your localhost* log. The actual Throwable that was caught in o.a.c.core.StandardContext.filterStart() is written there. Best regards, Konstantin Kolinko

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Konstantin Kolinko
hope that it helps. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as #{helloWorldController.doSomething(helloWorldModel)}

2010-05-25 Thread Konstantin Kolinko
are using as a donor. You are like a surgeon in some horror story. Run Tomcat 7 as a whole and it should work. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: possible to define/deploy a context but not start it?

2010-05-29 Thread Konstantin Kolinko
the documentation, you may also want to look at the archives of this list. deployOnStartup/autoDeploy were discussed several times. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: problems at thejarbar.org

2010-05-31 Thread Konstantin Kolinko
=jdbc:mysql://localhost:3306/yucca123_thejarbar?autoReconnect=trueamp;reconnectAtTxEnd=true I have not tried the above either, so test it yourself. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: java.lang.NoClassDefFoundError: Could not initialize class

2010-05-31 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: slow servlet filter for ByteArrayOutputStream response Wrapper

2010-05-31 Thread Konstantin Kolinko
OutputStreamWriter(outputStream, this.getCharacterEncoding())); The above will throw an exception if outputStream is null. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: slow servlet filter for ByteArrayOutputStream response Wrapper

2010-06-01 Thread Konstantin Kolinko
such as UTF-8 those are certainly not the same. (Unless all your characters are 7-bit). httpRes.setContentType( text/html; charset=UTF-8 ) ; out.write(content); out.flush(); out.close(); } Best regards, Konstantin Kolinko

Re: slow servlet filter for ByteArrayOutputStream response Wrapper

2010-06-01 Thread Konstantin Kolinko
2010/6/1 Christopher Schultz ch...@christopherschultz.net: On 6/1/2010 5:41 AM, Konstantin Kolinko wrote: 2010/6/1 Manny Mondeo manny...@yahoo.com:          httpRes.setContentLength(content.toString().length()); Also, the above, or simplier content.length(), will give you the length measured

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Konstantin Kolinko
but are replied with error 503 (as Tomcat 5.5 does) or error 404 (as Tomcat 6 does), you can write a Filter that replies with response.sendError() until it is switched into pass-through state with a JMX call or by other means. Best regards, Konstantin Kolinko

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Konstantin Kolinko
. Thanks. On 06/02/2010 11:54 AM, Konstantin Kolinko wrote: 2010/6/2 Jeff Raminjeff.ra...@singlewire.com: I've been experimenting some more, and can't seem to find a solution to my situation. Deploying an app via JMX seems to be broken. The manager webapp uses JMX. So it should be working

Re: Adding memory to Tomcat 6.0 as a service?

2010-06-02 Thread Konstantin Kolinko
configuration tool if you are running Tomcat as a service. Is this true? That is bin/tomcat6w.exe Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Adding memory to Tomcat 6.0 as a service?

2010-06-02 Thread Konstantin Kolinko
2010/6/3 Konstantin Kolinko knst.koli...@gmail.com: 2010/6/3 Debbie Shapiro dshap...@cardiacscience.com: Have you searched the list archives? It has to be answered a couple of times. The version of Tomcat (6.0) that I have installed For the future, the version is three numbers, x.y.z. I

Re: Best enterprise-class 24x7 professional support for Tomcat

2010-06-04 Thread Konstantin Kolinko
2010/6/4 kapilok kapi...@yahoo.com: Please recommend the best available enterprise-class 24x7 professional support for Tomcat. Start here: http://wiki.apache.org/tomcat/SupportAndTraining Best regards, Konstantin Kolinko

Re: where to set value of ALLOW_EQUALS_IN_VALUE property

2010-06-04 Thread Konstantin Kolinko
a bin/setenv.sh (or .bat) file in your CATALINA_BASE directory. There is also JAVA_OPTS environment variable, but those options apply both to startup and shutdown of Tomcat, which is rarely needed. Best regards, Konstantin Kolinko

Re: Error on startup catalina

2010-06-04 Thread Konstantin Kolinko
) The version of Java is already on Mac. Trivial question: it it the same Java? I mean, what is /Library/Java/Home/bin/java -version ? The other posters wrote the following Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Best regards, Konstantin Kolinko

Re: Best enterprise-class 24x7 professional support for Tomcat

2010-06-04 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: Error on startup catalina

2010-06-04 Thread Konstantin Kolinko
and its md5sum is f9eafa9bfd620324d1270ae8f09a8c89 *apache-tomcat-6.0.26.tar.gz Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Error on startup catalina

2010-06-05 Thread Konstantin Kolinko
/logging.properties -Dcatalina.home=/Users/sandro/apache-tomcat-6.0.26 org.apache.catalina.startup.Bootstrap /Users/sandro/apache-tomcat-6.0.26/logs/catalina.out 3. Go to /Users/sandro/apache-tomcat-6.0.26/bin and try the following command: jar -tf tomcat-juli.jar Best regards, Konstantin Kolinko

Re: Error on startup catalina

2010-06-08 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: How to configure a web app

2010-06-10 Thread Konstantin Kolinko
resources or JSPs in a jar file to be placed in WEB-INF/lib, and web.xml and resources in your war file will take precedence over ones in those jars, allowing you to customize it for your needs. Best regards, Konstantin Kolinko

Re: HTTP Status 408!

2010-06-10 Thread Konstantin Kolinko
2010/6/10 neo21 zerro neo21_ze...@yahoo.com:     Are there other versions of Tomcat ? I mean newer versions, like 7 ? There is RC 4 build of Tomcat 7 available for testing. See a thread on d...@. Best regards, Konstantin Kolinko

Re: Connection is closed when CometEvent.close is called during an event

2010-06-10 Thread Konstantin Kolinko
be much more readable, if you provided your changes in the unified diff format. (even better if it were generated with svn diff command against sources retrieved from svn). Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: Connection is closed when CometEvent.close is called during an event

2010-06-10 Thread Konstantin Kolinko
maxKeepAliveRequests) and those have to be respected. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: What is the difference between ${param.P} and %= request.getParameter(P) %?

2010-06-11 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: Help with Log Level in Tomcat 6 Logging

2010-06-17 Thread Konstantin Kolinko
with '\'). see java.util.Properties JavaDoc. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: POI/XML issues in server environment

2010-06-17 Thread Konstantin Kolinko
/lib. 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 6.0 documentation: is classloading description correct?

2010-06-17 Thread Konstantin Kolinko
are welcome. The sources are in webapps/docs/*.xml . Create a Bugzilla issue and attach a diff file there (svn diff or an 'Unified diff' (diff -u)). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: DefaultServlet and default character encoding

2010-06-17 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: SEVERE: Error listenerStart

2010-06-23 Thread Konstantin Kolinko
1. Please tell us your exact Tomcat version (three numbers, x.y.z). 2. There are several log files in Tomcat. Have you tried to look into all of them? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: Does Tomcat cache pages it's executing?

2010-06-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: Servlet mapping issue

2010-06-25 Thread Konstantin Kolinko
: they are compiled into servlets and servlets are added into web.xml. See the jsp-examples webapp in Tomcat 5.5 for an example of such configuration. You have to specify the exact path as is. Escaping ('\.') is not needed and will not work. Best regards, Konstantin Kolinko

Re: Apache Tomcat 6.0.18 on Windows Server 2008 R2 Changes RDP Port

2010-06-25 Thread Konstantin Kolinko
and unable to start?) I doubt that this change might happen while Tomcat still runs. Is the system property secured? E.g. such trivial issue as CVE-2009-3548 http://tomcat.apache.org/security-6.html Best regards, Konstantin Kolinko

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Konstantin Kolinko
not appear to contain any errors (although it could be slightly more efficient). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: LockoutRealm configuration problem

2010-06-29 Thread Konstantin Kolinko
:928)                at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:293)                at java.lang.ClassLoader.loadClass(ClassLoader.java:300) That is JRE code. I suppose that it is caused by calling ClassLoader.loadClass() with a null className. Best regards, Konstantin Kolinko

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread Konstantin Kolinko
be in ${catalina.base}/lib folder (and at the same time it must be removed from the webapp, because otherwise the classes in webapp are preferred over the ones in lib). Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread Konstantin Kolinko
and non SSL. How did you install Tomcat, and how are you running it? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-05 Thread Konstantin Kolinko
specifications says A JSP property group is a collection of properties that apply to a set of files that represent JSP pages. and several sentences lower, explicitly: JSP Property Groups do not affect tag files. Best regards, Konstantin Kolinko

Re: embedded tomcat, work folder wipe out issue

2010-07-05 Thread Konstantin Kolinko
of those files? Are they recently generated and compiled, as you would expect? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread Konstantin Kolinko
it to the new location? keystoreFile=E:\apps\thirdparty\apache-tomcat-5.5.29 orig\selfcert.jks How did you install Tomcat, and how are you running it? Not answered. Do you install it as a service, or you are using *.bat files? Best regards, Konstantin Kolinko

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread Konstantin Kolinko
2010/7/6 Konstantin Kolinko knst.koli...@gmail.com: 2010/7/6 kareem_s_m kareemud...@gmail.com: When I run in NON SSL (port 8080, stuff is written to the log files). When I run under SSL (8443) nothing is written to the same log files. In the configuration fragment that you provided you

Re: java.lang.IllegalStateException: Timer already cancelled

2010-07-06 Thread Konstantin Kolinko
in DBCP, because it causes a memory leak. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 https://issues.apache.org/jira/browse/POOL-161 Remove timeBetweenEvictionRunsMillis attribute, or set it to -1. Best regards, Konstantin Kolinko

Re: java.lang.IllegalStateException: Timer already cancelled

2010-07-06 Thread Konstantin Kolinko
://commons.apache.org/dbcp/configuration.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: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-07-07 Thread Konstantin Kolinko
or both to strings. There is no string concat operator in EL, but there is support for Composite expressions, such as “${firstName} ${lastName}” Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-07 Thread Konstantin Kolinko
: /WEB-INF/tags/jet/grid.tag(26,1) Tag directive: illegal to have multiple occurrences of isELIgnored with different values (old: true, new: false) I cannot reproduce this in 6.0.28, unless I explicitly add two conflicting %...@tag % directives in the same tag file. Best regards, Konstantin

Re: WebappClassLoader clearReferencesThreads

2010-07-07 Thread Konstantin Kolinko
, but uses Apache Commons DBCP library from http://commons.apache.org/ which itself is based on Apache Commons Pool library. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Multiple Tomcat Instance Issues

2010-07-07 Thread Konstantin Kolinko
/manager Note, that it is ${catalina.home}, not ${catalina.base}. Thus I see no need to modify that. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
slash in a path is unusual. Context path=/some_webapp docBase=/some_webapp probably should be Context path=/some_webapp docBase=some_webapp but it would be much better to place this context definition in a separate file, as was already mentioned. Best regards, Konstantin Kolinko

Re: tomcat /manager not working

2010-07-07 Thread Konstantin Kolinko
with a 301 redirect to contextPath + /html will work, but I am not sure that this feature is actually needed. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
of Intel CPUs. http://en.wikipedia.org/wiki/SSE4 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread Konstantin Kolinko
of distinct CATALINA_HOME vs. CATALINA_BASE. This feature is not enabled by default. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread Konstantin Kolinko
2010/7/12 kareem_s_m kareemud...@gmail.com: Hi All, If I rename tcnative-1.dll in the bin folder then the site on SSL works. I am not that knowledgeable on thie dll. Any comments or ideas please? I got this suggestion from google but no specific reason. It was already mentioned in this

Re: weird bug?

2010-07-13 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: Tomcat not working after moving installation folder

2010-07-13 Thread Konstantin Kolinko
command 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: unable to deploy correctly in tomcat 6.0.10

2010-07-13 Thread Konstantin Kolinko
exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketException: Connection reset By the way, it has nothing to do with Tomcat: Tomcat does not use RMI and JRMP (Java Remote Method Protocol) Best regards, Konstantin Kolinko

Re: tomcat datasource, find active connections

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

Re: 404 with mod_jk

2010-07-14 Thread Konstantin Kolinko
: are you sure, that your worker name is correct (worker1 vs. ajp13). I am curious, why Tomcat-generated configuration has different worker name. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: IP based request filters for admin/manager

2010-07-18 Thread Konstantin Kolinko
in the webapp's META-INF, because it can be edited by a local administrator. The copying from webapp's META-INF to tomcat's conf/ occurs only when the file in conf/ does not exist, e.g. when a new web application is deployed. Best regards, Konstantin Kolinko

Re: IP based request filters for admin/manager

2010-07-18 Thread Konstantin Kolinko
= list.substring(0, comma).trim(); 234 reList.add(Pattern.compile(pattern)); Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Apache Tomcat/5.5.20

2010-07-20 Thread Konstantin Kolinko
application. Maybe you can use this filter for that purpose : http://www.tuckey.org/urlrewrite/ Using a filter is the way to go. You can write it yourself, or use urlrewrite. Best regards, Konstantin Kolinko - To unsubscribe, e-mail

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Konstantin Kolinko
' to 'org.eclipse.jst.jee.server:HelloWorldServlet' did not find a matching property. It is just a warning. That extra attribute (that was set by Eclipse for whatever reason) is ignored. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: Debugging Tomcat

2010-07-24 Thread Konstantin Kolinko
for debugging catalina.bat jpda start You might see that it passes the following argument to java.exe: -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Konstantin Kolinko
on this is highly appreciable. 1. Try with 5.5.30. 2. Try running with org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true (can be added to conf/catalina.properties) http://tomcat.apache.org/tomcat-5.5-doc/config/systemprops.html Best regards, Konstantin Kolinko

Re: change the default javac from JDT to ant

2010-07-27 Thread Konstantin Kolinko
is not in ant.jar, but in ant-launcher.jar (looking at Ant 1.7.1, as I do not have other versions with me at the moment, nor I know what version you are using). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: Tomcat 7 authentication error only with IE8 or IE7

2010-08-10 Thread Konstantin Kolinko
the mentioned error, don't you? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JreMemoryLeakPreventionListener and hourly Full GC

2010-08-12 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: All Threads Busy Message

2010-08-18 Thread Konstantin Kolinko
message: endpoint.info.maxThreads=Maximum number of threads ({0}) created for connector with address {1} and port {2} That is, looking at the current tc6.0.x sources. Cannot say exactly about 6.0.18. Best regards, Konstantin Kolinko

Re: loaderClass for jsps

2010-08-18 Thread Konstantin Kolinko
, but Eclipse JDT compiler called by Jasper (see jasper-jdt.jar in TC distribution). Back to the question: Jsp classes are loaded by org.apache.jasper.servlet.JasperLoader. You can start digging from there. Best regards, Konstantin Kolinko

Re: war not redeploying

2010-08-18 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

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