400 Bad Request when there are no web applications deployed on Tomcat

2011-02-08 Thread Violeta Georgieva
Hi, I have the following use case: I have no web applications deployed on Tomcat. Nevertheless when I request a web application: http://localhost:8080/testapp Instead of the expected 404 Not Found I'm receiving 400 Bad Request. Can you explain why is that. Typically such response is returned in

Re: 400 Bad Request when there are no web applications deployed on Tomcat

2011-02-08 Thread Violeta Georgieva
. It would also help if you provided an exact version of Tomcat. Violeta Georgieva wrote: Hi, I have the following use case: I have no web applications deployed on Tomcat. Nevertheless when I request a web application: http://localhost:8080/testapp Instead of the expected 404

Fwd: SessionListener.sessionDestroyed is not called when stopping web application

2011-10-10 Thread Violeta Georgieva
Violeta Georgieva Environment details: Tomcat 6.0.33, Window 7 Patch Index: StandardManager.java === --- StandardManager.java (revision 1181173) +++ StandardManager.java (working copy) @@ -565,7 +565,7

Re: Fwd: SessionListener.sessionDestroyed is not called when stopping web application

2011-10-10 Thread Violeta Georgieva
PGP SIGNED MESSAGE- Hash: SHA1 Violeta, On 10/10/2011 3:59 PM, Violeta Georgieva wrote: But when StandardManager.doUnload() is invoked, in its implementation * session.expire(false)* is called where the false is actually the flag that indicates whether to notify the listeners

Re: Fwd: SessionListener.sessionDestroyed is not called when stopping web application

2011-10-10 Thread Violeta Georgieva
There is no cluster, just one instance of Tomcat The scenarios are reproducible on Tomcat 6.0.32 and Tomcat 6.0.33 2011/10/11 Pid p...@pidster.com On 11/10/2011 06:24, Violeta Georgieva wrote: Hi Chris, I tried: - stopping application - undeploying application - stopping Tomcat

Re: Fwd: SessionListener.sessionDestroyed is not called when stopping web application

2011-10-11 Thread Violeta Georgieva
Hi Chuck, I tried it and it is working. As I understood this is the recommended way to do this, correct? Thank you very much. Regards Violeta 2011/10/11 Caldarale, Charles R chuck.caldar...@unisys.com From: Violeta Georgieva [mailto:miles...@gmail.com] Subject: Re: Fwd

High memory consumption caused by BLOCKED Threads

2011-12-22 Thread Violeta Georgieva
Hi, I am using Tomcat 6.0.29 and SUN JVM. I experience high memory consumption caused by BLOCKED Threads. I would appreciate any help or suggestion how to solve the problem. I can see the following in the thread dump: http-8080-73 daemon prio=10 tid=0x7ff9a4586000 nid=0x7d3 waiting for

Re: High memory consumption caused by BLOCKED Threads

2011-12-22 Thread Violeta Georgieva
The blocked threads that are waiting to get the lock, in order to finish the response, are holding a lot of memory that they cannot release. I have 50 blocked threads that are waiting. 2011/12/22 Mark Thomas ma...@apache.org On 22/12/2011 09:05, Violeta Georgieva wrote: Hi, I am using

Re: High memory consumption caused by BLOCKED Threads

2011-12-22 Thread Violeta Georgieva
$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) 2011/12/22 David kerber dcker...@verizon.net On 12/22/2011 4:05 AM, Violeta Georgieva wrote: Hi, I am using Tomcat

Re: High memory consumption caused by BLOCKED Threads

2011-12-27 Thread Violeta Georgieva
Thanks to all of you! I'm profiling the application now. Happy New Year Violeta 2011/12/23 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 12/22/11 2:00 PM, Rainer Jung wrote: Hmmm, actually I had a short look at the code of

Re: Caching of protected static content with Expires header: Expires Thu, 01 Jan 1970 03:00:00 EET?

