Re: Redirect or Forward a URL on tomcat

2013-12-09 Thread André Warnier
under the root (/) context. You should really contact the developers of that application, for this question. Thanks -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, December 09, 2013 8:40 AM To: Tomcat Users List Subject: Re: Redirect or Forward a URL

Re: ssl on tomcat

2013-12-05 Thread André Warnier
Please do not top-post. It is annoying when someone is trying to figure out what you are talking about. Randeep wrote: Chris, Yes. I have so many http links as some of our old submitted apps used non secured http links. as the apps are in use we cannot change it. I cannot use any redirect

Re: mod_proxy not redirecting servlet redirect properly

2013-12-05 Thread André Warnier
Konstantin Kolinko wrote: 2013/12/5 Ponmani nvr...@yahoo.co.uk: Hi I am very new to mod_proxy. Gone thru some tutorials and configured mod_proxy. Everything works great except this issue. Couldn't solve even after spending hrs in googling. Issue is - I have apache 2 in front of tomcat 6

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread André Warnier
Tapajyoti Roybarman wrote: Hi Andre, I apologize for not following the mailing rule. Actually this is the first time that I am taking the help of such a forum. Before I begin asking you anything I want to thank you for such a detailed explanation. To begin with, answer to your question -

Re: [OT] JNDI Realm and GSSAPI problems with TC 7

2013-12-05 Thread André Warnier
Mark Thomas wrote: ... It *should* work with those but it has only been tested with: - Windows domain controller - Windows client - Tomcat running on Windows Server - Tomcat running on Ubuntu Server .. Ah ! To my knowledge, this is the first indication *ever* that this also works on

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread André Warnier
Tapajyoti Roybarman wrote: Hi, Could you please let me know that how can I serve static content like image files, css files through Apache Webserver instead of Tomcat? That is the normal thing that an Apache httpd webserver does. Please let me know about all the required configurations in

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread André Warnier
Hi. First, respond only to the list, do not copy people extra. I get every message to the list anyway, and if you copy me I get an extra copy which I do not need. Second, on this list, it is preferred to send responses in the text of the original message, not on top. See :

Re: Same realm for three different countries

2013-12-03 Thread André Warnier
Stefan Frei wrote: do you see a entry point where to start ? i already have a customRealm I would look at the problem in a different way, and set up 3 virtual hosts, one for each country. Then it is just a configuration change, nothing in the code. 2013/12/2 Christopher Schultz

Re: j_security_check error

2013-12-02 Thread André Warnier
. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Sunday, December 01, 2013 4:05 PM To: Tomcat Users List Subject: Re: j_security_check error J. Brian Hall wrote: I’m using Tomcat and a MySQL database that contains usernames/passwords/roles for form-based authentication

Re: Patch information required

2013-12-02 Thread André Warnier
kanishk.se...@accenture.com wrote: Hi All, We are using Apache tomcat version 6.0.26 bundled with Jasper soft 5.0 server and we need to install below patches on our servers to fix some Vulnerabilities. http://svn.apache.org/viewvc?view=revisionrevision=958911

Re: Patch information required

2013-12-02 Thread André Warnier
André Warnier wrote: kanishk.se...@accenture.com wrote: Hi All, We are using Apache tomcat version 6.0.26 bundled with Jasper soft 5.0 server and we need to install below patches on our servers to fix some Vulnerabilities. http://svn.apache.org/viewvc?view=revisionrevision=958911 http

Re: j_security_check error

2013-12-01 Thread André Warnier
J. Brian Hall wrote: I’m using Tomcat and a MySQL database that contains usernames/passwords/roles for form-based authentication. Logging in with correct username/password successfully directs to index.jsp (from login.jsp). Logging in with incorrect username/password successfully directs to

Re: multiple servers and digest authentication

2013-11-27 Thread André Warnier
Mark Thomas wrote: On 27/11/2013 07:34, Dehaudt, Christophe wrote: Is there a way to share the nonce between servers so they can act as one? No. You'd need to customise the DigestAuthenticator to do that. I would like to get your advices , how to make a multiple server deployment running

