Re: tomcat 6 degugging with JULI

2014-05-02 Thread Konstantin Kolinko
2014-05-02 17:41 GMT+04:00 Roman, John D. jdro...@belcan.com: Greetings, Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is being used as well. statements like LOGGER.finest(Logging an INFO-level message); should log to catalina.out, however they are not. Am I

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Konstantin Kolinko
2014-05-02 21:56 GMT+04:00 Vimil Saju vimils...@yahoo.com: Sorry about not providing an example. Below is the contents of a jspx file jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=2.0 html body a href=# onclick=clicked('Hello')Hello/a /body /html /jsp:root In

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-05-01 Thread Konstantin Kolinko
2014-04-30 18:00 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 4/29/14, 7:17 PM, Konstantin Kolinko wrote: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring

Re: High CPU Usage on restarting the Tomcat 7.0.39

2014-04-30 Thread Konstantin Kolinko
2014-04-30 23:41 GMT+04:00 srinivas rapolu rapolu.srini...@gmail.com: We are using Tomcat 7.0.39 ((java version 1.7.0_25), and Sometimes CPU goes high when we restart the TOMCAT. We have to stop the Tomcat in-order to release the release resources and again restarting the Tomcat fixes the

Re: Difference between Tomcat Window Service mode ?

2014-04-30 Thread Konstantin Kolinko
2014-05-01 1:10 GMT+04:00 Sebastien Tardif sebastien.tardif.contrac...@gmo.com: What is the difference between Tomcat Window Service mode ? Which one is better? I believe one of them is more “friendly” with JConsole so that the Tomcat instance is listed as a list of JVM running locally?

Re: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Konstantin Kolinko
her file, and another requests comes in, the finished.wav file will be overwritten with new data. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Regarding i think an intrusion

2014-04-29 Thread Konstantin Kolinko
├─java─┬─sh───wget │ └─263*[{java}] sh launched by tomcat's java? Take a thread dump: https://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F It shall show what is stacktrace in thread that launched external process. Best regards, Konstantin

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-29 Thread Konstantin Kolinko
remove that jar from WEB-INF/lib directory of that webapp. IIRC, in 7.0.50 and earlier Tomcat preferred the class from the system classloader (effectively ignoring the webapp's jar). In 7.0.52 it does load the class provided by web application. Best regards, Konstantin Kolinko

Re: How to specify log rotation in Tomcat 6

2014-04-28 Thread Konstantin Kolinko
2014-04-28 15:15 GMT+04:00 Randhir Singh randhir.si...@sterlite.com: Thanks a lot Chris for your answer. I would stick to this subject line among the others. I have some important questions based on this: 1) Does Tomcat start giving problems if catalina.out becomes more than 2 GB? Tomcat -

Re: CORS issue with Tomcat and Android Webview

2014-04-28 Thread Konstantin Kolinko
2014-04-28 23:44 GMT+04:00 Terence M. Bandoian tere...@tmbsw.com: On 4/27/2014 11:36 AM, Konstantin Kolinko wrote: 2014-04-27 0:50 GMT+04:00 Terence M. Bandoian tere...@tmbsw.com: On 4/26/2014 1:13 AM, Ankit Singhal wrote: On Sat, Apr 26, 2014 at 12:53 AM, Terence M. Bandoian Hi, Ankit

Re: CORS issue with Tomcat and Android Webview

2014-04-27 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

Fwd: [ANN] Struts 2 up to 2.3.16.1: Zero-Day Exploit Mitigation (security | critical)

2014-04-24 Thread Konstantin Kolinko
Forwarding from announce@a.o mailing list. -- Forwarded message -- From: Rene Gielen rgie...@apache.org Date: 2014-04-24 19:28 GMT+04:00 Subject: [ANN] Struts 2 up to 2.3.16.1: Zero-Day Exploit Mitigation (security | critical) To: annou...@apache.org In Struts 2.3.16.1, an issue

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Konstantin Kolinko
2014-04-23 15:42 GMT+04:00 Nitin Kumar nitin.raja...@gmail.com: Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2

Re: lean and mean Tomcat 7 configuration

2014-04-24 Thread Konstantin Kolinko
them to logging system. The context will use ServletContext.log(..) for those messages. Then you can configure level for that log category so that the messages are not logged anywhere. Best regards, Konstantin Kolinko

Re: Configuring a JSR-356 Websocket

2014-04-22 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: Configuring a JSR-356 Websocket

2014-04-22 Thread Konstantin Kolinko
2014-04-22 16:43 GMT+04:00 Thom Hehl th...@corrisoft.com: On 04/22/2014 07:50 AM, Konstantin Kolinko wrote: 2014-04-22 15:31 GMT+04:00 Thom Hehl th...@corrisoft.com: On 04/21/2014 04:30 PM, Daniel Mikusa wrote: On Apr 21, 2014, at 9:58 AM, Thom Hehl th...@corrisoft.com wrote: 1. What

Re: Include of external entity to web.xml is stopped working on 7.0.52

2014-04-22 Thread Konstantin Kolinko
2014-04-22 19:42 GMT+04:00 Viktor Gamov viktor.ga...@gmail.com: Hello tomcat users, Before I can submit formal bug to the issue tracker, I want to ask here. I have web.xml and I include some text file in it using !ENTITY tag: As I already answered about a week a go, you have to enable this

Re: Patching Tomcat for Heartbleed

2014-04-16 Thread Konstantin Kolinko
not using the Java Key store for this... I'm not sure why the new version is trying to find a keystore despite this fact. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: How to monitor performance of tomcat

2014-04-15 Thread Konstantin Kolinko
2014-04-15 14:49 GMT+04:00 Randhir Singh randhir.si...@sterlite.com: There is 1 finding. We normally monitor the tomcat port using jconsole as- jconsole 10.101.17.79:8891 As per my initial query, our application hangs and we need to restart JBoss Tomcat. I have observed that during this

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Konstantin Kolinko
log at Tomcat side? If an error happens at some early state of processing (in Connector, in CoyoteAdapter), then there may be nothing in the catalina/localhost/web application logs, unless you turn on debug logging at Tomcat side. Best regards, Konstantin Kolinko

Re: Which tcnative to replace for Heartbleed?

2014-04-15 Thread Konstantin Kolinko
time. There are still bugs that need fixing before cutting a release. The release vote itself will take 3 days (72h). A guide is on the wiki, http://wiki.apache.org/tomcat/Security/Heartbleed Best regards, Konstantin Kolinko

Re: Strange context naming issue

2014-04-14 Thread Konstantin Kolinko
2014-04-14 21:18 GMT+04:00 David kerber dcker...@verizon.net: Running TC 7.0.42 on Windows Server 2008 R2 as a windows service, JRE 1.6.0_45 32-bit. What I'm seeing is that my context path is not being initialized with the name I expect: My .war file is named eddSrv.war (lower-case first

Re: Multi-service version of tomcat7w

2014-04-14 Thread Konstantin Kolinko
into doing one... Monitoring can be done via JMX, and maybe in other different ways. There is no need to run Tomcat7w.exe //MS// for that. What are you using it for? What parameters are you monitoring? Best regards, Konstantin Kolinko

Re: Strange context naming issue

2014-04-14 Thread Konstantin Kolinko
2014-04-14 21:41 GMT+04:00 David kerber dcker...@verizon.net: On 4/14/2014 1:33 PM, Konstantin Kolinko wrote: 2014-04-14 21:18 GMT+04:00 David kerber dcker...@verizon.net: Running TC 7.0.42 on Windows Server 2008 R2 as a windows service, JRE 1.6.0_45 32-bit. What I'm seeing is that my

Re: Multi-service version of tomcat7w

2014-04-14 Thread Konstantin Kolinko
2014-04-14 23:21 GMT+04:00 David kerber dcker...@verizon.net: On 4/14/2014 3:10 PM, Konstantin Kolinko wrote: 2014-04-14 22:59 GMT+04:00 David kerber dcker...@verizon.net: Is there a version (or equivalent) of Tomcat7w.exe, which can handle multiple services in one instance, instead

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Konstantin Kolinko
the full stacktrace) Maybe you can try debugging, with a breakpoint in org.apache.naming.* classes? http://wiki.apache.org/tomcat/FAQ/Developing#Debugging Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Konstantin Kolinko
implementing the JPA specification, http://openjpa.apache.org/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Maximum number of JSP ?