2012-01-20 Thread Violeta Georgieva
And if I want to cache a protected resource only locally what I should do? Thanks 2012/1/20 ma...@apache.org Violeta Georgieva violet...@apache.org wrote: Hi, If the static content is not protected then by default it is cached and the corresponding headers are set - see screenshot1

Re: Dependencies on extensions functionality

2012-02-04 Thread Violeta Georgieva
On 03/02/2012 13:25, Violeta Georgieva wrote: Hi, I'm using Tomcat 7.0.23 on Windows. I have a web application that specifies in the Manifest that wants to use an extension. How does it do that? I specify catalina.ext.dirs to point to the directory where I placed my extensions jar

Re: Dependencies on extensions functionality

2012-02-04 Thread Violeta Georgieva
. The scenario is that TestServlet (in war file) instantiates TestExtension (in jar file, placed in the ext directory). Regards Violeta 2012/2/4 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violetta, On 2/3/12 8:25 AM, Violeta Georgieva wrote

Re: Dependencies on extensions functionality

2012-02-05 Thread Violeta Georgieva
here is a link to the attached example https://docs.google.com/open?id=0B-HUwAvkRIKJZTNhMDE1ZjEtY2M0Yy00YjZkLWE4NjktYjAwZWIzMzU2NzQw 2012/2/5 Casper Wandahl Schmidt kalle.pri...@gmail.com Den 05-02-2012 08:18, Violeta Georgieva skrev: I'm attaching again the examples cause I think that one

Re: Dependencies on extensions functionality

2012-02-05 Thread Violeta Georgieva
, Violeta Georgieva wrote: Hi, Here is how one can reproduce the scenario: 1. Start Tomcat 2. Put attached war in webapps folder 3. In the console the following error message is printed: In the example above, where have you placed the extension? Is it in one of Tomcat's classpath

Re: Dependencies on extensions functionality

2012-02-05 Thread Violeta Georgieva
Kolinko knst.koli...@gmail.com 2012/2/5 Violeta Georgieva miles...@gmail.com: Hi, As I wrote I'm placing the extension jar in C:\apache-tomcat-7.0.25\ext. I tried the following: I specified C:\apache-tomcat-7.0.25\lib as value for catalina.ext.dirs property and now the web application

Re: Dependencies on extensions functionality

2012-02-06 Thread Violeta Georgieva
the application servers. 2012/2/6 Pid p...@pidster.com On 05/02/2012 15:03, Violeta Georgieva wrote: Hi, As I wrote I'm placing the extension jar in C:\apache-tomcat-7.0.25\ext. I tried the following: I specified C:\apache-tomcat-7.0.25\lib as value for catalina.ext.dirs property and now

Re: Dependencies on extensions functionality

2012-02-06 Thread Violeta Georgieva
with CNFE 2012/2/6 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/6/12 6:48 AM, Pid wrote: On 06/02/2012 11:08, Violeta Georgieva wrote: I was going to ask you why you were using it! So is your interest purely academic? I have

Re: Dependencies on extensions functionality

2012-02-06 Thread Violeta Georgieva
Gotcha: so, the validation works properly, but the catalina.ext.dirs doesn't actually get added to the classpath. Oops. that's correct 2012/2/6 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violeta, On 2/6/12 1:31 PM, Violeta Georgieva wrote

Re: Using local EJBs in web application

2012-02-16 Thread Violeta Georgieva
It's probably just my issue but I am not seeing your war file as valid. What do you mean?

Re: Using local EJBs in web application

2012-02-16 Thread Violeta Georgieva
or tomorrow. Regards Violeta 2012/2/15 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violetta, On 2/15/12 3:11 PM, Violeta Georgieva wrote: I integrated Tomcat 7.0.25 with an EJB container. Which one? I have simple web application

Re: Serving static files directly from filesystem

