Re: need mod_jk for apache http server 2.0.63 - urgent

2008-10-03 Thread tomcat
At 04:57 PM 10/3/2008, you wrote: Hi, I need mod_jk or the comcat connector. I dont know where to get it from. I searched on google but could not find. Basically i would like to connect from tomcat 5.5.9 to apache http server 2.0.63 installed on solaris 10 machine. Could some body tell me

Data source realm, using primary keys (not varchar)?

2005-11-13 Thread tomcat
Hi I'm trying to learn authentication and authorization within a web application, and I think I know the basic stuff an maybe a bit more. I just read the Tomcat howto guide on realm, and especially data source realm. But I think their data base example is a bit strange. They have a table

tomcat-apache ajp13 connection problem (answer time)

2005-12-21 Thread tomcat
hello there, i have two servers inside the dmz, one with redhat 9 the other with fedora core 4. the box running with fedora core has tomcat 5.5.9 and apache 2.0.54. the connection is made with ajp13. the redhat 9 has an older apache and java version. these two servers run separated, so each one

Re: tomcat-apache ajp13 connection problem (answer time)

2005-12-26 Thread tomcat
running with fedora core has tomcat 5.5.9 and apache 2.0.54. the connection is made with ajp13. the redhat 9 has an older apache and java version. these two servers run separated, so each one has all it needs on its system. there are multiple virtual hosts and web applications on each server

Re: pls unsubscribe my name from tomcat users group

2008-03-07 Thread tomcat
Please use a mail client that you can read email headers in. The unsubscribe address is in your email header from the listgroup. List-Unsubscribe: mailto:[EMAIL PROTECTED] Cheers! At 12:19 PM 3/7/2008, you wrote: pls unsubscribe [EMAIL PROTECTED] from tomcat uers group

Re: How do I unsubscribe ?