2014-04-11 Thread Konstantin Kolinko
2014-04-11 16:58 GMT+04:00 Sylvain Goulmy sygou...@gmail.com: Hi, I'm facing performance issue with my application which loads a very large number of different JSPs (ie 16 000). As the application loads the different JSP, the response time becomes longer and the CPU increases. I have tried

Re: mod_jk and ~userdir issue

2014-04-11 Thread Konstantin Kolinko
/tomcat-7.0-doc/security-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: Tomcat 500 internal server error

2014-04-11 Thread Konstantin Kolinko
candidate is currently going on on dev mailing 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: Temporary mitigation of Heartbleed?

2014-04-10 Thread Konstantin Kolinko
2014-04-09 23:18 GMT+04:00 Jeffrey Janner jeffrey.jan...@polydyne.com: Much as I loathe downgrading, would it be possible/advisable to downgrade the native libraries to 1.1.23 with Tomcat 7.0.50? 1. There is a minimum required version of TCNative for every Tomcat. See constants in

Re: How can I tell which version of OpenSSL is being used with tomcat?

2014-04-10 Thread Konstantin Kolinko
SSLCertificateKeyFile then you are using OpenSSL (and still should track-down the version). If you see attributes like keystoreFile, then you are using JSSE and you are not vulnerable to this particular issue being discussed this week. Best regards, Konstantin Kolinko