2012-02-21 Thread Violeta Georgieva
/bugs/enter_bug.cgi?product=Virgo [2] http://www.eclipse.org/virgo/documentation/virgo-documentation-3.0.2.RELEASE/docs/virgo-user-guide/html/ch11s07.html - Context Configuration chapter [3] http://www.eclipse.org/forums/index.php?t=threadfrm_id=159 Best Regards Violeta Georgieva 2012/2/21 Jean

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-12 Thread Violeta Georgieva
Hi, This mechanism is meant to be a standard way for web frameworks to extend the Servlet Container. IMHO this is compliant with the specification: 8.2.4 Shared libraries / runtimes pluggability In addition to supporting fragments and use of annotations one of the requirements is that not

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-17 Thread Violeta Georgieva
Ok I understood. Thanks 2012/4/12 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 4/12/12 8:58 AM, ma...@apache.org wrote: If you want to use Servlet 3.0 features then you need to declare 3.0 in the web.xml. +1 Since the spec

Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Violeta Georgieva
Hi, I'm using Tomcat 7.0.27. I have an application and I want to map my servlet to the application's context root, but I do not want to override the / mapping for the default servlet. It is specified in the Servlet spec that there is a special url mapping that can be used for such purposes and

Re: Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Violeta Georgieva
Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=53356 Thanks Violeta 2012/6/4 Mark Thomas ma...@apache.org On 04/06/2012 19:25, Violeta Georgieva wrote: Hi, I'm using Tomcat 7.0.27. I have an application and I want to map my servlet to the application's context root

Re: Offline generation of effective web.xml

2012-09-11 Thread Violeta Georgieva
It would be very useful if I can provide this as part of the build infrastructure for example. If you can give me a hint from where to start I may try to provide a patch for 8.0.x? Wdyt? 2012/9/11 Mark Thomas ma...@apache.org Violeta Georgieva violet...@apache.org wrote: Hi, I do know

Re: Offline generation of effective web.xml

2012-09-12 Thread Violeta Georgieva
Thanks for the starting point. I'm starting to look at the code and when I have the first results I'll write to the dev list. Is that OK? 2012/9/11 Konstantin Kolinko knst.koli...@gmail.com 2012/9/11 Violeta Georgieva miles...@gmail.com: It would be very useful if I can provide this as part

CsrfPreventionFilter for REST

2012-09-21 Thread Violeta Georgieva
Hello, ** ** *Background information:* We are trying to protect our RESTful APIshttp://en.wikipedia.org/wiki/Representational_state_transfer from CSRF attack. The current Tomcat’s CSRF protection filter provides proper protection for web resources that are supposed to be accessed via

Re: CsrfPreventionFilter for REST

2012-09-25 Thread Violeta Georgieva
Hi, Did you have a chance to check the issue and the proposal? Can I provide more information in order to make to them clearer? Thanks a lot. Violeta 2012/9/21 Violeta Georgieva violet...@apache.org Hello, ** ** *Background information:* We are trying to protect our RESTful

Re: JspC failure in Tomcat 7.0.35???

2013-01-17 Thread Violeta Georgieva
2013/1/17 Jess Holle je...@ptc.com As part of testing Tomcat 7.0.35 when I moved to it, I run an Ant script to pre-compile all our JSP pages. When doing so I get a huge number of new failures which boil down to the following stack trace. Any ideas here? I can dig in to try to see what's

Re: Configuring WebappClassloader Delegate=True

2013-01-21 Thread Violeta Georgieva
Hi, 2013/1/21 Peter Lavin Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default Delegate=false to be Delegate=True ? thanks, Peter Check this http://tomcat.apache.org/tomcat-7.0-doc/config/loader.html#Common_Attributes Regards Violeta

Re: Tomcat binaries archive

2013-02-06 Thread Violeta Georgieva
2013/2/7 Vihari Piratla : Hai, Where can we find tomcat binaries archive. I found this one http://archive.apache.org/dist/tomcat/tomcat-7 but it contains only src files, where can we find binaries? The link is correct. I can see the archives. Open the link. Choose the version and then the

Re: Catalina.out