2007-07-12 Thread tomcat
:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 5:25 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How do I unsubscribe ? [EMAIL PROTECTED] wrote: Hi, Is there an alternative way to unsubscribe from this user group ? I have sent numerous blank emails to [EMAIL PROTECTED

RE: Legal Risk of Using Tomcat

2007-09-07 Thread tomcat
about there, because Tomcat has been written as open source from the beginning, and nobody has ever claimed patent rights over it. You are right - I think this is the primary concern. Yes, most likely the M$ vs. Linux and the whole SCO vs Linux and Novell deal. It is rather dicey. Tomcat

Re: Sending Mail from a Java WebApplication does not work

2007-10-04 Thread tomcat
At 01:30 PM 10/4/2007, you wrote: Gabe, That is great. yes, It is sending mails to junk folder. Thanks a lot lol. How can I avoid it ? why does gmail treats this mail as spam? We were palnning to move our application to a new server. I had written a build script using perl. Every thing went

Re: Spam Score

2008-07-22 Thread tomcat
At 02:38 PM 7/22/2008, you wrote: What is the tomcat mailing list spam score, and why am I unable to send my email to post a question? Patrick Well, your first message that made it in looked like this: X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_RFC_BOGUSMX

Context files disapearring

2006-04-03 Thread tomcat
Hello, I am using Tomcat 5.5.16 and every now and then, my context.xml files get deleted from the $TOMCAT_HOME/conf/Catalina/localhost directory. This seems to be random and it is becoming very frustrating. Does anyone know what's causing this to happen? and how the problem can be fixed

Re: Context files disapearring

2006-04-03 Thread tomcat
Tomcat 5.5.16 and every now and then, my context.xml files get deleted from the $TOMCAT_HOME/conf/Catalina/localhost directory. This seems to be random and it is becoming very frustrating. Does anyone know what's causing this to happen? and how the problem can be fixed? I've never seen

Re: Context files disapearring

2006-04-03 Thread tomcat
I'm running tomcat on Linux machine (FC2) and it is installed in: /usr/local/jakarta/tomcat Aladin Sounds to me like some other process is responsible for this. Out of curiosity, what platform are you on (Windows, Linux, etc., ...) and where is tomcat installed? --David [EMAIL PROTECTED

crossContext breaking class hierarchy?

2006-04-06 Thread tomcat
Hello, I am experiencing a problem with Tomcat and class hierarchies. In particular when an object (which implements interface X) is shared among serveral contexts I am unable to cast the object back into interface X. Here is the setup (for simplicity I'll illustrate this with 2 contexts

RE: crossContext breaking class hierarchy?

2006-04-06 Thread tomcat
My interface is only in the 2 context specific locations: Application A context a: /WEB-INF/lib/interface.jar Application B context b: /WEB-INF/lib/interface.jar It is not in the Tomcat common or shared lib folders; I've verified this just in case I had a brain cramp. I've seen

RE: crossContext breaking class hierarchy?

2006-04-06 Thread tomcat
Problem sovled. Thanks Tim you got me thinking on the right path. I put the interface.jar in the tomcat shared/lib rather than in the individual context's lib folder. This worked because the jar in the shared/lib folder is common to each of the context's classloader. Putting the interface.jar

requested resource not available

2009-05-12 Thread tomcat
I am running Tomcat 5.5.26, Java 1.6.0_13, and Centos 5.2 64 bit. I am really stumped, getting The requested resource not available. I Googled and found quite items on this topic and everything points to an incorrect path. I have checked all the paths I can find, and am not finding the problem

RE: requested resource not available

2009-05-12 Thread tomcat
Thank you for your help, Chuck. I get the message when trying to access the application through a browser. I did try with and without the firewall enabled on the server, and nothing changed. I am not sure I have Tomcat logging set up correctly, so I have not learned anything there. I am brand

RE: requested resource not available

2009-05-12 Thread tomcat
Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: tom...@nym.hush.com [mailto:tom...@nym.hush.com] Subject: RE: requested resource not available I am not sure I have Tomcat logging set up correctly, so I have not learned anything there. For a standard Tomcat installation (downloaded

RE: requested resource not available

2009-05-12 Thread tomcat
package on my development box with no problems. The preconfigured installation of Tomcat does appear (to me at least) to follow the deployment guidelines on the link you sent. On Tue, 12 May 2009 15:28:50 -0500 Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: tom...@nym.hush.com

which apache

2006-07-03 Thread Tomcat
Hello I have installed Tomcat and Apache, and both of them works fine, however , tomcat has been installed as standalone and just listen to Apache that came with Tomcat, how I can change it, so Tomcat works with my desired Apache. Thanks for your help

decompile java class

2006-07-26 Thread Tomcat
Hello I am trying to decompile the java class file with javap command but it returns my-class-name.class contains some-other-package so I am unable to decompile it . is any one has experience with javap command ? how can I decompile a class that cotains other package or classes. I am aware

Re: decompile java class

2006-07-26 Thread Tomcat
/26/06, Tomcat [EMAIL PROTECTED] wrote: Hello I am trying to decompile the java class file with javap command but it returns my-class-name.class contains some-other-package so I am unable to decompile it . is any one has experience with javap command ? how can I decompile a class that cotains

decompile java class

2006-08-07 Thread Tomcat
Hello would you pleas help me with this , when I am trying to decompile a class file with javap -c myclass.class I am receiving following error : Error: Binary file myclass contains com.cnsw.reveiw.conf how can I decompile the class file that contain another class , also I want to use it

difference between thread and session

2006-08-14 Thread Tomcat
Hello what is the difference between thread and session in tomcat ? I was thinking that they are the same, but in server setting of tomcat manager it shows different thread number to session number in application list. Thanks for help

Multiple apache web servers single Tomcat, how many Connectors are needed?

2006-08-25 Thread tomcat
to a single Tomcat instance (on its own server) but need clarification on the number of Connectors I need to define on the Tomcat side (server.xml). Is it a Connector listening on individual ports for each web server or one Connetor for all web servers? Apache 2.0.59 mod_jk 1.2.18 Tomcat 5.5.17 Thanks

Applet not initiated

2007-03-24 Thread Tomcat
Hello When I am trying to open a very simple applet on my browser it returns applet not initiated or failed to load applet. class file is located in tomcat WEB_INF/classes and I am calling it from ROOT directory and through index.html file. thanks for help Adam

Re: Applet not initiated

2007-03-26 Thread Tomcat
is protected from client/browser's access, applet classes can't be accessed if they are under WEB-INF. Also use jsp:plugin tag , if you are accessing the Applet from a JSP file. -Rashmi On 3/25/07, Tomcat [EMAIL PROTECTED] wrote: class file is located in tomcat WEB_INF/classes and I am calling

session time out

2007-04-30 Thread Tomcat
Hello Does application WEB-INF/web.xml override default conf/web.xml setting? specifically session time out , but want to know if other setting is overriden. and can we disable this through server.xml ? Thanks Adam - To

Re: session time out

2007-04-30 Thread Tomcat
/web.xml Cheers Adam Martin Gainty wrote: On the Connector you can set connectionTimeout = 0 for indefinite timeout also a keepAliveTimeout on the Sender which I believe defaults to 60 sec http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html also a tcpSelectorTimeout on the Receiver which

Suspected mod_jk connection problems

2007-05-17 Thread tomcat
? Configuration: CentOS 4.4 Apache 2.0.52 Jakarta-Tomcat 5.5.7 mod_jk-1.2.8 Thanks, Glenn - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Suspected mod_jk connection problems

2007-05-18 Thread tomcat
? Configuration: CentOS 4.4 Apache 2.0.52 Jakarta-Tomcat 5.5.7 mod_jk-1.2.8 Thanks, Glenn At 05:41 PM 5/17/2007, you wrote: I used to work with a Sys Admin whose expertise was chaing the sys admin password when asked about issues such as interconnecting thru Pix he would say let me get back

Re: I've been trying to unsubscribe from this list for years.

2007-05-18 Thread tomcat
At 11:48 PM 5/17/2007, you wrote: When you send an email to [EMAIL PROTECTED] add the word Unsubscribe to the email's subject and body, that worked for me when I was trying to switch my e-mails. I think it sends you an additional e-mail to confirm unsubscription, reply to that one as well.

war file name

2007-05-29 Thread Tomcat
Hello there is a directive in server.xml or context file, which force us having war file name be the same as context file or the same as name of directory which war file unpacked, would you please let me know which directive it is. Thanks Adam

ajp advantages over http connector

2007-06-09 Thread Tomcat
Hello is there any advantage using ajp over http connector ? what are those advantages? Cheers Adam - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Tomcat 6.0.20 unable to create new native thread

2010-05-19 Thread tomcat
Hi all, we have a problem with our tomcat 6.0.20 which throws occasionally the following exception: java.lang.OutOfMemoryError: unable to create new native thread Information about the system: - Win2003 Server Standard Edition 32 bit - 2GB RAM - Apache 2.2.13 with open SSL and mod_jk 1.2.28

Tomcat latency

2011-05-23 Thread tomcat
: /opt/tomcat6 Using CATALINA_HOME: /opt/tomcat6 Using CATALINA_TMPDIR: /opt/tomcat6/temp Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre Server version: Apache Tomcat/6.0.20 Server built: May 14 2009 01:13:50 Server number: 6.0.20.0 OS Name:Linux OS Version: 2.6.31-14-server

Re: starting tomcat

2014-06-11 Thread tomcat
Check this file C:\Users\francesco\.keystore exist or not ? 在 2014年6月11日,下午9:30,Francesco Viscomi fvisc...@gmail.com 写道: C:\Users\francesco\.keystore

Re: httpd 2.2 +mod-jk1.2.37+ tomcat 7.0.28 (debian package)

2015-10-21 Thread tomcat
not look like this feature is available. But if I understand correctly, you have 2 cases of 404 : 1) if the application is for Tomcat "not there" (meaning for example it is not deployed at that particular moment), then Tomcat itself returns a 404. 2) if the application is there and workin

Re: httpd 2.2 +mod-jk1.2.37+ tomcat 7.0.28 (debian package)

2015-10-22 Thread tomcat
On 21.10.2015 19:47, André Warnier (tomcat) wrote: On 20.10.2015 00:13, J Lopez wrote: Hi all, is it possible to filter 404 application errors taking into account content-type beside http return code in jk configuration. I need to difference between application is not deployed/executing

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-26 Thread tomcat
On 24.10.2015 15:58, Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. Welcome, Ongjen. - To unsubscribe, e-mail

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
On 27.10.2015 10:46, Yogesh Patel wrote: Ok Thanks, My Tomcat version is : 7.0.47 Error stack trace is below: " org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP me

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
Yogesh, 1) please follow the rules of this list, and don't "top-post" : http://tomcat.apache.org/lists.html#tomcat-users #6 2) please follow the rules of this list, and post your messages as plain text : http://tomcat.apache.org/lists.html#tomcat-users #7 As you can see below