Re: [OT] Symantic has a first tomcat worm ;-)

2013-11-26 Thread André Warnier
Ognjen Blagojevic wrote: Chris, On 25.11.2013 20:56, Christopher Schultz wrote: role rolename=manager-gui/ user username=tomcat password=s3cret roles=manager-gui/ What most users do is to copy the XML example, and paste it into tomcat-users.xml. If that were the case, I would have

Java +GC question

2013-11-24 Thread André Warnier
Hi. This is not a pure Tomcat question, just related. I hope that the Java expertise present on this list might allow a quick rough answer. OS : Debian 3.2.46-1~bpo60+1 i686 GNU/Linux Java info : # java -server -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build

Re: [OT] Issue with cgi/perl webpage

2013-11-24 Thread André Warnier
Felipe wrote: Interesting, so do container-based systems such as Tomcat rely heavely on httpd? Not necessarily. Read on. I've read that many people use Tomcat just for webapp deployment and use apache to handle static pages, among other things, but is it reasonable to use Tomcat to handle

Re: Java +GC question

2013-11-24 Thread André Warnier
First of all, thanks for the analysis. Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Java +GC question java version 1.6.0_26 Do we need to tell you to upgrade? Whatever happened to the Never change a running system ? Seriously, that system

Re: Keep Alive Serverconnection

2013-11-19 Thread André Warnier
Morten Bo Oelbye wrote: I am really schrewed up in this server show. I have tryed different suggestion. I do not know how to reuse the response and request connections. I end up with the same error. java.lang.IllegalStateException: Write attempted after request finished Websockets ? How to

Re: Help needed with SpnegoAuthenticator authentication

2013-11-15 Thread André Warnier
chris wrote: ... When testing see Log dump --- Nov 14, 2013 10:04:50 PM org.apache.catalina.authenticator.SpnegoAuthenticator authenticate SEVERE: Unable to login as the service principal javax.security.auth.login.LoginException: Unable to obtain password from user at

Re: [OT] [Fwd: TomEE Professional Support]

2013-11-14 Thread André Warnier
Pid wrote: On 13/11/2013 14:53, Gurkan Erdogdu wrote: Hello all, When an Apache project founder[1] starts spamming the Apache community, Sorry but how could you say spamming the Apache Community? without knowing me and how I have been contributing to the Apache community and projects? It's

Re: FormAuthenticator: saveRequest does not preserve body

2013-11-13 Thread André Warnier
Bley, Stefan wrote: We are using Picketlink 2.5.2.Final for Federated Identity Management within Tomcat 7.0.42. When the user invokes a request without being authenticated the FormAuthenticator will save the request into the session, issue the authentication request and then restore the

[OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread André Warnier
Hi. I got the following email in my personal email inbox. Isn't there some rule, or at least some matter of self-control, in not using email addresses collected on this list for commercial promotion ? Original Message From: - Wed Nov 13 13:48:37 2013 X-Mozilla-Status: 0001

Re: [OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread André Warnier
Gurkan Erdogdu wrote: This email does not have any relation with my activities in ASF and its projects. Its solely related with my marketing team in which how you get emails. If I thought that it will be a spam, would I put my email address to sender? I think no! We thought that you can

Re: Avoiding/Handling SocketTimeoutException(s) when web application serving resources to mobile clients

2013-11-11 Thread André Warnier
Howard W. Smith, Jr. wrote: On Sun, Nov 10, 2013 at 9:14 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Caused by: java.net.SocketTimeoutException at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:127) at

Re: Tomcat setting as a service after installing the binaries

2013-11-11 Thread André Warnier
Jojy George wrote: Hi Toni, Thanks for this info. I was able to download the files , but i am not sure what else needs to be done after that? i need to just copy the files to the bin folder? that's enough? is there anything else i need to do ? recreate the service with this additional options

Re: Getting Error the the Time of deploying .war file

2013-11-11 Thread André Warnier
Saurabh Saraswat wrote: Dear all, I am getting the Connection was reset error while deploying the .war file of my web application on the apache-tomcat server. I am deploying the file using Tomcat-Manager and its giving the above mentions error after uploading 50 %. What is the size of that

Re: Multi-URL Access 1 Webapp

2013-11-01 Thread André Warnier
Chris Arnold wrote: Starting over since i can not seem to get this to work with tomcat or apache. So what i have now that IS somewhat working is: #This rewrites https://share.anydomain.tld to our mail server RewriteEngine On RewriteCond %{HTTP_HOST} ^share\. RewriteCond

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread André Warnier
Jay wrote: Hi, I am using the Tomcat 4.1.31. Recently some new enhancement has resulted in out of memory issue. Now whenever we start the server the server memory becomes 0 within few mins hence no memory is available for application. It looks to me like the diagnosis is rather easy here :

Tomcat logging, request

2013-10-25 Thread André Warnier
Hi. This is a humble request to the Tomcat developers. First an introduction : This is a mailing list dedicated to helping people use Tomcat, and by extension java webapps and java itself. So it is normal that an overwhelming number of the people who are accessing this list and its archives

Re: Tomcat logging, request

2013-10-25 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/25/13, 7:18 AM, André Warnier wrote: For example, a utility such as logrotate, in the sysadmin world, is like a gift of God. Most server-like programs allow logrotate to rotate their logfiles, compress old

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-10-22 Thread André Warnier
Caldarale, Charles R wrote: From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Subject: Re: Restrict the use of JDK classes Tomcat 7 or 6 Do the mailing list rules state home work questions are in or out of scope? To quote from How To Ask Questions The Smart Way

Re: Servlet init method called multiple times

2013-10-22 Thread André Warnier
Richard Pierce wrote: The init() method of all of my servlets is being called every 10 seconds or so. I verified this by adding a System.out to the init() methods of my servlets. However, the server is not restarting- just init gets recalled, even with no load on the box at all. I have no

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Edoardo Panfili wrote: Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Edoardo Panfili wrote: Il 19/10/13 14:21, Martin Gainty ha scritto: Date: Sat, 19 Oct 2013 10:23:11 +0200 From: edoa...@aspix.it To: users@tomcat.apache.org Subject: Re: can't connect to manager application Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Ognjen Blagojevic wrote: Mark, On 19.10.2013 17:51, Mark Eggers wrote: On 10/19/2013 7:44 AM, Ognjen Blagojevic wrote: If you want to keep parameter deployXML set to false, I believe you need to copy webapps/manager/META-INF/context.xml to conf/Catalina/localhost/manager.xml. Yep,

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 08:43, Ognjen Blagojevic ha scritto: On 18.10.2013 7:34, Edoardo Panfili wrote: To rule out faulty upgrade, could you try to reproduce the problem on clean Tomcat 7.0.42 install? the problem was surely present with 7.0.39, the 7.0.42 is a fresh installation

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 16:40, André Warnier ha scritto: Edoardo Panfili wrote: Il 18/10/13 08:43, Ognjen Blagojevic ha scritto: On 18.10.2013 7:34, Edoardo Panfili wrote: To rule out faulty upgrade, could you try to reproduce the problem on clean Tomcat 7.0.42 install

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 18:16, Caldarale, Charles R ha scritto: From: Edoardo Panfili [mailto:edoa...@aspix.it] Subject: Re: can't connect to manager application seem that the solution is to add privileged=true at $tomcat/conf/context.xml... and the reoload command now works.

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 18:17, Christopher Schultz ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edoardo, On 10/18/13 12:04 PM, Edoardo Panfili wrote: Il 18/10/13 16:40, André Warnier ha scritto: Edoardo Panfili wrote: Il 18/10/13 08:43, Ognjen Blagojevic ha

Re: can't connect to manager application

2013-10-18 Thread André Warnier
to manager application Il 18/10/13 16:40, André Warnier ha scritto: Edoardo Panfili wrote: Il 18/10/13 08:43, Ognjen Blagojevic ha scritto: On 18.10.2013 7:34, Edoardo Panfili wrote: To rule out faulty upgrade, could you try to reproduce the problem on clean Tomcat 7.0.42 install? the problem

Re: [OT] can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 18:38, André Warnier ha scritto: Edoardo Panfili wrote: Il 18/10/13 18:17, Christopher Schultz ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edoardo, On 10/18/13 12:04 PM, Edoardo Panfili wrote: Il 18/10/13 16:40, André Warnier ha scritto

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/18/13 12:48 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edoardo, On 10/18/13 12:38 PM, Edoardo Panfili wrote: Il 18/10/13 18:29, Martin Gainty ha

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 18/10/13 19:17, André Warnier ha scritto: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/18/13 12:48 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edoardo, On 10/18/13

Re: can't connect to manager application

2013-10-18 Thread André Warnier
Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server) --- tomcat-users role rolename=manager-script/ user username=myname password=pwd