2013-03-04 Thread Violeta Georgieva
2013/3/4 vicky007aggar...@yahoo.co.in: I am using tomcat 7.0.30(os: redhat linux) referring below link for implementing log4j at the container level http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j Using this link i am still not able to rotate the Catalina.out , is it

Re: FW: Tomcat 5.5.20 not stopping and starting correctly

2013-04-10 Thread Violeta Georgieva
Hi, 2013/4/10 Tailor,Nilesh wrote: Hi, We currently have an issue whereby Tomcat 5.5.20 does not seem to stop and start correctly. When we stop the service the below message appears: 'Windows could not stop the Apache Tomcat 5.5.20 service on Local Computer. Error 109: The pipe has been

Re: tomcat reload single application command

2013-04-15 Thread Violeta Georgieva
Hi, 2013/4/15 naouguh_tomcat wrote: Hi All, Can someone tell me how to reload one application of tomcat in the command line ? Please check this [1]. Regards Violeta [1] http://tomcat.10.x6.nabble.com/Command-line-reloading-of-a-webapp-td2038007.html

Re: tomcat7 tldScanJar warning

2013-07-15 Thread Violeta Georgieva
2013/7/15 Chris Cheshire wrote: On Fri, Jul 12, 2013 at 9:38 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I changed the web.xml declaration to You need to add metadata-complete=true. See below: web-app version=3.0

Re: OSGi in Tomcat

2013-07-23 Thread Violeta Georgieva
2013/7/23 Leonardo Torres wrote: Hi guys, I would like to know how can I integrate tomcat with osgi (Equinox)? What exactly do you need? - OSGi running inside Tomcat - Or Tomcat running inside OSGi environment. If this is what you need then you can look at http://eclipse.org/gemini/web

Re: OSGi in Tomcat

2013-07-23 Thread Violeta Georgieva
2013/7/23 Leonardo Torres wrote: Let me explain my scenario, so you can help me. I have an application that uses the implementation of tomcat to websocket, and this application need to find services dynamically. So I need to use OSGi as service repository. I believe embed OSGi in tomcat,

Re: OSGi in Tomcat

2013-07-24 Thread Violeta Georgieva
2013/7/23 Leonardo Torres wrote: Thank´s for reply. Just one more question, If I want to use tomcat inside of OSGi environment, how can I do that ? Check Gemini Web documentation: http://www.eclipse.org/gemini/web/documentation/ http://wiki.eclipse.org/Gemini/Web Regards Violeta

Re: OSGi in Tomcat

2013-07-24 Thread Violeta Georgieva
2013/7/25 Leonardo Torres wrote: Thank´s. In my case, It´s not a problem the incompatibility. :) Sorry for my question, but in this case, I create a class that inherits from WebSocketServlet and use HttpService to register it? You create a class that inherits WebSocketServlet and pack it as

Re: EL 3.0 Constructor Reference

2013-08-17 Thread Violeta Georgieva
2013/8/14 Daniel Mikusa wrote: In the EL 3.0 Spec, section 1.22.3 Constructor Reference states A class name reference, followed by arguments in parenthesis, such as Boolean(true) denotes the invocation of the constructor of the class with the supplied arguments. This leads me to believe that