Re: 7.0.23 vs. 7.0.52 startup times

2014-04-10 Thread Konstantin Kolinko
2014-04-10 22:28 GMT+04:00 Shanti Suresh sha...@umich.edu: Greetings, There appears to be a hold up in 7.0.52 at startup as compared to 7.0.23 - a matter of several seconds initializing each context. In 7.0.52, the delay appears to happen at findResources when the

Re: Unable to start tomcat as a service.

2014-04-08 Thread Konstantin Kolinko
\binsc start tomcat7 (...) 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 monitor performance of tomcat

2014-04-08 Thread Konstantin Kolinko
2014-04-08 15:05 GMT+04:00 Randhir Singh randhir.si...@sterlite.com: We have an application which has JBoss as the application server with Tomcat as the web server, our application has Oracle 11g as the database. I would give some further background to the issue we are facing, since the last 1

Re: Bizarre getParameterMap() failure

2014-04-07 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: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-05 Thread Konstantin Kolinko
? After some code review, I think there is a bug there. I filed an issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=56352 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: apt-get tomcat7 missing websocket jars

2014-04-04 Thread Konstantin Kolinko
to move those jars into separate package: 1) They require Java 7 2) They make startup slower, because of annotation scanning that is needed to detect WebSocket endpoints https://wiki.apache.org/tomcat/FAQ/Linux_Unix#Q5 https://wiki.apache.org/tomcat/HowTo/FasterStartUp Best regards, Konstantin

Re: mod_jk - Failover behaviour and load + patch

2014-04-02 Thread Konstantin Kolinko
it. It is good that it works for you. The official repository is subversion one. (Patches against the git repository are OK. Maybe you want to submit those .gitignore files, as a separate issue?) Best regards, Konstantin Kolinko

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-29 Thread Konstantin Kolinko
needs good review and rewrite, but nobody has stepped up for the task. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: External entities in web.xml

2014-03-26 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: CSRF protection in Tomcat 7

2014-03-24 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: Issue while configuring CSRFPreventionFilter !

2014-03-21 Thread Konstantin Kolinko
it is doing. If you do not know how to take thread dumps, see Howto page in Tomcat FAQ. If I comment out the filter, Tomcat starts properly. ... 4. As mentioned on the page below, what is your version of Tomcat? http://tomcat.apache.org/lists.html#tomcat-users Best regards, Konstantin Kolinko

Re: HttpServletRequest Tomcat 5.5.29 to 7.0.52

2014-03-20 Thread Konstantin Kolinko
with broken web.xml ) Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Trouble registering an MBean with mbeans-descriptors.xml

2014-03-20 Thread Konstantin Kolinko
that it shadows the one in the lib/ directory. 6. Apparently many mbean descriptors are pre-loaded when Tomcat starts - in o.a.c.mbeans.MBeanUtils.createRegistry() Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users

Re: double xmlEscape in dynamic attributes in 7.0.52