Re: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
Hi. on this list, as per http://tomcat.apache.org/lists.html#tomcat-users #6 , it is preferred if you respond below the question being asked (or the previous response) rather than on top. (The main reason being that it is easier that way to follow the normal gist of the conversation, rather

Re: AW: Suppress or replace WWW-Authorization header

2015-10-29 Thread tomcat
. There are loads of examples on how to do this on the internet. This isn't tomcat specific. function globalInterceptorResponse($injector, $q) { return { 'response': function (response) { return response; }, 'responseError': function (rejection) { switch

Re: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
the Authorization: Basic header). The server supports two kinds of deployment: Standalone with an embedded Jetty-server and as war-file for app-servers (most of them are tomcat-server). I try to suppress the browser BASIC-login-dialog for the REST-service-calls from AngularJS. On Jetty I modify the 401

Re: servlet filter not working over virtual directories in tomcat

2015-10-24 Thread tomcat
On 24.10.2015 05:11, Pradyut Bhattacharya wrote: The URL pattern therefore needs to be "/*" Could not do anything with the above statement. May be an example could suffice. Then maybe try this : Instead of : dir_filter /web/* try : dir_filter /* Explanation :

Re: Java 7 and 8 features

2015-10-27 Thread tomcat
that you are asking the wrong question. As per this page : http://tomcat.apache.org/whichversion.html "Apache Tomcat™ is an open source software implementation of the Java Servlet and JavaServer Pages technologies." In other words, Tomcat is not an implementation of any specific Ja

Re: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
). But that's not a solution because the rest-service should be still protected and I need to authenticate via "Authentication: Basic ." header send credentials, but I don't want to show the ugly browser-dialog to the users. Using a AngularJS Client with REST-services based on tom

Re: AW: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
On 28.10.2015 17:42, Torsten Rieger wrote: -Ursprüngliche Nachricht- Von: Aurélien Terrestris [mailto:aterrest...@gmail.com] Gesendet: Mittwoch, 28. Oktober 2015 16:45 An: Tomcat Users List <users@tomcat.apache.org> Betreff: Re: AW: Suppress or replace WWW-Authorization header Y

Re: AW: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
On 28.10.2015 17:42, Torsten Rieger wrote: -Ursprüngliche Nachricht- Von: Aurélien Terrestris [mailto:aterrest...@gmail.com] Gesendet: Mittwoch, 28. Oktober 2015 16:45 An: Tomcat Users List <users@tomcat.apache.org> Betreff: Re: AW: Suppress or replace WWW-Authorization header Y

Re: AW: AW: Tomcat 6, DB2 Driver Problems

2015-10-29 Thread tomcat
it to the list, which strips most attachments. Better : use a text editor to cut and paste the stack trace right here : -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 28. Oktober 2015 15:30 An: Tomcat Users List Betreff: Re

Re: Tomcat answers on port 80, not on 443

2015-10-23 Thread tomcat
ell.. Getting back on-topic however : I do not know anything about Felix, and I have not really followed this thread. But assuming that this Felix is a web application running under Tomcat, the fact that it has the above in its own configuration file, rather than in some Tomcat configurat

Re: Suppress or replace WWW-Authorization header

2015-10-28 Thread tomcat
Hi. On 28.10.2015 09:36, Torsten Rieger wrote: Hi, I try to suppress the browser login-dialog on basic authentication (basic is a legacy requirement), how can I do that? Filters are called after login on the container, right? I am not sure that I understand exactly what you mean here, and

Re: Fwd:

2015-11-13 Thread tomcat
inding where the Document Root is for my application ("applicationName"). As I understand, since my Catatlina_Home = "c:\tomcat" and the "" tag in the server.xml specifies "appbase='webapps'", it should be under c:\tomcat\webapps...but it is not. Thanks again

Re: Tomcat simple tcp cluster doesn't work on switching browser

2015-11-16 Thread tomcat
On 16.11.2015 11:36, Amit Rawat wrote: Hi, I'm observing some strange behaviour between two instances of apache-tomcat-7.0.41 running on the same server. Sessions are shared between the servers on multiple logins/logouts on the same browser , but when i switch browsers , the session

Re: 80ms delay switching between worker threads

2015-10-30 Thread tomcat
On 30.10.2015 01:03, Farzad Panahi wrote: Hi, I am using tomcat 8.0.23 to terminate my websocket connections. I was looking at my trace logs and noticed that when tomcat worker thread responsible for processing websocket messages switches to a different thread, there is about 80ms delay. In my

Re: [OT] RE: 80ms delay switching between worker threads

2015-11-03 Thread tomcat
e- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: 31. October 2015 10:27 To: Tomcat Users List Subject: [OT] RE: 80ms delay switching between worker threads Importance: Low Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sen

Re: [PROPOSAL] Tomcat Webinar series

2015-11-13 Thread tomcat
On 12.11.2015 23:29, Mark Thomas wrote: All, I've been wondering if there would be any interest in a Tomcat Webinar series. I'm thinking ~10 minutes of presentation followed by Q on topics of interest to this community with the webinars taking place every 1/2/4 weeks depending on interest

Re: HTTP 400 with Form based authentication

2015-09-07 Thread tomcat
Hi. I have notv really followed this thread from the beginning, but maybe I can contribute something here.. On 07.09.2015 15:56, Sreyan Chakravarty wrote: .. Also can I webapp have different realms ? If so how do you distinguish them ? I was looking at the RealmBase source and I haven't

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread tomcat
will point it to city subdomain. Can we create subdomains on the fly in tomcat ? Kiran, Can you try to re-phrase your question in terms which people without a crystal ball would understand ? Ce qui se conçoit bien s'énonce clairement - Et les mots pour le dire arrivent aisément. L'Art

Re: seeking help with stabilizing the persistence of a JSESSIONID

2015-09-04 Thread tomcat
Apache HTTPD as a front-end (via mod_proxy) for Tomcat, since Shibboleth works (mostly) with Apache HTTPD. So, the authentication happens on the HTTPD side. Are you using AJP or HTTP as your proxy protocol? If AJP, are you using tomcatAuthentication="false" on your ? I'm not exactly

Re: [somewhat OT] Undefined behaviour with Credential Handler

2015-09-10 Thread tomcat
Hi. I have been following this thread loosely, and I have nothing about Tomcat authentication per se, but maybe now may be the moment to suggest another approach : why not use an Apache httpd as a front-end to Apache Tomcat, do the user authentication/authorization at the Apache httpd level

Re: heap thrashing

2015-09-12 Thread tomcat
On 11.09.2015 16:43, Leo Donahue wrote: On Fri, Sep 11, 2015 at 9:36 AM, Leo Donahue wrote: Good day, I see this topic come up from time to time on the list. Can someone point me to what heap thrashing looks like? Googled java heap thrashing and looked at the images,

Re: TC Connector IIS .41 build not running on windows 2012

2015-09-15 Thread tomcat
Thanks for providing the solution, as well as the question. Is this something that should be added to some documentation on the Tomcat website ? Or is it already there and you just overlooked it ? On 15.09.2015 19:30, Thomas, Stuart wrote: The server simply needs to the C++ Redistributable

Re: Question on autoDeploy=true + editing conf/context.xml

2015-09-15 Thread tomcat
On 15.09.2015 20:11, Felipe Jaekel wrote: Hi, I use parallel deployment, so I set *autoDeploy=true* to enable newer versions of webapps as as soon as they are deployed, but if I edit *conf/context.xml*, I'd like that Tomcat 7.0.62 did not restart automatically. Is it possible? Just

Re: heap thrashing

2015-09-12 Thread tomcat
On 11.09.2015 18:24, Caldarale, Charles R wrote: From: Leo Donahue [mailto:donahu...@gmail.com] Subject: Re: heap thrashing I see this topic come up from time to time on the list. Can someone point me to what heap thrashing looks like? Is heap thrashing a very "closely spaced" saw tooth

Re: Tomcat 8 reliability/performance on Windows 2008 R2 Server vs. RHEL/CentOS

2015-09-30 Thread tomcat
On 30.09.2015 22:23, Jason Britton wrote: Hello Good People - We currently have multiple Tomcat instances deployed on RHEL in production with no issues but I am getting asked why we shouldn't migrate everything to run on Windows 2008 R2 Server instead. My stomach churns at the thought but I am

Re: [OT] loading images through a Servlet

2015-10-02 Thread tomcat
From: "André Warnier (tomcat)" <a...@ice-sa.com> Date:10/02/2015 2:46 AM (GMT-08:00) To: users@tomcat.apache.org Subject: Re:[OT] loading images through a Servlet On 02.10.2015 11:39, Bill Ross wrote: And if I find anyone hitting me with unknown or aged-out hash

Re: loading images through a Servlet

2015-10-02 Thread tomcat
On 01.10.2015 23:52, Bill Ross wrote: Please let me know if there is a better place to ask Servlet/javascript interface questions. For the javascript part, there are probably better places. But the people here are awesome, so it's worth giving it a try. For the servlet side of it, this

Re:[OT] loading images through a Servlet

2015-10-02 Thread tomcat
:-) Never mind that. If you have actually found an innovative solution to the "browser-knows-all-anyway" conundrum, much bigger fame (and income) awaits you. Bill Original message From: Bill Ross <r...@cgl.ucsf.edu> Date:10/02/2015 2:04 AM (GMT-08:00) To: T

Re: loading images through a Servlet

2015-10-02 Thread tomcat
Chris, you're kind of breaking down an open door here. Bill was already at the stage of congratulating himself and dreaming of his retirement plan, following his discovery of a brilliant and innovative solution. Better to start from the beginning of the thread.. On 02.10.2015 16:30,

Re: loading images through a Servlet

2015-10-02 Thread tomcat
On 01.10.2015 23:52, Bill Ross wrote: Please let me know if there is a better place to ask Servlet/javascript interface questions. For the javascript part, there are probably better places. But the people here are awesome, so it's worth giving it a try. For the servlet side of it, this

Re: loading images through a Servlet

2015-10-02 Thread tomcat
On 02.10.2015 17:04, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/2/15 10:38 AM, André Warnier (tomcat) wrote: Chris, you're kind of breaking down an open door here. Bill was already at the stage of congratulating himself and dreaming of his

Re: AW: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 17:12, Arno Schäfer wrote: Thanks for the hint Aurélien, there *maybe is* documentation about this, see question & comments from Konstantin Kolinko in http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html but I asked this question, because I recog

Re: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 16:36, Arno Schäfer wrote: Hi all, using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that I can not configure a user/password with the tomcat7.exe utility. I run this as a local administrator in a DOS box with a valid user and password it returned

Re: [OT] loading images through a Servlet

2015-10-02 Thread tomcat
.3.4-SNAPSHOT) Bill On 10/2/2015 7:17 AM, André Warnier (tomcat) wrote: On 02.10.2015 12:44, Bill Ross wrote: Whether or not I have masked the file name in the header properly, which I can't verify easily Oh yes you can. Mozilla Firefox, plugins, Web Developer, HttpFox. click and open in its own

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-28 Thread tomcat
of its ability to pass data out-of-band with respect to the tunneled HTTP message. There definitely is utility there. +1. Passing Apache httpd's "environment variables" for instance, becoming "request attrib

Re: Log message - APR Error -70014

2015-09-23 Thread tomcat
On 23.09.2015 17:51, DB wrote: Hello, For Tomcat 8.0.24 and jre 1.8.0_60. I have seen this stack trace in catalina.out and I have not found anything using google search to discover the cause. The error is intermittent and only shows up after pretty significant load: 17-Sep-2015 13:04:54.941

Re: Which version of Tomcat supports Java 8

2015-09-24 Thread tomcat
On 25.09.2015 01:03, gloria.zh...@wellsfargo.com wrote: Hi, We are currently using Tomcat 7.0.62. Does this version officially support Java 8? If not, which version of Tomcat supports it. All you wish to know is here : http://tomcat.apache.org/whichversion.html

[OT] Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-24 Thread tomcat
On 24.09.2015 23:59, George Sexton wrote: ... Couldn't you have your load balancer send x% to one instance, and 1-x% to the other instance? Wait, I didn't get this. Say that x = 20. So we send 20% to instance A. Then we send (1 - 20)% = -19%, to instance B. So together, instance A and

Re: soap web service (axis based) on tomcat 8

2015-09-19 Thread tomcat
On 19.09.2015 02:20, jennifer zhou wrote: Hi, Our app was running well on Tomcat 7 on linux. Recently we migrated to Tomcat 8 on linux. However we found the system CPU usage is higher than normal. When there is no any user interaction, we still see about 25% of the system CPU usage. After

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread tomcat
srini_ On 23.09.2015 19:03, Srinivasan Raman wrote: Hi Graham, Unfortunately, the data needs to be encrypted if the communication is over TCP, even if it is to a process in the same VM. Any alternatives that you can suggest for getting Unix domain sockets to work with Tomcat? I did come

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread tomcat
in these regards as I have already configured Apache Tomcat to host multiple webapps, and call them based on URL. It is working. Now on to the 2nd stage of problem, where I have hosted a CMS on Apache server, and would like to call it with a URL, *but also keep Apache tomcat running in parallel

Re: Creating another Tomcat copy in hot stand-by when original goes down.

2015-12-08 Thread tomcat
On 08.12.2015 14:07, Kernel freak wrote: Hello friends, I am working on a Debian server in which I would like to setup 2 instances of Apache tomcat which will be load balanced by an Apache HTTP server(Do I require a http server? ). In-case one copy of Apache tomcat goes down, the other one

Re: Detecting Expired Session via JavaScript?

2015-12-02 Thread tomcat
. If I hit any of the apps it resets the timer. I don't think hitting app A will reset the session timeout of app B's session. (Or maybe it does, but I didn't think that's how SSO worked in Tomcat. Unfortunately, the SSO documentation[1] doesn't actually say exactly how all this works.) Do they all

Re: Fwd: curl and geoserver not working

2015-12-06 Thread tomcat
On 06.12.2015 20:25, pablo zader wrote: Hello list. Something strange is happening when I load a file to Geoserver by curl. I observed in the tomcat manager that the process never leaves the state (s) of service: *Sent Time Stage B B Recv Client (Forwarded) Client (Current) VHost Request* *S

Re: Today's Apache Tomcat: TLS Virtual Hosting webinar is now available on YouTube

2015-12-09 Thread tomcat
On 09.12.2015 01:13, Yu, Yujin wrote: Hi, Please kindly remove myself in this e-mail group. Please see instructions for that at the bottom of *each message* on this list. ... - To unsubscribe, e-mail:

Re: Custom Connector class

2015-12-09 Thread tomcat
the body by calling Request.getInputStream(). The servlet wouldn't be able to call getReader or getParam anymore. I would like my Valve to be transparent in that sense. I am no java nor Tomcat guru, so take this with caution : Looking at http://tomcat.apache.org/tomcat-8.0-doc/config/http.html

Re: Failover not working even after configuration.

2015-12-09 Thread tomcat
On 09.12.2015 15:56, Kernel freak wrote: I am working on Apache and tomcat to setup Load-balancing and fail-over. Initially I thought that load-balancing would include fail-over, but I was wrong. I thought that if one instance is not active, then consuming other instance also becomes a part

Apache httpd / mod_proxy_ajp logging

2015-12-03 Thread tomcat
Hi. Although the above module is a httpd-level, this might still be the right place to ask : I am usually using mod_jk as an Apache httpd / Tomcat connector. With mod_jk, there is a separate JkLogLevel directive to set the log level, and also a separate logfile. Would anyone here know what

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread tomcat
code does ? (or could do ?) I know one possibility is to set the Tomcat timer to 30 min expiration, and then keep a '29 minute' timer running in the browser. But my clients can change the tomcat session timer length. And also this doesn't account for a logoff using the same session

Re: Failover not working even after configuration.

2015-12-09 Thread tomcat
On 09.12.2015 17:02, Kernel freak wrote: Hi, Thank you for finding out that mistake with port-number. What I fail to understand is, where to redirect the AJP request then? Why would you need to ? Again : Your AJP (in Tomcat) will *never* receive requests that are HTTPS. It expects

Re: Tomcat available memory

2015-12-11 Thread tomcat
24K)] 159969K->71550K(283136K), 0.0305672 secs] [Times: user=0.02 sys=0.02, real=0.03 secs] I want to print like below in log file: Free memory: 244.47 MB Total memory: 512.00 MB Max memory: 910.50 MB What parameters need to set in JVM option of Tomcat to achieve this? You need to look at the o

Re: maxConnection and keepAliveTimeout

2015-12-11 Thread tomcat
On 11.12.2015 07:56, Yogesh Patel wrote: Hi All, *If we do not configure "maxConnections" then it will take default value as maxThread (which is 200) and "keepAliveTimeout" will take default value of connectionTimeout (which is 60 seconds) then what is a impact of configuring these

Re: Tomcat Conflicting with Group Policy Client

2015-11-19 Thread tomcat
On 19.11.2015 05:19, Nick Childs wrote: Tomcat Version: 6.0.39 Operating System: Server 2012 R2 Standard Configuration: We are utilizing Tomcat as part of a Pentaho deployment - Tomcat is utilized for Pentaho's Data Integration and Business Analytics services. Description: We have a custom

Re: Source IP filtering on some URLs before Container-managed authentication

2015-11-20 Thread tomcat
On 20.11.2015 17:00, Ognjen Blagojevic wrote: Andre, Chris, On 20.11.2015 9:30, André Warnier (tomcat) wrote: On 19.11.2015 21:26, Christopher Schultz wrote: I think that may be the only way to do it. IIRC, someone did some work to allow Filters to be used in the valve chain, but I don't

Re: Source IP filtering on some URLs before Container-managed authentication

2015-11-20 Thread tomcat
don't think there is any facility for specifying s for those. -chris Or, you could switch from container-based AAA, to application-based AAA. You can create a servlet filter which "wraps" your application(s), and in it apply any rules you want. This is totally portable, not Tomca

Re: Modsecurity - REQBODY ERROR

2015-11-23 Thread tomcat
t;Failed to parse request body."] [data "Error reading request body: Client went away."] [severity "CRITICAL"] Action: Intercepted (phase 2)" What could be the possible reason for this error? I don't know, but I believe that you may have posted this to the wrong list. Shou

Re: ServletRequest.getInputStream, getReader, getParameter.

2015-11-23 Thread tomcat
On 23.11.2015 21:14, Roel Storms wrote: Ok, thank you for the clear response. I see the problem with file type elements. If you really have an overwhelming need to pre-check whole POST bodies before passing them to a Tomcat application, you may want to think about fronting your Tomcat server

Re: ServletRequest.getInputStream, getReader, getParameter.

2015-11-23 Thread tomcat
request.getInputStream to fetch the data. However when a web application makes use of my valve, the getParameter method does not return the parameters submitted via POST anymore. This is documented behavior according to the spec of ServletRequest ( https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet

  1   2   3   4   5   6   7   8   9   >