Re: (MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Violeta Georgieva
2013/8/29 Sushil Prusty wrote: Hi I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we configure OCSP in tomcat.

[ANN] Apache Tomcat 7.0.47 released

2013-10-26 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.47. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: [ANN] Apache Tomcat 7.0.47 released

2013-10-27 Thread Violeta Georgieva
2013/10/27 Johan Compagner jcompag...@servoy.com On 26 October 2013 21:59, Violeta Georgieva violet...@apache.org wrote: This release contains a number of bug fixes and improvements compared to version 7.0.42. The notable changes include: - Back-port the JSR-356 Java WebSocket 1.0

Re: [ANN] Apache Tomcat 7.0.47 released

2013-10-28 Thread Violeta Georgieva
2013/10/27 Johan Compagner jcompag...@servoy.com i guess this page should now be updated: http://tomcat.apache.org/whichversion.html Thanks for pointing that. It should be fixed now. only that the minimum version of Tomcat 7 is now not always java 6 ;) fixed

Re: Configuring Embedded Tomcat for SSL

2013-11-01 Thread Violeta Georgieva
2013/11/1 Matthew Westwood-Hill matthew.westwood-h...@nuix.com Tomcat version: 7.0.47 OS: Windows 7 (x64) JDK: 1.7 I am attempting to start an embedded instance of Tomcat, which is configured for SSL only, on port 443. The code I am using is as follows: *public* *static*

Re: Accessing ServletContext from WebSocket endpoint

2013-12-05 Thread Violeta Georgieva
Hi, 2013/12/5 Enrico Olivelli eolive...@gmail.com Hi, is there a standard way to access ServletContext from a WebSocket ServerEndpoint ? Recently there was such discussion: http://markmail.org/message/pqkzatjastefxvd6?q=Tomcat+8+Websockets+configuration+list:org%2Eapache%2Etomcat%2Euser/

[ANN] Apache Tomcat 7.0.50 released

2014-01-12 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.50. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: [ANN] Apache Tomcat 7.0.50 released

2014-01-16 Thread Violeta Georgieva
the best, DaveLaw On 12/01/2014 11:15, Violeta Georgieva wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.50. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies

Re: Tomcat embedded deprecated

2014-02-10 Thread Violeta Georgieva
Hi, 2014-02-10 Tommy Pham tommy...@gmail.com: Hi folks, I'm seeing: @Deprecated http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true public class Embedded at doc site [1] which I presume that the embedded is removed in 8.x? Could someone please explain

[ANN] Apache Tomcat 7.0.52 released

2014-02-19 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.52. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: [ANN] Apache Tomcat 7.0.52 released

2014-02-20 Thread Violeta Georgieva
+01:00 Violeta Georgieva miles...@gmail.com: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.52. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release

Tomcat 7 Session Persistence disable not working as expected

2014-03-09 Thread Violeta Georgieva
Hi, На понеделник, 10 март 2014 г. Akash Jain akash.delh...@gmail.com написа: As documented in https://tomcat.apache.org/tomcat-5.5-doc/config/manager.html#Disable_Session_Persistence , I added the following code piece to disable session persistence in Tomcat 7. What is the exact version of

[ANN] Apache Tomcat 7.0.53 released

2014-04-01 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.53. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 7.0.54 released

2014-05-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.54. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: Release schedule for 7.0.55?

2014-07-01 Thread Violeta Georgieva
Hi, 2014-07-01 16:26 GMT+03:00 Woonsan Ko woon_...@yahoo.com.invalid: Hi, Is there any schedule to release 7.0.55? Follow http://marc.info/?t=14032945371r=1w=2 Regards Violeta I hope to have a fix for 56529 in my project deployment. Thanks in advance, Woonsan

Re: 7.0.54 Startup Times - Going from 700 seconds to 39 seconds

2014-07-18 Thread Violeta Georgieva
Hi, 2014-07-18 2:05 GMT+03:00 George Sexton geor...@mhsoftware.com: So I was working on getting tomcat 7.0.54 to run my app. I setup a configuration with 725 virtual hosts. Startup time was around 700+ seconds. For this app, there's maybe two dozen jars in $CATALINA_BASE/lib, and one 1.2MB

Re: 7.0.54 Startup Times - Going from 700 seconds to 39 seconds

2014-07-19 Thread Violeta Georgieva
2014-07-19 20:26 GMT+03:00 George Sexton geor...@mhsoftware.com: On 7/18/2014 11:02 PM, Violeta Georgieva wrote: Hi, I suppose I'm trying to understand how the impact of this so dramatically outweighs my app's startup, which includes loading the jar, initializing a lot of classes

[ANN] Apache Tomcat 7.0.55 released

2014-07-29 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.55. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: [ANN] New committer: Felix Schumacher

2014-09-19 Thread Violeta Georgieva
2014-09-19 10:49 GMT+03:00 Rainer Jung rj...@apache.org: On behalf of the Tomcat committers I am pleased to announce that Felix Schumacher (fschumacher) has been voted in as a new Tomcat committer. Please join me in welcoming him. Welcome! Regards Violeta Regards, Rainer

[ANN] Apache Tomcat 7.0.56 released

2014-10-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.56. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 7.0.57 released

2014-11-14 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.57. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: Apache Tomcat Project Information

2014-11-20 Thread Violeta Georgieva
Hi, 2014-11-18 14:52 GMT+02:00 Iago Alonso Alonso infia...@udc.es: Hello, we are a group of two students in college and are looking for information about Apache Tomcat project. We wonder if they could give us some information about: You can start here http://tomcat.apache.org/ - Development

[ANN] Apache Tomcat 7.0.59 released

2015-02-09 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.59. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

o.a.c.startup.WebappServiceLoader.load inconsistent behavior when searching for SCI (different loaders when searching for container SCIs)

2015-03-18 Thread Violeta Georgieva
Hi, I have an issue that I investigate and it led me to the implementation of org.apache.catalina.startup.WebappServiceLoader.load(ClassT) So I have two scenarios: - web application with web fragment inside the archive (WEB-INF/lib) - web application with functionality of the fragment copied

Re: o.a.c.startup.WebappServiceLoader.load inconsistent behavior when searching for SCI (different loaders when searching for container SCIs)

2015-03-18 Thread Violeta Georgieva
Hi, 2015-03-18 11:35 GMT+02:00 Mark Thomas ma...@apache.org: On 18/03/2015 09:00, Violeta Georgieva wrote: Hi, I have an issue that I investigate and it led me to the implementation of org.apache.catalina.startup.WebappServiceLoader.load(ClassT) So I have two scenarios: - web

Re: java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:536) when starting Embedded Tomcat Instance