2014-03-14 Thread Konstantin Kolinko
with 7.0.52. http://issues.apache.org/bugzilla/show_bug.cgi?id=56029 http://issues.apache.org/bugzilla/show_bug.cgi?id=55735 http://issues.apache.org/bugzilla/show_bug.cgi?id=55198 Best regards, Konstantin Kolinko - To unsubscribe

Re: Exception while running downloaded tomcat

2014-03-14 Thread Konstantin Kolinko
2014-03-14 12:11 GMT+04:00 Akash Jain akash.delh...@gmail.com: I am getting following error when trying to run tomcat in Mac osx 10.7.5 ( using jdk 1.7 ) Can anybody please guide as to what is wrong ? r 14, 2014 12:04:59 AM org.apache.catalina.startup.HostConfig deployDirectory INFO:

Re: Notifying application of session changes that happened outside of it's scope

2014-03-14 Thread Konstantin Kolinko
the whole situation here: http://www.tomcatexpert.com/blog/2011/04/25/session-fixation-protection Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: double xmlEscape in dynamic attributes in 7.0.52

2014-03-14 Thread Konstantin Kolinko
2014-03-14 18:35 GMT+04:00 Mark Thomas ma...@apache.org: On 14/03/2014 11:57, Konstantin Kolinko wrote: 2014-03-14 15:37 GMT+04:00 Zboron Lukas lzbo...@gratex.com: Hi, I have several custom jspx tags with dynamic attributes that worked well up to Tomcat 7.0.47, but they do not work properly

Re: double xmlEscape in dynamic attributes in 7.0.52

2014-03-14 Thread Konstantin Kolinko
works as before if static attribute is used (onclick) or there is no EL in dynamic attribute (data-test2). I prepared a reproducer and filed the following issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Best regards, Konstantin Kolinko

Re: Tomcat 7 Session Persistence disable not working as expected

2014-03-11 Thread Konstantin Kolinko
2014-03-10 10:58 GMT+04:00 Akash Jain akash.delh...@gmail.com: Christopher, I have changed in server.xml. Below is the server.xml part - Context path= docBase=ROOT sessionCookieName=mycookie

Re: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-11 Thread Konstantin Kolinko
2014-03-11 18:16 GMT+04:00 Clemens Wyss DEV clemens...@mysign.ch: Hi all, we are still facing this issue here https://issues.apache.org/bugzilla/show_bug.cgi as Mark Thomas points out https://issues.apache.org/bugzilla/show_bug.cgi?id=51872#c16 the bug is fixed. Tomcat version = ? Trying

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Konstantin Kolinko
regardless of whether your web application is deployed or not. 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 connect to Tomcat via jconsole

2014-03-10 Thread Konstantin Kolinko
2014-03-10 23:51 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-03-10 22:11 GMT+04:00 Christopher Schultz On 3/10/14, 1:20 PM, Christopher Schultz wrote: On 3/10/14, 12:58 PM, Christopher Schultz wrote: All, On 3/10/14, 12:52 PM, Christopher Schultz wrote: I stopped Tomcat

Re: The Service Component

2014-03-09 Thread Konstantin Kolinko
of the overall Tomcat design. But I can't seem to find that anymore. Docs - Architecture ? http://tomcat.apache.org/tomcat-7.0-doc/architecture/index.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: NIO connector - connections and threads

2014-03-09 Thread Konstantin Kolinko
processed at the same time. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Checking to see if a Tomcat context is alive or hung

2014-03-08 Thread Konstantin Kolinko
suggestions? Some pointers. http://wiki.apache.org/tomcat/FAQ/Performance_and_Monitoring http://wiki.apache.org/tomcat/FAQ/Monitoring#External_Monitoring_Tools http://monitoring.apache.org/status/ Best regards, Konstantin Kolinko

Re: Tomcat and Spring Framework

2014-03-07 Thread Konstantin Kolinko
2014-03-08 2:30 GMT+04:00 Leo Donahue donahu...@gmail.com: Any Spring developers on the list? http://docs.spring.io/spring/docs/4.0.2.RELEASE/spring-framework-reference/htmlsingle/#overview-usagescenarios A link to htmlsingle page?? That takes a while to load. Here is a quicker one to that

Re: Unable to logon to /manager/html - TOMCAT6

