Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-11 Thread Alexander Veit
Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040) at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) at io.restassured.internal.util.IOUtils.toBy

Re: Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Alexander Ghyoot
Christopher, I'm interested in both, how the clients credentials are gathered and verified. Kind regards, Alexander Van: Christopher Schultz Verzonden: maandag 9 januari 2023 19:43 Aan: users@tomcat.apache.org Onderwerp: Re: Apache Tomcat 10.0.27 - UML seq

Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Alexander Ghyoot
https://tomcat.apache.org/tomcat-10.0-doc/architecture/requestProcess/authentication-process.png] Kind regards, Alexander

Re: Host based logging

2020-02-29 Thread Alexander Curvers
HI i know. that comment block was just an example, my real config has several host sections, none of them with commented blocks I should over un-commented before i posted here on the mailinglist to prevent confusion. Its really about host, and perhaps headers. Regards Alexander On Sat, 29 Feb

Host based logging

2020-02-29 Thread Alexander Curvers
Hi I would like to request some help, on a vm I run tomcat behind nginx, nginx is configured as following: proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Port

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
tually. I added this as the last check after JRE64/32, JRE in JDK, now new JDK only and then environment variable. We can discus to use environment variable first of all? I think this could be more common? Alexander - To unsu

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
Am 15.11.2019 22:23, schrieb Mark Thomas: Patches welcome. Mark A patch is nearly ready. I will sent a pull request asap. Alexander - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Support for JDK only by Windows Installer?

2019-11-15 Thread Alexander Norz
\JavaSoft\JDK for some reasons. I suggest to add the JDK registry key and JAVA_HOME envvar to the install script (source/res/tomcat.nsi), if there is no reason against to use JDK only? Best regards Alexander - To unsubscribe, e

Re: Unable to establish WebSocket connection on Tomcat Embed (9.0.24)

2019-11-04 Thread Alexander Stöcker
On Mon, Nov 4, 2019 at 2:55 PM Mark Thomas wrote: > > On 04/11/2019 12:59, Alexander Stöcker wrote: > > My code is basically just: > > > > Tomcat tomcat = new Tomcat(); > > tomcat.getConnector(); > > tomcat.setPort(8080); > > >

Unable to establish WebSocket connection on Tomcat Embed (9.0.24)

2019-11-04 Thread Alexander Stöcker
My code is basically just: Tomcat tomcat = new Tomcat(); tomcat.getConnector(); tomcat.setPort(8080); Context context = tomcat.addContext("/context", new File(".").getAbsolutePath()); // servlet Tomcat.addServlet(context, "myServlet", new MyServlet

Deploy app by JMX

2017-02-21 Thread Roque Alexander Lozano Lozano
generates an error of type 404. But when adding as an alias the ip address to the Host object if it works Is there any way to make it work without specifying alias? I'm using Apache Tomcat 8.5.11 Pd: In the version of Apache Tomcat 7.0.57 it worked Thanks. Alexander.

Destroy type=Service‏

2016-03-09 Thread Roque Alexander Lozano Lozano
Hello, my question is, if possible destroy an object type = Service ?. In my current deployment I have two domains: Catalina and app_domain. I want to delete all app_domain. Thanks

AW: Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
e, that is independent from the application database. Best regards Alexander -Ursprüngliche Nachricht- Von: Daniel Mikusa [mailto:dmik...@pivotal.io] Gesendet: Freitag, 27. Februar 2015 16:01 An: Tomcat Users List Betreff: Re: Persistance on Tomcat 8.0 and Cluster On Fri, Feb 27, 2015

AW: Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
-login into the application. Best regards Alexander -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Freitag, 27. Februar 2015 15:39 An: Tomcat Users List Betreff: Re: Persistance on Tomcat 8.0 and Cluster -BEGIN PGP SIGNED MESSAGE