2015-03-16 Thread Violeta Georgieva
Hi, 2015-03-16 15:33 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com: Hi Violeta Hi, 2015-03-16 15:07 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com : ERROR {org.apache.catalina.core.ApplicationDispatcher} - Servlet.service() for servlet bridgeservlet threw

Re: java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:536) when starting Embedded Tomcat Instance

2015-03-16 Thread Violeta Georgieva
Hi, 2015-03-16 15:07 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com: ERROR {org.apache.catalina.core.ApplicationDispatcher} - Servlet.service() for servlet bridgeservlet threw exception java.lang.NullPointerException at

Re: java.lang.NullPointerException at org.apache.jasper.JspCompilationContext.getTldResourcePath(JspCompilationContext.java:536) when starting Embedded Tomcat Instance

2015-03-17 Thread Violeta Georgieva
Hi, 2015-03-17 15:16 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com: Hi Hi Violeta Hi, 2015-03-16 15:07 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com : ERROR {org.apache.catalina.core.ApplicationDispatcher} - Servlet.service() for servlet

Re: org.apache.jasper.JasperException: The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application

2015-03-19 Thread Violeta Georgieva
Hi, 2015-03-19 5:34 GMT+02:00 Thusitha Thilina Dayaratne thusit...@wso2.com: Hi Chris, Thanks a lot for the quick response. Please find inline answers. On 3/18/15 5:39 AM, Thusitha Thilina Dayaratne wrote: I'm in the process of migrating embedded tomcat 7.0.59 application to Tomcat

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with excessive number of blocks of blank lines being logged in the catalina output logs. This is easily reproducible by simply starting a clean Tomcat 7.0.59 server with enabled the

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-04-01 14:30 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with excessive number of blocks

Re: Erroneous duplicate servlet mapping exception (IllegalArgumentException)

2015-03-05 Thread Violeta Georgieva
Hi, 2015-03-05 1:53 GMT+02:00 Adam Ryan adam.john.r...@gmail.com: Hi, I had my tomcat webapp running fine (using Tomcat 8.0.9) in Eclipse Luna, and I decided to have a play around with the build path. After changing a few things and then changing everything back to its previous state, I am