2014-03-06 Thread Konstantin Kolinko
=/examples This worked as expected for both users with a manager-gui role and a manager-script role. . . . . just my two cents /mde/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Konstantin Kolinko
/ reproducer webapp out of 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: Tomcat 6 vs. Tomcat 7 vs Cisco Load Balancer vs Java Applet

2014-03-05 Thread Konstantin Kolinko
2014-03-06 0:30 GMT+04:00 Bill Davidson bill...@gmail.com: The Java version wasn't it. Recompiled and redeployed with 1.7.0_25 and it had no effect. The SSL handshake problem went away when we disabled TLS 1.1/1.2 in the JCP on the client side and clicked Restore Security Prompts in the JCP.

Re: Tomcat 6 vs. Tomcat 7 vs Cisco Load Balancer vs Java Applet

2014-03-05 Thread Konstantin Kolinko
2014-03-06 2:11 GMT+04:00 Bill Davidson bill...@gmail.com: On 3/5/2014 12:52 PM, Konstantin Kolinko wrote: Session cookie is HttpOnly in Tomcat 7. If you missed that in migration guide, it is here: http://tomcat.apache.org/migration-7.html#Session_cookie_configuration I added this to some code

Re: Problem with jmxproxy / Tomcat 8.0.3

2014-03-05 Thread Konstantin Kolinko
2014-03-06 1:40 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: On 3/5/14, 4:20 PM, Christopher Schultz wrote: All, For some reason, I'm not able to access my Tomcat's JMX beans remotely using jconsole, etc. and so I figured I'd try using the jmxproxy servlet in the manager

Re: how to always return 200

2014-03-03 Thread Konstantin Kolinko
2014-03-03 12:32 GMT+04:00 Aryeh Friedman aryeh.fried...@gmail.com: webapp error-page error-code404/error-code location/index.jsp/location /error-page /webapp I need the above to return 200 not 404 how? response.setStatus(..) ?

Re: Add certificate without Tomcat restart

2014-03-03 Thread Konstantin Kolinko
2014-03-03 13:17 GMT+04:00 Арсений Зинченко setev...@gmail.com: Hi. We have two-side authentification on our Tomcat: keystoreFile=/home/someuser/apache-tomcat-5.5.23/conf/.ssl/somealias.jks keyAlias=somealias keystorePass=somepass

Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
2014-03-03 14:28 GMT+04:00 Utkarsh Dave utkarshkd...@gmail.com: To be more specific, i upgraded Tomcat in my application from Tomcat 7.0.41 to 7.0.52. Quick response is appreciable as the build process is on hold critical services are shut down. If you use the value of false, remove the

Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
2014-03-03 15:09 GMT+04:00 Utkarsh Dave utkarshkd...@gmail.com: Thanks Konstantin for the quick response. We are using false value, so i assume i can remove the attribute. As there are many level of developers involved, deleting and again adding it, will be difficult to track. I recieved

Re: Stream closed- IOException exception

2014-03-03 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: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
to me in India IST. Try searching the archives. http://markmail.org/message/t5d54dkbhjk4prip That comment has already become obsolete, with http://svn.apache.org/viewvc?view=revisionrevision=1570163 Best regards, Konstantin Kolinko

Re: Archiva fails to deploy on Tomcat with SEVERE: Unable to create initial connections of pool.

2014-03-03 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: Archiva fails to deploy on Tomcat with SEVERE: Unable to create initial connections of pool.

2014-03-03 Thread Konstantin Kolinko
2014-03-03 17:31 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-03-03 16:37 GMT+04:00 Frederik Himpe fhi...@vub.ac.be: I'm trying to install Apache Archiva 2.0.0 on Tomcat 7 (installed from the Debian package). However when Tomcat 7 is started, I get this error in catalina.out

Re: Tomcat 7.0.52 stops after hours on our Sun Sparc with SunOS 5.10

2014-03-03 Thread Konstantin Kolinko
2014-03-03 21:29 GMT+04:00 Jay mx...@live.com: Hello, We newly installed Solaris 10 with all default settings on our Sun Sparc machine (sun4u sparc SUNW,UltraAX-i2 64-bit sparcv9 kernel modules). The OS Version: SunOS hostname 5.10 Generic_147147-26 sun4u sparc SUNW,UltraAX-i2. We

