[ANN] Apache Tomcat 7.0.19 released

2011-07-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.19 Apache Tomcat 7.0.19 includes security fixes, bug fixes and the following new features compared to version 7.0.16: - JSP recompilation is now triggered by any change (backwards as well as forwards) in the last

Re: Running Tomcat on a webserver that is on a workgroup

2011-07-19 Thread André Warnier
Leo Donahue - PLANDEVX wrote: André, -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Running Tomcat on a webserver that is on a workgroup There is probably more to it than that. All they are going to do is join it to a workgroup. I don't understand

Invalid command 'SHUTDOW' received

2011-07-19 Thread Frederick Ouimet
Hi! I'm having problems shutting down Tomcat on my Windows 7 Home Premium laptop. I tried Tomcat 6.0.29, 6.0.32, 7.0.14, 7.0.16 and 7.0.19 (just released today) and all give the same result. Basically, Tomcat starts fine, either from the DOS command line (startup.bat) or from Eclipse. The problem

Re: Error dialog with the word environment misspelled as envionment

2011-07-19 Thread Mark Thomas
On 18/07/2011 23:59, Eric Hawkes wrote: Hi, I am running tomcat as a windows service. The service starts automatically after the machine is rebooted. The Path to executable in the tomcat service properties dialog is C:\Program Files (x86)\SonicWallES\Apache Software

Re: Error dialog with the word environment misspelled as envionment

2011-07-19 Thread André Warnier
Mark Thomas wrote: On 18/07/2011 23:59, Eric Hawkes wrote: Hi, I am running tomcat as a windows service. The service starts automatically after the machine is rebooted. The Path to executable in the tomcat service properties dialog is C:\Program Files (x86)\SonicWallES\Apache Software

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread André Warnier
Frederick Ouimet wrote: ... (all noted, and thanks for the detailed info and the homework) ... Catalina.log: ... 2-Jul-2011 9:41:12 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 942 ms

RE: Error dialog with the word environment misspelled as envionment

2011-07-19 Thread Eric Hawkes
Hi Mark, Thanks for looking into this. Dismissing the original dialog results in a series of additional dialogs which seem to imply that something called exe4j is the source. According to their website's help document, exe4j creates Windows executables that invoke your Java applications and

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frederick, On 7/19/2011 1:43 PM, Frederick Ouimet wrote: WARNING: StandardServer.await: Invalid command 'SHUTDOW' received I would ask if that's a copy/paste error, but I can see you have many of them in the log file: 2-Jul-2011 9:41:19 PM

Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Robert Stoski
Hi, We recently updated our development environment from Tomcat 6.0.29 to 7.0.19 and noticed a large decrease in performance where pages that would load in 1 second now taking 5 seconds to load. Profiling the webapp through Netbeans, we narrowed down the problem to a method retrieving a

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread André Warnier
Chris, Christopher Schultz wrote: ... How is it that you got a string of invalid ones, and then a valid one? I believe that this is the exact question which the OP was himself submitting... - To unsubscribe, e-mail:

Re: RedHat and mod_jk

2011-07-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 7/18/2011 11:33 AM, André Warnier wrote: The basic point is : mod_jk is not included in the RedHat standard Apache/Tomcat packages. But maybe this is just an oversight of RedHat, and maybe with a little nudge, they may be persuaded to

Re: Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Mark Thomas
On 19/07/2011 21:25, Robert Stoski wrote: Our best guess is that the different handlers for the URL objects are causing our performance issues. That looks familiar. Tomcat 7 re-factored the Jar scanning so that consistent code (that fixed some edge case bugs) was used for annotation scanning,

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Frederick Ouimet
?xml version='1.0' encoding='utf-8'? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the

RE: Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Robert Stoski
Thanks, Mark. We found some information regarding performance issues in Tomcat 7 but could not relate them to the problem we were seeing. This has been raised as bug 51532 (http://issues.apache.org/bugzilla/show_bug.cgi?id=51532). -Original Message- From: Mark Thomas

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Konstantin Kolinko
2011/7/19 Frederick Ouimet foui...@gmail.com: - Tried using JDK1.5.0_22 instead of JDK1.6.0_25 to no avail. 1. Is your system 32-bit or 64-bit? Do you use 64-bit JDK or 32-bit JDK? 2. What is language and default character set in your system? 3. I wonder what will happen if you edit shutdown

tomcat and comp jndi context

2011-07-19 Thread Romain Manni-Bucau
Hi, where can i get more information on the way tomcat manage its jndi tree? Pratically i need the get java:comp context but i don't know when/where to look up it. I didn't find it in ContextBindings.getClassLoader() in start or after_start lifecycle event. any link or doc is appreciated ;) -

Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Monsieur fsfu
Hi, I was checking out the parallel deployment feature of tomcat 7 and encountered an issue with PermGen space of JVM. After the initial deployment (xyz##001.war), PermGen space reaches ~120mb of space and after parallel deployment (xyz##002.war) it almost doubles (~205mb) which make sense. Now

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Rainer Jung
On 20.07.2011 01:32, Monsieur fsfu wrote: Hi, I was checking out the parallel deployment feature of tomcat 7 and encountered an issue with PermGen space of JVM. After the initial deployment (xyz##001.war), PermGen space reaches ~120mb of space and after parallel deployment (xyz##002.war) it

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Konstantin Kolinko
2011/7/20 Monsieur fsfu monsieurf...@gmail.com: I was checking out the parallel deployment feature of tomcat 7 and encountered an issue with PermGen space of JVM. After the initial deployment (xyz##001.war), PermGen space reaches ~120mb of space and after parallel deployment (xyz##002.war) it

RE: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Caldarale, Charles R
From: Monsieur fsfu [mailto:monsieurf...@gmail.com] Subject: Tomcat 7 parallel deployment and PermGen Heap Space Now if i remove the old war file (xyz##001.war) by removing xyz##001.xml ($catalina_home/conf/Catalina/locahost/xyz##001.xml), PermGen space doesn't come down. First, verify

Servlet 3.0 Specific Error: Invalid byte tag in constant pool

2011-07-19 Thread Matthew Tyson
Hey guys, tomcat 7.0.19 Java 1.6.0_22 CentOS 5.6 I just switched the web.xml to servlet 3.0 (from a app running servlet 2.4 previously without issue) and now I'm seeing the following error (turned on fine logging in the util class): FINE: Scanning JAR

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Monsieur fsfu
@Chuck -- The moment I remove context xml (xyz##001.xml) file, tomcat automagically removes the corresponding dir from webapps. So that's not an issue. In my log file i see the following message INFO | jvm 1| 2011/07/19 16:11:07 | Jul 19, 2011 4:11:07 PM