Re: Apache catalina springsource bundle for Apache Tomcat v6.0.43

2015-03-05 Thread Violeta Georgieva
Hi, 2015-03-05 15:31 GMT+02:00 Mark Thomas ma...@apache.org: On 05/03/2015 10:02, Raghavendra Nilekani wrote: Hello All I have a java application where I use Apache catalina springsource OSGI bundle ( *com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar*) to

Re: WebappLoader vs WebappClassLoader

2015-04-21 Thread Violeta Georgieva
Hi, 2015-04-21 6:42 GMT+03:00 Thusitha Thilina Dayaratne thusithathil...@gmail.com: Hi, Could someone tell me what is the purpose of having WebappLoader and WebappClassLoader in Tomcat? WebappLoader is the Tomcat object that a user can configure that represents the class loader. It

Re: userfriendly failed client authentification

2015-05-08 Thread Violeta Georgieva
Hello, 2015-05-07 20:54 GMT+03:00 Johannes jo...@posteo.de: Hello. I'm using Tomcat 7.0.with Java 7.0. I'm trying to create a webapp with needs a client certifiacte authentification. Normal client certifiacte authentfication works well and I can compute the desired certificate data. The

[ANN] Apache Tomcat 7.0.62 released

2015-05-16 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.62. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 7.0.61 released

2015-04-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.61. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: How to access JNDI Directory Context in Tomcat 8

2015-04-06 Thread Violeta Georgieva
Hi, 2015-04-06 14:33 GMT+03:00 Thusitha Thilina Dayaratne thusit...@wso2.com: Hi Is there a Tomcat provided URLStreamHandlerFactory for JNDI in tomcat 8.0.20? I tried TomcatURLStreamHandlerFactory.getInstance().createURLStreamHandler(jndi); jndi schema is removed in Tomcat 8. You may want

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-04-01 17:01 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-04-01 14:30 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com

Re: Tomcat Valve doing Request.getParameter() consumes the stream