AW: Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
] Gesendet: Freitag, 27. Februar 2015 14:21 An: Tomcat Users List Betreff: Re: Persistance on Tomcat 8.0 and Cluster On Fri, Feb 27, 2015 at 8:15 AM, Alexander Diedler wrote: > Hello, > I have to build a two node failover cluster with 2 tomcats 8.0.15 servers. > This cluster is on AWS

Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
global /conf/context.xml is this: And in server.xml we use globally: Inside the engine tag What do we wrong? Greetings Alexander

Re: [OT] FileNotFoundException for existing JAR files

2015-02-12 Thread Alexander Johnson
the tomcat7-maven-plugin. It seems a little sketchy that I don't really know the root cause of the problem, but I'm happy that it's now fixed. -Alex On 2/11/15, 8:13 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 >

Re: FileNotFoundException for existing JAR files

2015-02-10 Thread Alexander Johnson
chance for it to be asynchronous. Good thinking though! -Alex On 2/10/15, 6:10 PM, "Konstantin Kolinko" wrote: >2015-02-11 4:48 GMT+03:00 Alexander Johnson : >> Thanks for the suggestions. I don't have access to the server where >>this >> is happening,

Re: FileNotFoundException for existing JAR files

2015-02-10 Thread Alexander Johnson
/workspace/MY_JENKINS_JOB/tomcat7/webapps/../../target/MY_PROJE CT/WEB-INF/lib/activation-1.1.jar (No such file or directory) at java.util.zip.ZipFile.open(Native Method) I'm still at a loss... -Alex On 2/6/15, 1:45 AM, "Mark Thomas" wrote: >On 06/02/2015 08:16, Alexande

Re: tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-06 Thread Alexander Johnson
ate e-mail about it. On 2/4/15, 8:13 PM, "Alexander Johnson" wrote: >Original question here: >http://stackoverflow.com/questions/28181602/whats-the-difference-between-w >ebappclassloader-and-standardjarscanner > >I'm able to run my team's webapp on my local

FileNotFoundException for existing JAR files

2015-02-06 Thread Alexander Johnson
I'd like to know what could cause Tomcat or the native Java ZipFile.open method to claim that a file does not exist when it actually does? This has been a blocking issue for some of my work for the past month. It's happening when attempting to run the tomcat7-maven-plugin. It works fine on most

tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-04 Thread Alexander Johnson
Original question here: http://stackoverflow.com/questions/28181602/whats-the-difference-between-webappclassloader-and-standardjarscanner I'm able to run my team's webapp on my local machine using the tomcat7-maven-plugin. Unfortunately when I attempt to do the same on the build server it bre

Re: Tomcat JVM Crash

2014-11-24 Thread Alexander Scheibe
hrome or Internet Explorer I reported my reproduction to Oracle too, but since you Chad seams to be in contact with them you could point them to this post. Thanks, Alexander -- View this message in context: http://tomcat.10.x6.nabble.com

Basic auth and spring security

2014-09-15 Thread Alexander Diedler
the basic authentication box in the application, that uses the spring framework with security. How we can get both running ? Best regards Alexander Diedler

Re: Remote JMX Connection to Tomcat 7

2014-05-04 Thread Alexander
= JMXConnectorFactory.connect(serviceUrl, env); Since it works when running inside tomcat I suspect it must be some environment variable or class that I am missing. On 02/05/14 22:37, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexander, On 5/2/14, 1:40 AM

Remote JMX Connection to Tomcat 7

2014-05-01 Thread Alexander
I am hoping this is the proper forum for my problem. I have enabled the JmxRemoteLifeCycleListener and able to connect to tomcat 7 using jconsole etc. using the following url. service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi However as soon as I try to connect from my ow

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Alexander Hartner
already done. it is a know issue. I just posted the solution here in case anybody else runs into the same issue. On 27/08/2013, at 1:06 PM, Niki Dokovski wrote: > On Tue, Aug 27, 2013 at 6:22 AM, Alexander Hartner wrote: > >> The problem was resolved by including

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Alexander Hartner
30 On 27/08/2013, at 12:14 AM, Konstantin Kolinko wrote: > 2013/8/26 Alexander Hartner : >> This may be more of an application problem than a tomcat issue, but I am >> rather stuck with this one and hoping that somebody on this list may be >> able to sh

Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-25 Thread Alexander Hartner
This may be more of an application problem than a tomcat issue, but I am rather stuck with this one and hoping that somebody on this list may be able to shed some light on my issue. I am trying to post UTF-8 encoding text to my JSF2.2 application, however the data received does not seem to be enco