Re: tomcat 7 for production

2014-03-02 Thread Konstantin Kolinko
2014-03-02 23:57 GMT+04:00 Ahmed Dalatony ahmed.dalat...@gmail.com: hello thnx for fast reply but i'm meaning which release as i see in change log that there is a side text beside each release like 7.0.51 not released 7.0.50 released 2014-01-08 in other meaning

Re: OWF webapp log errors

2014-03-02 Thread Konstantin Kolinko
2014-03-02 1:34 GMT+04:00 J. Brian Hall jbrianhall...@me.com: I have installed the OWF webapp in Tomcat and I'm trying to resolve some errors I'm finding in the log files. I have not had much luck getting responses to questions on the OWF mailing list, so I'm hoping someone can help here.

Re: Difference between process kill and shutdown

2014-03-02 Thread Konstantin Kolinko
process immediately in such way that no shutdown hooks are run. In this case, of course, all bets are off. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Stream closed- IOException exception

2014-02-28 Thread Konstantin Kolinko
2014-02-28 13:11 GMT+04:00 Prashant Kadam prashantkada...@gmail.com: Hi I am in process of upgrading from tomcat 7.0.33 to 7.0.52 but I am facing IOException: Stream closed in one of the layout jsp. Underlying exception is jasper exception - *org.apache.jasper.JasperException:

Re: OT? : Connectors not needed?

2014-02-28 Thread Konstantin Kolinko
2014-02-28 23:00 GMT+04:00 Jeffrey Janner jeffrey.jan...@polydyne.com: While working through a migration, I discovered something interesting. Apparently you don't need any working connectors for a functioning (?) Tomcat instance. Setup: Tomcat 7.0.51, Java 1.7.0_51, Windows 2008 R2 64-bit

Re: Filter behaviour ( settinf Content-Length header )

2014-02-27 Thread Konstantin Kolinko
2014-02-27 12:18 GMT+04:00 Jose María Zaragoza demablo...@gmail.com: Hello: I'm using Tomcat 6.0.24 and I'm testing how to return Content-Length header So I've defined a Filter and declared in web.xml of my web application If I do this: HttpServletResponse httpResponse =

Re: Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Konstantin Kolinko
this is working fine on Tomcat7.0.50 and not 7.0.52. Any feedback wold be greatly appreciated. So, of the two copies of jms-api.jar what are your expectations on which one will be effective? Also, https://issues.apache.org/bugzilla/show_bug.cgi?id=56180#c2 Best regards, Konstantin Kolinko

Re: Filter behaviour ( settinf Content-Length header )

2014-02-27 Thread Konstantin Kolinko
2014-02-27 18:31 GMT+04:00 Jose María Zaragoza demablo...@gmail.com: And what do you recommend to me for forcing to return a Content-Type ? Some weird clients require it If I cannot do it with a Filter , where can I do it ? You can do it in a Filter. As I said, 1. The header must be set

Re: Tomcat 7.0.52 issue on our Sun Sparc with SunOS 5.10

2014-02-27 Thread Konstantin Kolinko
, but may be you had trouble unpacking it. The *.tar.gz file requires GNU Tar (as mentioned in README file on the download page), because of some long file names. You can download apache-tomcat-7.0.52.zip instead. Best regards, Konstantin Kolinko

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-02-27 Thread Konstantin Kolinko
hitting an ulimit limit, or there is just not enough free memory to allocate stack area for a new thread (which size is set by -Xss option to java executable). Your thread dumps contain 149 threads each. Best regards, Konstantin Kolinko

Re: port-offset

2014-02-25 Thread Konstantin Kolinko
2014-02-25 16:55 GMT+04:00 Ja kub jjaku...@gmail.com: Hi Do you know if in Tomcat is something similar to jboss port-offset ? -Djboss.socket.binding.port-offset=100 It would be convinient for starting several tomcats on the same operating system. No need to change ports in server.xml

Re: Tomcat 7.0.37 issue on our Sun Sparc

2014-02-25 Thread Konstantin Kolinko
. It was not Shutdown command, because Tomcat 7 prints the following log message when that happens: A valid shutdown command was received via the shutdown port. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-02-25 Thread Konstantin Kolinko
=12181860762r=1w=2 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Issue running Websockets JSR356 with Tomcat 7.0.50 Embedded