Re: User cannot edit wiki pages

2013-10-17 Thread André Warnier
Info wrote: I am new to your user list, why don’t you help me out like the others instead of rudely patronising me. Maybe this is because on this kind of list (which is manned by volunteers offering their own time to help others), one expects the people that write to the list for help, to

Re: overriden context root

2013-10-16 Thread André Warnier
vicky wrote: hi All, I have added below entry in server.xml to override the context root of my application i.e from /dummy to /market. The problem is now the application is accessible via both context roots i.e via /dummy /market context roots but I want the application to be accessible

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread André Warnier
Johan Compagner wrote: yes i figure this out for the classes works quite nice, The only problem is that for web-inf/lib i can't get it to work to mount multiply external folders into that one. From an outsider point of view, that sounds logical. Each new mapping probably overwrites the

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread André Warnier
N.s.Karthik wrote: Hi Do any body have any Brain storming Ideas for the Following With single Web Application Installation Use a Web application for Web based - Browser Interface. Use the same Web application for exposing the SOAP based - Client Interface URL should be same

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread André Warnier
N.s.Karthik wrote: My Friend Let me Explain... I have an an web based application hosted on a tomcat server (port :8080) hence to access the application , i have to use the URL as follows *http://IP:port/APP/index.jsp* Now if some reason , I have to expose some underlying methods part's

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread André Warnier
Chirag Dewan wrote: Hi All, I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. I cannot answer your question, but I think that in order to be helped faster, it would be a

Re: Override logging

2013-10-08 Thread André Warnier
Geoff Meakin wrote: I've been asked to host a couple of tomcat thirdparty webapps which all have either logging.properties or log4j configurations (internally). My question is, as a sysadmin who only gets to run the tomcat container, can I override all the logging configurations of my apps. For

Re: parse mod_jk log

2013-10-07 Thread André Warnier
Don't top post. From: Daniel Mikusa dmik...@gopivotal.com To: Tomcat Users List users@tomcat.apache.org Date: 10/07/2013 04:21 PM Subject:Re: parse mod_jk log On Oct 7, 2013, at 2:57 AM, mohan.radhakrish...@polarisft.com wrote: Hi, I have enable 'debug' mode and

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-03 Thread André Warnier
Arnab Majumder wrote: Hi , I am using Apache Tomcat 8.0.0-RC3 Server and spring dispatcher servlet . I am getting 403 forbidden while using HTTP PUT method but HTTPGET method is working properly. I am trying to solve this with security constraint but it is giving me 409 conflict error because I

Re: Different handling of -Dfoo=bar between versions

2013-10-03 Thread André Warnier
Steve Arch (sarch) wrote: I've found a bit more explanation. You are indeed correct - AWS has their own custom tomcat startup scripts that override the default tomcat startup scripts to handle the quotes. The yum update reverts to the default tomcat scripts and introduces the ambiguity.

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Hi. Do not top-post on this list. If someone looks at your last message, he has to then scroll dow the message to try to figure out what you are responding to. That is annoying. So I moved your responses where they belong. On Mon, Sep 30, 2013 at 10:11 AM, André Warnier a...@ice-sa.com

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Cédric Couralet wrote: 2013/9/30 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application

Re: Keeping user roles in different realm than users