Re: Troubles with JNDI data source configuration in Tomcat6 - mentioning H2 and Jetty

2013-02-22 Thread Alexander Dümont
Hello Chris, Am 22.02.2013 02:39, schrieb Christopher Schultz: You probably don't need to specify this factory. If you don't specify this, you'll get Tomcat's built-in DBCP. That was absolutely true! In fact, removing the "factory"-parameter made it work after all. I know it seems excess

Troubles with JNDI data source configuration in Tomcat6 - mentioning H2 and Jetty

2013-02-20 Thread Alexander Dümont
Hello, my name is Alexander Dümont and i have some troubles configuring a JNDI datasource for Tomcat6. Im sorry, if i can't find the right words, English is not my first language and this is my first shot asking others. I have two active configurations for the same java software pr

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-21 Thread Alexander Shutyaev
Will this help? Can I safely call addWebapp() for 2nd and all other webapps after start() ? 2012/7/22 Mark Thomas > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 17/07/2012 19:31, Alexander Shutyaev wrote: > > Hi Christopher, > > > > I've found a soluti

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-18 Thread Alexander Shutyaev
Hi André, Thanks for your suggestion. I've changed (1) to tomcat.getEngine().setDefaultHost(tomcat.getHost().getName()); and removed (2). It also works this way and the code seems more adequate. Thanks again! 2012/7/18 André Warnier > Alexander Shutyaev wrote: > >> Hi Christ

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-17 Thread Alexander Shutyaev
localhost:8080, http://127.0.0.1:8080 and all other assigned addresses like http://192.168.1.1:8080 etc 2012/7/17 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alexander, > > On 7/17/12 6:42 AM, Alexander Shutyaev wrote: > > Ok, I've figur

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-17 Thread Alexander Shutyaev
Ok, I've figured out it DOES listen on ALL addresses no matter what hostname is, but somehow requests only succeed if they have the hostname matching with the one set by Tomcat.setHostname(...) (which is localhost by default). I'm not sure where the requests fail, but they do. 2012/7/17

force embedded tomcat 7 to listen on ALL adresses

2012-07-17 Thread Alexander Shutyaev
Hi all! I've embedded tomcat 7 using org.apache.catalina.startup.Tomcat class. It seems that by default it listens on "localhost". I've noticed there is a method org.apache.catalina.startup.Tomcat.setHostname(String) which I can use to change this. But I can't find how I can tell tomcat to listen

RE: Tomcat filter behaviour

2012-05-29 Thread Alexander Landsnes Keül
nge. Alex -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 29. mai 2012 16:10 To: Tomcat Users List Subject: Re: Tomcat filter behaviour 2012/5/29 Alexander Landsnes Keül : > I'm seeing some behaviour from Tomcat 7 that I'd classify as &quo

Tomcat filter behaviour

2012-05-29 Thread Alexander Landsnes Keül
There was a copy-paste artifact on my first mail that made no sense at the end of 2). Otherwise this is identical to my previous mail. I'm seeing some behaviour from Tomcat 7 that I'd classify as "funky" when it comes to servlet filters. First off the technical setup JDK 1.7.0_03 (64-bit) Tomc

Tomcat filter behaviour

2012-05-29 Thread Alexander Landsnes Keül
I'm seeing some behaviour from Tomcat 7 that I'd classify as "funky" when it comes to servlet filters. First off the technical setup JDK 1.7.0_03 (64-bit) Tomcat 7.0.26 (64-bit) binaries 4 instances of Tomcat share those binaries, each installed as a pretty standard windows service using service