2014-02-25 Thread Konstantin Kolinko
://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/tomcat/websocket/server/WsContextListener.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Tomcat 7.0.50 tldValidation

2014-02-25 Thread Konstantin Kolinko
successfully. 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 start Apache on Sun Solaris 10 due to illegal instruction

2014-02-23 Thread Konstantin Kolinko
2014-02-23 20:32 GMT+04:00 Nicole Lefeuvre n-lefeu...@slb.com: Hello I need your help if possible to resolve a critical issue. We had to shut down our Sun Solaris 10 server for a maintenance activity. First, we stopped the applicaction and while doing that we had the following message:

Re: Tomcat 7 on FreeBSD

2014-02-23 Thread Konstantin Kolinko
2014-02-23 20:42 GMT+04:00 Bobby Walker bobjwal...@icloud.com: I am new to using Tomcat, but I am being given a website from another server. I've setup and configured Tomcat 7 on FreeBSD 10. I've got the webapp installed and when I visit the page i get the information posted at the

Re: Tomcat 7.0.52/stdout stderr not created

2014-02-20 Thread Konstantin Kolinko
2014-02-21 0:56 GMT+04:00 Petr Nemecek p...@cmail.cz: Hello, I've been using Tomcat 7.0.47 on Windows Server 2012 R2. Today I tried to update to 7.0.52, but had a problem, that even if the configurations seem to be the same, *stdout*.log and *stderr*.log are not created on logs folder for

Re: Exception in thread http-bio-8081-exec-9 java.lang.StackOverflowError

2014-02-18 Thread Konstantin Kolinko
2014-02-18 13:49 GMT+04:00 Dilip Sankhla dilipsank...@gmail.com: * I am getting below mention error, every thing was working fine with tomcat 6. Please Help My tomcat and java configurations are Server version: Apache Tomcat/7.0.50 Server built: Dec 19 2013 10:18:12 Server number:

Re: Unable to shutdown tomcat

2014-02-16 Thread Konstantin Kolinko
2014-02-17 2:16 GMT+04:00 Tim Leung timleung1...@gmail.com: Can someone please help me? On Sun, Feb 16, 2014 at 12:05 PM, Tim Leung timleung1...@gmail.com wrote: main prio=5 tid=7fe82c001800 nid=0x10448e000 runnable [10448b000] java.lang.Thread.State: RUNNABLE at

Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-14 Thread Konstantin Kolinko
2014-02-14 18:13 GMT+04:00 JB MORLA jbmo...@gmail.com: Maybe you added a .jar file to the build path and there is a conflict with the jars already present in Eclipse and Tomcat. My solution was to remove the jars. +1. On Thu, Feb 13, 2014 at 10:27 PM, Dave Kennedy davek1...@gmail.com wrote:

Re: Problem using maven-tomcat7-plugin with RESTEasy

2014-02-13 Thread Konstantin Kolinko
2014-02-13 0:54 GMT+04:00 Evan B ecb0...@gmail.com: Hello, I am wondering if someone form this mailing list will be able to take a look at a question that I posted on Stackoverflow regarding using maven-tomcat7-plugin with a RESTEasy Maven project:

Re: catalina.out growing very fast

2014-02-10 Thread Konstantin Kolinko
2014-02-10 5:53 GMT+04:00 Pooja Swamy poojasw...@gmail.com: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 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: UserDatabase resource into META-INF/context.xml

2014-02-06 Thread Konstantin Kolinko
right ? In general I'd prefer to write ${catalina.base}/conf/my-users.xml, but that is just my preference. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-05 Thread Konstantin Kolinko
/tomcat/OutOfMemory 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 Repository

2014-02-04 Thread Konstantin Kolinko
2014-02-04 Pavneet singh Kochhar kochha...@gmail.com: On Tue, Feb 4, 2014 at 4:08 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: On Wed, Jan 29, 2014 at 2:59 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: 3. What tools are you using? Do you know how to use those tools

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Konstantin Kolinko
2014-02-03 Maor Yosef maoryo...@gmail.com: Hi. Please read the rules and do not top-post, as it is hard to follow. http://tomcat.apache.org/lists.html#tomcat-users 4. Can you point me to an article on how to configure different background thread for each container? is it configured in tomcat

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