2013-09-25 Thread André Warnier
attr wrote: Is it possible to authenticate a user against one realm (i.e.: LDAP) but authorize (obtain roles the user belongs to) against another realm (i.e. database)? Any other solutions than writing an error-prone homegrown one that will allow to keep users in one realm, user roles in the

Re: MaxClients and maxThreads

2013-09-24 Thread André Warnier
mohan.radhakrish...@polarisft.com wrote: Yes. That is probably the capacity planning part that involves think time analysis and concurrency. What Were They Thinking: Modeling Think Times for Performance Testing Tom Wilson from Computer Measurement Group is what I plan to refer to. But don't

Re: [a bit OT] MaxClients and maxThreads

2013-09-24 Thread André Warnier
David kerber wrote: On 9/24/2013 12:11 AM, mohan.radhakrish...@polarisft.com wrote: Yes. That is probably the capacity planning part that involves think time analysis and concurrency. What Were They Thinking: Modeling Think Times for Performance Testing Tom Wilson from Computer Measurement

Re: MaxClients and maxThreads

2013-09-23 Thread André Warnier
Do not top-post. It makes it difficult to follow the conversation, who answers to what etc. From: Daniel Mikusa dmik...@gopivotal.com To: Tomcat Users List users@tomcat.apache.org Date: 09/20/2013 07:10 PM Subject:Re: MaxClients and maxThreads On Sep 20, 2013, at 9:27 AM,

Re: worker.properties misconfiguration ?

2013-09-23 Thread André Warnier
mohan.radhakrish...@polarisft.com wrote: Hi, I came across this worker.properties that has two workers to balance the load. worker.list=node1,node2 loadbalancer,status This particular line seems to be misconfigured. 'worker.list' has node1,node2 space loadbalancer,status I

Re: MaxClients and maxThreads

2013-09-23 Thread André Warnier
Who, moi ? MiB wrote: 23 sep 2013 09.00 André Warnier: Do not top-post. It makes it difficult to follow the conversation, who answers to what etc. From: Daniel Mikusa dmik...@gopivotal.com To: Tomcat Users List users@tomcat.apache.org Date: 09/20/2013 07:10 PM Subject:Re

Re: mod_jk not changes IP of hostname when occurs changing of IP on DNS

2013-09-21 Thread André Warnier
Tiago Braga wrote: Hi, I would like be automatic. 1) read this page carefully : http://tomcat.apache.org/lists.html Particularly : Important, item 6. 2) try to understand the answers which you have already been given. Do not waste other people's time. We understand that you would like this

Re: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance.

2013-09-21 Thread André Warnier
venkateswara Rao Akkireddy wrote: Hi All Hope every one is doing good! Aim: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance. Please Help me on this ASAP This is the kind of thing that you should probably

Re: MaxClients and maxThreads

2013-09-21 Thread André Warnier
Daniel Mikusa wrote: On Sep 20, 2013, at 9:27 AM, mohan.radhakrish...@polarisft.com wrote: Is this a hard limit ? No. So if there are 4 cores there can only be 800 concurrent clients. None of our banks is calculating this like this and some have Apache and JBoss on the same machine which

Re: mod_jk not changes IP of hostname when occurs changing of IP on DNS

2013-09-20 Thread André Warnier
Tiago Braga wrote: In apache, the module mod_jk not changes IP of hostname when occurs changing of IP on DNS. Version of apache: Server version: Apache/2.2.15 (Unix) Server built: Aug 2 2013 08:02:15 Version mod_jk: 1.2.37 Example: workers.properties

Re: Cannot access webapp outside the server box using a public domain name