2015-05-29 Thread Violeta Georgieva
Hi, 2015-05-28 22:44 GMT+03:00 Teunissen,Peter peter.teunis...@cerner.com: (Tomcat 7) I am writing a Valve that does a getParameter on the Request. At the end of the Valve/Filter chain is a servlet that calls HttpServletRequest.getReader() returning an empty buffer (because the Valve consumed

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Violeta Georgieva
Hi, 2015-07-06 16:20 GMT+03:00 p...@kuruma.co.uk: I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. Another thing that you can check is that you do not pack ECJ library or in the Tomcat lib

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-23 Thread Violeta Georgieva
Hi, 2015-07-23 21:54 GMT+03:00 John Baker jba...@dryfish.org.uk: Hello, I note the HTTP connector does the following when Request.getRemoteUser() is called: public String getRemoteUser() { if (userPrincipal == null) { return null; } return

Re: Tomcat-7.0.61 and SFlow_Valve.jar issue

2015-07-23 Thread Violeta Georgieva
Hi, 2015-07-23 21:36 GMT+03:00 Sergey svin...@apple.com: We updated Tomcat from 7.0.10 to 7.0.61. In previous version we collected Tomcat metrics using Sflow_Valve.jar module. Now it looks like Coyote Connector can't call Request.getBytesRead() method. Here is the Catalina log error:

Re: Tomcat 8 - Manager Deploy

2015-07-13 Thread Violeta Georgieva
Hi, 2015-07-13 14:48 GMT+03:00 theo.swe...@avios.com: Hello Again - I've ran a new test with a sample war file downloaded from - https://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/sample.war The war is renamed as sample-1.0##v1.0.0.war This time the war deploys and starts but it

Re: CsrfPreventionFilter for REST

2015-10-22 Thread Violeta Georgieva
Hi, 2015-09-17 10:55 GMT+03:00 Christoph Nenning : > > Violeta, > > > > > > > Hello, > > > > > > > > ** ** > > > > > > > > *Background information:* > > > > > > > > We are trying to protect our RESTful > > > >

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Violeta Georgieva
2015-10-26 16:35 GMT+02:00 Mark Thomas : > > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Welcome! Regards, Violeta > Regards, > > Mark > >

[ANN] Apache Tomcat 7.0.65 released

2015-10-21 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.65. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 7.0.63 released

2015-07-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.63. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[ANN] Apache Tomcat 7.0.64 released

2015-08-26 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.64. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: CsrfPreventionFilter for REST

2015-09-16 Thread Violeta Georgieva
Hi, 2012-09-26 12:21 GMT+03:00 Konstantin Kolinko <knst.koli...@gmail.com>: > > 2012/9/22 Violeta Georgieva <violet...@apache.org>: > > Hello, > > > > ** ** > > > > *Background information:* > > > > We are trying

Re: Which version of Tomcat supports Java 8

2015-09-24 Thread Violeta Georgieva
On Friday, 25 September 2015, wrote: > If I understood it correctly, Tomcat 7.0.x supports Java 6, 7 and 8. > Correct? Yes Regards, Violeta > > > Thanks, > Gloria > > > -Original Message- > From: André Warnier (tomcat) [mailto:a...@ice-sa.com

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2015-12-08 Thread Violeta Georgieva
Hi Mark, 2015-12-08 12:41 GMT+02:00 Mark Thomas : > > On 08/12/2015 10:19, gustavo.avitab...@unina.it wrote: > > Hi Mark, > >I tried to attend this meeting. I connected with WebEx, > > I could see the slides, but I got no audio. The same > > happened at you first meeting, a

[ANN] Apache Tomcat 7.0.67 released

2015-12-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.67. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: CSRF errors after upgrade of tomcat 8

2015-12-14 Thread Violeta Georgieva
Hello, 2015-12-15 4:35 GMT+02:00 Baron Fujimoto : > > On Mon, Dec 14, 2015 at 09:12:20PM +, Mark Thomas wrote: > >On 14/12/2015 20:49, Baron Fujimoto wrote: > >> On Fri, Dec 11, 2015 at 05:02:43PM -1000, Baron Fujimoto wrote: > >>> On Sat, Dec 12, 2015 at 12:16:01AM +,

Re: [ANN] Apache Tomcat 8.0.29 available

2015-11-25 Thread Violeta Georgieva
2015-11-25 21:38 GMT+02:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > > Am 25. November 2015 20:24:17 MEZ, schrieb Violeta Georgieva < miles...@gmail.com>: > >Hi, > > > >2015-11-25 20:42 GMT+02:00 David Balažic <david.

Re: [ANN] Apache Tomcat 8.0.29 available

2015-11-25 Thread Violeta Georgieva
Hi, 2015-11-25 20:42 GMT+02:00 David Balažic : > > Typo on http://tomcat.apache.org/tomcat-8.0-doc/changelog.html > > "TLSv1.0 is no an alias" > > Should probably be "TLSv1.0 is not an alias" I fixed it. Thanks, Violeta > Regards, > David Balažic > > > -Original

Re: [ANN] Apache Tomcat 8.0.29 available

2015-11-25 Thread Violeta Georgieva
Chris, 2015-11-26 2:52 GMT+02:00 Christopher Schultz <ch...@christopherschultz.net >: > > Violeta, > > On 11/25/15 3:00 PM, Violeta Georgieva wrote: > > 2015-11-25 21:38 GMT+02:00 Felix Schumacher < > > felix.schumac...@internetallee.de>: > >> >

Re: Tomcat's JNDI lookups fail if java.naming.factory.object property is specified

2015-11-19 Thread Violeta Georgieva
Hi, 2015-11-16 8:39 GMT+02:00 Dimitar Valov : > > Hello, > > It is really easy to reproduce this problem even if the default factory > org.apache.naming.factory.ResourceFactory is used (set > JAVA_OPTS=%JAVA_OPTS% -Djava.naming.factory.object= >

  1   2   3   >