Problem with using context version

2012-01-12 Thread Alexander Azarov
in a directory with name containing ##... it's here https://github.com/alaz/tweval--2 . It works fine. Looking forward to any help, Alexander Azarov - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Multiple Tomcats on the Machine

2011-12-09 Thread Alexander Diedler
Hello We have three instances of Tomcat on a Windows Server and want to access on every instance several applications through the Manager app. In every /Catalina/[hostname]/manager.xml is Could it be a problem, that the catalina.home only can point to one location and this could occou

mod_jk connection timeouts

2011-11-16 Thread Alexander Diedler
=true worker.loadbalancertc.sticky_session_force=false worker.loadbalancertc.method=Request worker.loadbalancertc.retries=5 worker.loadbalancertc.secret=t # Define a 'jkstatus' worker using status worker.jkstatus.type=status Greetings Alexander smime.p7s D

AW: mod_jk Avoid loadbalancing

2011-11-15 Thread Alexander Diedler
:01 An: 'Tomcat Users List' Betreff: RE: mod_jk Avoid loadbalancing Alexander - >From reading your emails, it sounds like you have the following setup F5 HW-balancer | / \ /

AW: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
e user your tomcat runs as. > > > > Ilya Kazakevich, > Developer > JetBrains Inc > http://www.jetbrains.com > "Develop with pleasure!" > > -Original Message- > From: Alexander Diedler [mailto:adied...@tecracer.de] > Sent: Tuesday, November

AW: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
, Developer JetBrains Inc http://www.jetbrains.com <http://www.jetbrains.com/> "Develop with pleasure!" _ From: Alexander Diedler [mailto:adied...@tecracer.de] Sent: Tuesday, November 15, 2011 5:27 PM To: users@tomcat.apache.org Subject: Include NEtwork path into Tomcat - urgent

Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
this troube? Greetings Alexander smime.p7s Description: S/MIME cryptographic signature

AW: mod_jk Avoid loadbalancing

2011-11-15 Thread Alexander Diedler
Hello, Yes, it was an option to solve my problem. But what about the performance? My opinion was to forward only necessary requests to the Tomcat (jsp, java etc) and let the Apache HTTPD deliver the static content (CSS,JS,Images etc). Best regards Alexander -Ursprüngliche Nachricht

mod_jk Avoid loadbalancing

2011-11-14 Thread Alexander Diedler
second time by the Apache mod_jk himself. Best regards Alexander smime.p7s Description: S/MIME cryptographic signature

AW: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
w from all ... Server.xml: ROOT.xml in /conf/ Greetings Alexander -Ursprüngliche Nachricht- Von: Pid [mailto:p...@pidster.com] Gesendet: Dienstag, 8. November 2011 16:21 An: Tomcat Users List Betreff: Re: AW: mod_jk - Browser displays HTML

AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
xample : Apache now shows the source code of your JSP pages. Hopefully there is no secret password in there. >Test : (http://www.test.de/xyz)/WEB-INF/web.xml Yes you are right, I can read the web.xml from the browser. How we can avoid it? Greetings Alexander > > > > In the A

mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
] "GET /go/VV4QB69WO9F01A9KGBSYVGNVGHY6T95J HTTP/1.1" 200 88572##Not ok, sorcecode displayed. In the virtual-host.conf: ## Tomcatanbindung JkMount /* loadbalancer JkOptions +ForwardURICompatUnparsed AllowEncodedSlashes On Greetings Alexander smime.p7s

Cluster - No faulty members identified

2011-11-04 Thread Alexander Diedler
Hello @ll, I have two Tomcat instances (6.0.32 x64 on Windows) on the same server. Both servers make their own clustering with the other physical node independent from each other on the same machine. I get during start of the 2nd Tomcat on the same node the following error: INFO: Receiver Server

Re: parallel webapp initialization