2013-09-18 Thread André Warnier
Albert Kam wrote: I have a case where accessing the webapp within the server box is fine, but accessing the webapp from outside the server box using the domain name is problematic, but not so using the public ip address, which is accessible. The content of the webapp is just a single

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-17 Thread André Warnier
Jim Barber wrote: All, On 16/09/2013 10:52 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 9/16/13 10:25 AM, Felix Schumacher wrote: Am Montag, den 16.09.2013, 10:02 -0400 schrieb Christopher Schultz: Jim, On 9/16/13 3:42 AM, Jim Barber wrote: I'm

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-16 Thread André Warnier
Apologies for top posting, just following the trend. OPTIONS are used quite a bit by e.g. DAV clients. Won't you want also to add an IP filter then, to be able to block selectively only the requests from the proxies themselves ? Cédric Couralet wrote: Hi, I'm also interested in a method to

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-16 Thread André Warnier
Jim Barber wrote: On 16/09/2013 4:46 PM, André Warnier wrote: Apologies for top posting, just following the trend. OPTIONS are used quite a bit by e.g. DAV clients. Won't you want also to add an IP filter then, to be able to block selectively only the requests from the proxies themselves

Re: too many apache digester logs

2013-09-13 Thread André Warnier
fachhoch wrote: this is the output from my console lots of these logs catalina.properties http://tomcat.10.x6.nabble.com/file/n5004650/catalina.properties consoleoutput.txt http://tomcat.10.x6.nabble.com/file/n5004650/consoleoutput.txt Attached catalina.properties and

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please let us know the possible

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Shinde Senior Consultant Hoonar Tekwurks Consulting LLP email: prashant.shi...@hoonartek.com | cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 11 September 2013 13:47 To: Tomcat Users List Subject: Re: Problem with tomcat

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread André Warnier
Akbar Thanakalacheruvu wrote: Hi All We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. This concurrency will continue though out the day. So, I need settings/configuration details of tomcat server to improve its

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread André Warnier
Eli wrote: Don't know I'm in this email chain I need to ask someone that really knows computers No chance of finding that here, there are only soft ware guys. Sent from my work PC. - To unsubscribe, e-mail:

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Eli wrote: To complicated Figures. Sent from my iPhone Cute, and so original. I haven't got one of those. It's Chuck's fault. Ever since he told me that his iPhone had more RAM than my server, I've been snubbing them. -

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application for following scenario

Re: solution - RE: how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake?

2013-09-10 Thread André Warnier
Bob DeRemer wrote: -Original Message- From: Bob DeRemer [mailto:bob.dere...@thingworx.com] Sent: Monday, September 09, 2013 1:30 PM To: Tomcat Users List Subject: RE: how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake? -Original

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread André Warnier
nick...@gmail.com wrote: On Thu, Sep 5, 2013 at 12:44 AM, Bob DeRemer bob.dere...@thingworx.comwrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, September 04, 2013 3:59 PM To: Tomcat Users List Subject: Re: Does JSR-356 provide a way for a client

Re: FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (using jenkins) which are then moved to an output

Re: [OT] FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (usingjenkins) which are then

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-04 Thread André Warnier
Bob DeRemer wrote: I'm curious if there's anything defined in JSR-356 to enable a client to pass some security claims in the connect that would allow me to perform an auth check - prior to actually establishing the websocket connection. In an attempt to avoid a websocket DOS, I'm looking to

Re: How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread André Warnier
Sushil Prusty wrote: Hi. Either your question is in the subject, and it does not make much sense as it is phrased, or else you sent this too quickly. I suggest anyway sending a new message with a better subject, because setting up httpd in Tomcat is not really comprehensible. Maybe you

Re: How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread André Warnier
Mark Eggers wrote: On 9/3/2013 11:56 AM, André Warnier wrote: Sushil Prusty wrote: Hi. Either your question is in the subject, and it does not make much sense as it is phrased, or else you sent this too quickly. I suggest anyway sending a new message with a better subject, because setting

Re: tomcat7w.exe

2013-09-02 Thread André Warnier
Please do not top post. It makes it difficult to follow the flow of the conversation. 2013/9/2 David Kerber dcker...@verizon.net On 9/2/2013 12:22 PM, Markward Schubert wrote: I have a short question. Does the monitor exe do anything magical when a tomcat service is started the first

Re: High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread André Warnier
Karuppu Samy wrote: Hi Team, I find tomcat is using high CPU usage in my server. Is there any way to limit the memoryCPU resource limit for tomcat 7? Any guide?? Remove your applications ? - To unsubscribe, e-mail:

Re: HttpServlet

2013-08-30 Thread André Warnier
Morten Bo Oelbye wrote: I am using Tomcat as a server. I am only able to either receive data or send data. The problem is that I am not able to use handchaking. If I try use send, I get the error: java.io.IOException: Connection closed not able to receive any longer What to do? Hi. I believe

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread André Warnier
Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to

Re: [SECURITY] CVE-2012-3544 Chunked transfer encoding extension size is not limited

2013-08-27 Thread André Warnier
wastasy wrote: Hi everyone, I am testing an Apache Tomcat server 6.0.36 on Ubuntu Linux I would like to reproduce CVE-2012-3544 Denial of Service Vulnerability with Apache Tomcat 6.0.36 I tried to send a request using chunked transfer encoding with a web proxy (Burp proxy) but I think I

Re: How to forward subdomain to a destination URL using Domain registrar Cpanel?

2013-08-22 Thread André Warnier
Norah Jones wrote: Hi, I have purchased a domain xyz.com but no hosting. Can I forward a subdomain say photo.xyz.com to my flickr account having URL like flickr.com/photos/abcadjsakjda. http://www.youtube.com/watch?v=cxFYwNLv67s This is, like, the Tomcat Users support list ?

Re: Tomcat connectors and NTFS permission

2013-08-22 Thread André Warnier
Asha K S wrote: HI, Tomcat connectors don't seem to honor the NTFS permissions set for the files. Is there a way to achieve this ? Can you be a bit more explicit about what your exact problem is, and maybe list the Tomcat version which you are using, and the Connector which you are talking

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread André Warnier
Karuppu Samy wrote: You will need to set your application as ROOT in order for it to be the default application. how to do that ??? Is there any configuration file should edit? Please give me some URL to configure this. Replying only to that part : there is an article in the Tomcat

Re: JspTagException- Stream closed

2013-08-16 Thread André Warnier
tinz wrote: Hi, My application is working properly most of the times. But sometimes I am getting the Stream closed error in a random fashion. There is no specific way to reproduce the issue as well. Sometimes it happens more frequently and sometimes not. I am attaching the stack trace . It

Re: Upgrade to Tomcat 7 Issues

2013-08-12 Thread André Warnier
Seema Patel wrote: ... Right, I've re-installed Tomcat 7.0.42. The only things I've changed are in the server.xml file, here is what's in the server.xml file (what I have added/changed are in red, Not the easiest to spot, for a list which works only with plain text messages and strips

Re: How Tomcat6 access a remote directory on the network(NetApp)

2013-08-12 Thread André Warnier
Rudiyono RUDIYONO wrote: Hello Tomcat experts, I'm using Tomcat6 on my web application which is running on Windows Server 2003 Standard Edition. I want to access static files (PDF) in the remote directory on the disk server (NetApp) through http address from web browser. I tried to use

Re: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread André Warnier
Saurabh Agrawal wrote: Hi, I have developed Struts 2 application which is deployed on Tomcat. I am using Eclipse to do the coding and configured Tomcat with Eclipse to deploy the war from Eclipse itself. My requirement is that all static assets should be served from Apache HTTP Server

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread André Warnier
Seema Patel wrote: Hi, I am not sure if this is the right List to post this on, please advise if it isn't and let me know where is best to post. I am getting the following error on one of our applications running on our intranet: 2013-07-31 17:15:11,180 [http-xxx.xxx.x.xxx-xx-x] ERROR

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread André Warnier
Seema Patel wrote: Date: Thu, 1 Aug 2013 12:06:39 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx Seema Patel wrote: Hi, I am not sure if this is the right List to post this

Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-07-31 Thread André Warnier
TRAN Trung Thanh wrote: Hi all, I am newbie here. Today, I tried to start apache tomcat 7.0.42 in Linux environment. Server path contains two consecutive spaces. When I run ./catalina.sh run, server cannot start and there is the following exception in console ./catalina.sh run Using

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