2011-10-11 Thread Alexander Knöller
s Alex Am 10.10.2011 um 19:30 schrieb Felix Schumacher: > Hi, > Am Montag, den 10.10.2011, 10:17 +0200 schrieb Alexander Knöller: >> Hi Mark. >> >> I'd like to give it a try. >> If I can't find time to do it I'll send an email. > I also took interest

Re: parallel webapp initialization

2011-10-10 Thread Alexander Knöller
Hi Mark. I'd like to give it a try. If I can't find time to do it I'll send an email. Regards Alex Am 09.10.2011 um 18:32 schrieb Mark Thomas: > On 09/10/2011 13:55, Alexander Knöller wrote: >> Hello mailing list. >> >> We use a single tomcat instance (soo

parallel webapp initialization

2011-10-09 Thread Alexander Knöller
Hello mailing list. We use a single tomcat instance (soon switching from 5.5.23 to 7.x) with 24 webapps. Each webapp is based on spring and hibernate doing a lot of I/O during initialization. Tomcat is often restarted which causes long downtimes. As far as i can see the tomcat initializes its

AW: Securing Tomcat cluster communication

2011-10-06 Thread Alexander Diedler
Hello, Please search for "secret" in http://tomcat.apache.org/connectors-doc/reference/workers.html Only requests from members with the same secret word will be acceped. Greetings Alexander -Ursprüngliche Nachricht- Von: Afkham Azeez [mailto:afk...@gmail.com] Gesendet: Don

AW: Preferred configuration with Hardware Loadbalancer

2011-10-06 Thread Alexander Diedler
Hello, I mean a frontend Apache httpd and backend Tomcat server. Loadbalancing would be done by a hardware load balancer fronted to the Apache Webserver, so we should not balance the request two times. It should be only a Failovercluster. Best regards Alexander -Ursprüngliche Nachricht

Preferred configuration with Hardware Loadbalancer

2011-10-06 Thread Alexander Diedler
? E.g. the LB redirect the request to node 1. The Apache Webserver redirects the request to node2. So we have a double load-balancing, what ne would avoid. Best regards Alexander smime.p7s Description: S/MIME cryptographic signature

AW: AW: ISAPI Redicect - Request Entitiy too large

2011-10-06 Thread Alexander Diedler
chris derham Gesendet: Mittwoch, 5. Oktober 2011 12:53 An: Tomcat Users List Betreff: Re: AW: ISAPI Redicect - Request Entitiy too large Alexander, If you are using authorisation header, then you are using SPNGEO. This header encodes the users group membership in the authorisation header. By default

AW: AW: ISAPI Redicect - Request Entitiy too large

2011-10-05 Thread Alexander Diedler
http error 413 [Fri Sep 30 15:06:08.460 2011] [3456:1540] [debug] ajp_reset_endpoint::jk_ajp_common.c (807): (worker1) resetting endpoint with socket -1 (socket shutdown) [Fri Sep 30 15:06:08.460 2011] [3456:1540] [debug] ajp_done::jk_ajp_common.c (3078): recycling connection pool slot=0 for worker w

AW: ISAPI Redicect - Request Entitiy too large

2011-10-05 Thread Alexander Diedler
Hello, We use the IIS integrated (Windows) domain authentication, which is passed to the Tomcat and then we check the given String with our user database in the app and if username and password match, the user was "automatically" logged in (SSO). Greetings Alexander -Ursprüngliche

ISAPI Redicect - Request Entitiy too large

2011-10-05 Thread Alexander Diedler
Hello @ll, I have installed a new Windows 2008 R2 x64 Server with IIS7 and Tomcat 6.0.32 x64 Edition. We use SSO Authentication from IIS to the Tomcat. Suddenly, we got on some clients, but not on every client (that´s stupid!) the following error: Request Entity Too large! The HTTP method doe

AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread Alexander Diedler
/*=worker1 /go=worker1 /show/*=worker1 # Mapping all URI which end with a common suffix: #*.jsp=worker1 ##vHosts for Tomcat 7.0.19 /SiteB.xxx.de/*=worker2 /SiteB.xxx.de *=worker2 /SiteB.xxx.de /manager/*=worker2 /SiteB.xxx.de /manager*=worker2 Best regards Alexander -Ursprüngliche Nachricht

AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-10 Thread Alexander Diedler
YES, this works! I have to define the virtual host in die uriworkermap.properties. Best regards Alexander Diedler -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Mittwoch, 10. August 2011 16:03 An: Tomcat Users List Betreff: Re: AW: Multiple Tomcat

AW: Multiple Tomcat Servers connect to IIS

2011-08-10 Thread Alexander Diedler
Sorry, One mistake in the server.xml conf below, I correct them. -Ursprüngliche Nachricht- Von: Alexander Diedler Gesendet: Mittwoch, 10. August 2011 14:10 An: 'Tomcat Users List'; 'Tomcat Users List' Betreff: AW: Multiple Tomcat Servers connect to IIS Hello, Ye

AW: Multiple Tomcat Servers connect to IIS

2011-08-10 Thread Alexander Diedler
SiteB.xxx.de Now, if a browse http://siteA.xxx.de then I get a Tomcat 404 error from the TC7.0and if I browse the http://siteB.xxx.de I get a blank page.. I do not know where I was thrown. Best regards Alexander -Ursprüngliche Nachricht

Multiple Tomcat Servers connect to IIS

2011-08-10 Thread Alexander Diedler
Hello, I know the way to conenct a single Tomcat to an IIS in Windows 2003 with isapi_redirect.dll, worker.properties and uriworkermap.properties. But, how we can connect two different Tomcats (e.g. Tomcat 6.0.32 and 7.0.19) to Websites in the same IIS ? Best regards Alexander

AW: Redeployment of war File stopps suddenly

2011-07-20 Thread Alexander Diedler
d deploying the web application or the application may be deployed twice. The deployIgnore attribute can be used to avoid this situation." Von: Alexander Diedler [mailto:adied...@tecracer.de] Gesendet: Mittwoch, 20. Juli 2011 08:59 An: users@tomcat.apache.org Betreff: Redeployment of

Redeployment of war File stopps suddenly

2011-07-20 Thread Alexander Diedler
[.] In the Server.xml we have inside the Engine: Do we make a thinking mistake in the understanding of automatical deployment? Greetings Alexander Diedler smime.p7s Description: S/MIME cryptographic signature

AW: Find out reason HEap Space Error

2011-05-17 Thread Alexander Diedler
INDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem USERNAME=cfservice OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 15 Model 65 Stepping 2, AuthenticAMD --- S Y S T E M --- OS: Windows Server 2003 family Build 3790 Service Pack 2 CPU:total 2 (2 cores per cpu, 1 th

Find out reason HEap Space Error

2011-05-17 Thread Alexander Diedler
emory leak. What is the best way to find out the best parameters for the settings of Tomcat? Best regards Alexander Diedler smime.p7s Description: S/MIME cryptographic signature

multiple Loadbalancer workers - found each other webapps?

2011-05-13 Thread Alexander Diedler
Hello, Why see one tomcat the apps of another tomcat? We have two servers with two installed Apache Tomcats 6.0.32 and one Apache Webserver 2.2.14. Server A: Tomcat1 hosts App1 and App2 Tomcat2 hosts App3 Server B: Tomcat1 hosts App1 and App2 Tomcat2 hosts App3 In the worker.proper

AW: mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-12 Thread Alexander Diedler
orce=false worker.loadbalancer2.method=Busyness worker.loadbalancer2.retries=3 worker.loadbalancer2.secret= Is this a good configuration? Greetings Alexander Diedler -Ursprüngliche Nachricht- Von: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Gesendet: Montag, 9. Mai

AW: HowTo place Manager-App

2011-05-09 Thread Alexander Diedler
Hello, Ok, so I have to place the context.xml in the conf-Base. But how I can use Valves, like Remote Adress filter to grant access to the Manager app only from localhost, 127.0.0.1 and IPs inside from corporate network? Greetings Alexander -Ursprüngliche Nachricht- Von: Thomas Freitag

mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-09 Thread Alexander Diedler
. Is this a valid configuration or should we define a new loadbalancer worker called loadbalancer2 for the worker3 and worker4? Greetings Alexander Diedler smime.p7s Description: S/MIME cryptographic signature

HowTo place Manager-App

2011-05-05 Thread Alexander Diedler
Hello, What´s the best place to make access to the manager-app? 1. Place a separate context for Manager in the Host-Tag in the server.xml 2. Place the manager.xml in the /conf/Catalina/[Hostname]/ path? Best regards Alexander smime.p7s Description: S/MIME cryptographic

AW: Restarting Tomcat remotely

2011-05-02 Thread Alexander Diedler
If it is a Windows Server you can use the MMC vor Services to connect remotly to the Services and restart it. Gesendet von meinem Windows Phone - Ursprüngliche Nachricht - Von: Asha K S Gesendet: Dienstag, 3. Mai 2011 06:30 An: tomcat-u...@jakarta.apache.org Betreff: Restarting Tomcat re

Allocate JVM settings per instance

2011-04-21 Thread Alexander Diedler
ot not the instance, that the tomcat6w.exe currently contains, instead of the first instance I have installed. Greetings Alexander Diedler smime.p7s Description: S/MIME cryptographic signature

Tomcat 6.0.x TEMP Directory

2011-04-15 Thread Alexander Diedler
Hello everybody, Just a general question. Could it be a bottleneck, if we have millions of .tmp Files in the Tomcat tmp Folder? If we startup the Tomcat, during a period > 15m the are no response from the Tomcat, if we try to open websites, hosted by the tomcat. Greetings Alexander Died

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
:87:74:CF:29:7A:F1:XX:9B:6E: 18:32:7E:XX On 14 Feb 2011, at 15:38, Shaun Farrugia wrote: Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, February 14, 2011 8:04

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
Yes, -rwxr-xr-x 1 tomcat tomcat 1098 Feb 14 12:32 keystore.kdb On 14 Feb 2011, at 15:38, Shaun Farrugia wrote: Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday

Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
start failed: java.io.IOException: Alias name tomcat does not identify a key entry Regardless of what alias name I add to the keystore and modify in my server.xml, I always get this error. Does anyone have a suggestion as to why this happens? Regards

FamWarDeployer - Just in development state

2011-02-03 Thread Alexander Diedler
Hello, In some advanced trainings we talked about (and use!) the farm war deployer for Cluster Deployment. But in the documentation I cannot find much more about this feature. Is it not for production? Greetings Alexander smime.p7s Description: S/MIME cryptographic signature

IIS redirect http to https for Tomcat 6.0.29

2010-12-13 Thread Alexander Diedler
setting we have to do fort he server.xml to get working or is https only a function oft he IIS? Greetings Alexander smime.p7s Description: S/MIME cryptographic signature

Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
What are your evidences? Note that, because of those anti** options in your Context, your content is copied to some temporary directory and is served from there and not from webapp/. Best regards, Konstantin Kolinko Hi Konstantin, using *only* the cachingAllowed attribute is finally working. I

Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
I simply changed a static HTML file. I haven't tried disabling all the other options though. Thanks for the hint. On Thu, Oct 28, 2010 at 11:05 AM, Konstantin Kolinko wrote: > 2010/10/28 Alexander Rosemann : >> Hi, >> >> For some reason Tomcat keeps caching my static co

Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
Hi, For some reason Tomcat keeps caching my static content even though I've set the cachingAllowed attribute to false. I've set the following attributes in %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml: crossContext="false" antiJARLocking="true" antiResourceLocking="true"> ... I ev

AW: Tomcat & IIS - Understanding Context definition to access Webapps

2010-09-14 Thread Alexander Diedler
em? I will test your suggestions tomorrow in my lab. Greetings Alexander Von: Pid [...@pidster.com] Gesendet: Montag, 13. September 2010 23:15 An: Tomcat Users List Betreff: Re: Tomcat & IIS - Understanding Context definition to access Webapps On 12

Tomcat & IIS - Understanding Context definition to access Webapps

2010-09-12 Thread Alexander Diedler
;best practise" for hosting many webapps on one Server? Greetings Alexander - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 6.0.29 & W2K3 x64 & isapi_redirect

2010-09-10 Thread Alexander Diedler
Hello all, I have a problem, that i don´t understand why it not works. I have a new W2K3 (64-Bit) Server R2 with IIS and Tomcat 6.0.29 x64 installed and ISAPI 1.2.30 64 bit. But I got only white pages. If I connect the 32-Bit ISAPI-Connector I got „Unzulässige Funktion.“ Or in english „Invalid fu

RE: C3p0 datasource

2010-05-20 Thread Woude, Alexander van der
mei 2010 15:06 Aan: Tomcat Users List Onderwerp: Re: C3p0 datasource On 19/05/2010 13:52, Woude, Alexander van der wrote: > Pid, > > changing the factory give me the following: > FAIL - Encountered exception javax.naming.NamingException: No set method > found for property: maxIdle I

RE: C3p0 datasource

2010-05-20 Thread Woude, Alexander van der
... 18 more Van: Caldarale, Charles R [chuck.caldar...@unisys.com] Verzonden: woensdag 19 mei 2010 15:02 Aan: Tomcat Users List Onderwerp: RE: C3p0 datasource > From: Woude, Alexander van der > [mailto:alexander.vander.wo...@capgemini.com] > Subjec

RE: C3p0 datasource

2010-05-19 Thread Woude, Alexander van der
: C3p0 datasource On 19/05/2010 13:03, Woude, Alexander van der wrote: > Hello guys, > > I have some trouble in getting c3p0 ComboPooledDataSource working in Tomcat > 6.0.26. > > I have the following config in my server.xml: > > > > > >

C3p0 datasource

2010-05-19 Thread Woude, Alexander van der
ivate"] Any ideas? Regards Alexander This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to r

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
me what is the best one for me, if u can. And I am doubting now if it is in the right file, the startup.sh Can u confirm if that is okay? Greetings Alexander Van: Pid [...@pidster.com] Verzonden: maandag 19 april 2010 14:50 Aan: Tomcat Users List

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
Alex Van: Harry Metske [harry.met...@gmail.com] Verzonden: maandag 19 april 2010 14:16 Aan: Tomcat Users List Onderwerp: Re: memory problems / time outs 2010/4/19 Woude, Alexander van der > Sorry a small correction. The client times out, because

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
1 war is 14 MB How do I check the memory the tomcat uses? Greetings Alex ____ Van: Woude, Alexander van der [alexander.vander.wo...@capgemini.com] Verzonden: maandag 19 april 2010 13:49 Aan: users@tomcat.apache.org Onderwerp: memory problems / time outs Hello

memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
Hello All For a client I developed a few Data webservices. In total there are 7 services. All are CXF based webservices that use hibernate. I keep having memory problems, so I increased both JAVA_OPTS as CATALINA_OPTS. Now I get timed out errors and tomcat blocks completely, I only can resolve t

Re: No gain after pre-compilation

2010-03-09 Thread Alexander Skwar
does not require the background daemons at all. The login page is even shown, when those daemons are down. Best regards, Alexander Am 09.03.2010 um 10:54 schrieb Markus Schönhaber e>: 09.03.2010 10:25, Alexander Skwar: I didn't look at your build script, just a general remark below

No gain after pre-compilation

2010-03-09 Thread Alexander Skwar
p://server:8080/webapp and wait for like 10 seconds until the login screen of the web app is shown. This wait only happens for the very first time after deployment. When I do this again a few minutes/hours later, http://server:8080/webapp is shown right away.

  1   2   3   >