Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
Hello, I have to build a two node failover cluster with 2 tomcats 8.0.15 servers. This cluster is on AWS Cloud, so technical we cannot use Mulicast etc. so we have to use Persistance stored the Session information in a database. The application was in grails and was delivered as a war file tot he

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 adied...@tecracer.de wrote: Hello, I have to build a two node failover cluster with 2 tomcats 8.0.15 servers. This cluster is on AWS

AW: Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
- Hash: SHA256 Daniel, On 2/27/15 9:24 AM, Daniel Mikusa wrote: On Fri, Feb 27, 2015 at 8:35 AM, Alexander Diedler adied...@tecracer.de wrote: Hello Daniel, That you for your reply. You mean, that session persistance was enabled and a failover was recordnized by the loadbalancer

AW: Persistance on Tomcat 8.0 and Cluster

2015-02-27 Thread Alexander Diedler
, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 2/27/15 9:24 AM, Daniel Mikusa wrote: On Fri, Feb 27, 2015 at 8:35 AM, Alexander Diedler adied...@tecracer.de wrote: Hello Daniel, That you for your reply. You mean

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

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 Context docBase=${catalina.home}/webapps/manager privileged=true antiResourceLocking=false

mod_jk connection timeouts

2011-11-16 Thread Alexander Diedler
Hello all, We have a new cluster with 2 servers. Every server contains 2 instances of Tomcat 6.0.32. Every node has an Aapche 2.2.21 installed an mod_jk is configured. In front of the these cluster there is a hardware loadbalancer cluster for HA. Several times we get in the status manager

AW: mod_jk Avoid loadbalancing

2011-11-15 Thread Alexander Diedler
- Von: Pid [mailto:p...@pidster.com] Gesendet: Dienstag, 15. November 2011 12:41 An: Tomcat Users List Betreff: Re: mod_jk Avoid loadbalancing On 14/11/2011 10:42, Alexander Diedler wrote: Hello It is possible in a three node TC 6.0 / TC7.0 Cluster to avoid the loadbalancing between

Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
Hello, I have a Tomcat 6.0 application, that references their pictures as http://www.test.de/pictures/test.png. /pictures is a network path on a storage, so I try to make it as a Context within the server.xml Host Tag Context path=/pictures docBase=\\storage\share\pictures / but it throws a

AW: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
://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 Hello, I have a Tomcat 6.0 application

AW: Include NEtwork path into Tomcat - urgent

2011-11-15 Thread Alexander Diedler
, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure! -Original Message- From: Alexander Diedler [mailto:adied...@tecracer.de] Sent: Tuesday, November 15, 2011 5:39 PM To: Tomcat Users List Subject: AW: Include NEtwork path into Tomcat - urgent Hello

AW: mod_jk Avoid loadbalancing

2011-11-15 Thread Alexander Diedler
and balance directly to the Tomcat servers. Tomcat is just as fast at delivering static content as HTTPD, and it simplifies deployment. Jeff -Original Message- From: Alexander Diedler [mailto:adied...@tecracer.de] Sent: Tuesday, November 15, 2011 5:56 AM To: Tomcat Users List; p...@pidster.com

mod_jk Avoid loadbalancing

2011-11-14 Thread Alexander Diedler
Hello It is possible in a three node TC 6.0 / TC7.0 Cluster to avoid the loadbalancing between these three nodes? We only need the session replication. The Loadbalancing with failover will be done by a Big-IP F5, so we don´t need a “double” balanced request, first time by the HW-balancer and

mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
Hello, Something goes wrong. I have a Apache 2.2.1 with mod_jk and a Tomcat 6.0.32. So if I connect to the website http://www.test.de/ everything is ok, site was displayed. If I try to access http://www.test.de/xyz i get the source code from the site it should be displayed, but it was not

AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
Hello That most probably means that the URL mappings for mod_jk are not correct, and that Apache httpd is serving that content directly. Look at (or show here) the JkMount lines that should be somewhere in your Apache configuration. Was attached in the post: JkMount /* loadbalancer So everything

AW: AW: mod_jk - Browser displays HTML Sourcecode

2011-11-08 Thread Alexander Diedler
- Browser displays HTML Sourcecode On 08/11/2011 15:12, Alexander Diedler wrote: Hello That most probably means that the URL mappings for mod_jk are not correct, and that Apache httpd is serving that content directly. Look at (or show here) the JkMount lines that should be somewhere in your

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

AW: AW: ISAPI Redicect - Request Entitiy too large

2011-10-06 Thread Alexander Diedler
Yes, that´s it. We changed the size to 12k and everything works fine. It is a lot tricky, that the default value is not fitting in a default environment. Thanks to all for your help. BR Alex -Ursprüngliche Nachricht- Von: cjder...@gmail.com [mailto:cjder...@gmail.com] Im Auftrag von

Preferred configuration with Hardware Loadbalancer

2011-10-06 Thread Alexander Diedler
Hello, I am just planning a Application cluster for Tomcat. We have a big hardware loadbalancer (Cisco) and three virtual servers. We talked about several configurations, but it is not clear for us, how to build a Tomcat cluster, with Failover and Session-Replication, but without Loadbalancing?

AW: Preferred configuration with Hardware Loadbalancer

2011-10-06 Thread Alexander Diedler
want Failover (active-passive) or Loadbalancing (active-active)? Ronald. Op donderdag, 6 oktober 2011 10:36 schreef Alexander Diedler adied...@tecracer.de: Hello, I am just planning a Application cluster for Tomcat. We have a big hardware loadbalancer (Cisco) and three

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: Donnerstag, 6.

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

AW: ISAPI Redicect - Request Entitiy too large

2011-10-05 Thread Alexander Diedler
- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Mittwoch, 5. Oktober 2011 10:15 An: Tomcat Users List Betreff: Re: ISAPI Redicect - Request Entitiy too large Alexander Diedler wrote: Hello @ll, I have installed a new Windows 2008 R2 x64 Server with IIS7 and Tomcat 6.0.32 x64 Edition

AW: AW: ISAPI Redicect - Request Entitiy too large

2011-10-05 Thread Alexander Diedler
, and try again ? it may show us a bit more about what is happening. André Warnier wrote: Alexander Diedler wrote: 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

AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread Alexander Diedler
- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Donnerstag, 11. August 2011 10:30 An: Tomcat Users List Betreff: Re: AW: Multiple Tomcat Servers connect to IIS Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 8/10/2011 8:12 AM, Alexander Diedler

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: Multiple Tomcat Servers connect to IIS

2011-08-10 Thread Alexander Diedler
://siteB.xxx.de I get a blank page.. I do not know where I was thrown. Best regards Alexander -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Mittwoch, 10. August 2011 13:49 An: Tomcat Users List Betreff: Re: Multiple Tomcat Servers connect to IIS Alexander Diedler

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, Yes, but we do not map

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

Redeployment of war File stopps suddenly

2011-07-20 Thread Alexander Diedler
Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=app1_access_log. suffix=.txt pattern=common resolveHosts=false/ /Host Do we make a thinking mistake in the understanding of automatical deployment? Greetings Alexander Diedler

AW: Redeployment of war File stopps suddenly

2011-07-20 Thread Alexander Diedler
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 war File stopps suddenly

Find out reason HEap Space Error

2011-05-17 Thread Alexander Diedler
. 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

AW: Find out reason HEap Space Error

2011-05-17 Thread Alexander Diedler
:53:38 2011 elapsed time: 1873 seconds -Ursprüngliche Nachricht- Von: Mikolaj Rydzewski [mailto:m...@ceti.pl] Gesendet: Dienstag, 17. Mai 2011 09:28 An: Tomcat Users List Betreff: Re: Find out reason HEap Space Error On Tue, 17 May 2011 09:12:55 +0200, Alexander Diedler wrote

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

AW: mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-12 Thread Alexander Diedler
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 2011 13:29

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

AW: HowTo place Manager-App

2011-05-09 Thread Alexander Diedler
[mailto:tho...@freit.ag] Gesendet: Donnerstag, 5. Mai 2011 15:08 An: users@tomcat.apache.org Betreff: Re: HowTo place Manager-App -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Alexander, On 05/05/2011 10:53 AM, Alexander Diedler wrote: What´s the best place to make access to the manager

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

Allocate JVM settings per instance

2011-04-21 Thread Alexander Diedler
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 Diedler

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
Hello, Iam not sure i fit ist he right place for this topic, but I want to do a permanently redirect of every incoming http requeswt forwarded to https in IIS. SSL is required is enabled for the website and the isapi_redirect woking fine without this option enabled. Is there are any setting we

AW: Tomcat IIS - Understanding Context definition to access Webapps

2010-09-14 Thread Alexander Diedler
Hello, The target should be, to have the possibillity to restart every webapp through the Tomcat Manager. So for my understanding I have to map every App als path=/appname in the context file. In your configuration, I have to open for every App a dedicated manager to restart them? I will test

Tomcat IIS - Understanding Context definition to access Webapps

2010-09-12 Thread Alexander Diedler
Hello, I think I have a little issue in my configuration of the webserver. I have a Windows 2003 Webserver with IIS and Tomcat Connector and two webapps, that should be delivered through the IIS. But I only get the default Welcome Site from Tomcat. In my Tomcat 6.0.26 I have a Webapp A. It´s

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

Best practise very secure system without any password in cleartext

2010-03-08 Thread Alexander Diedler
Hello @ll, Some difficult task seems to be very strange to realize. We have to create an Application with an Offline Client based on Tomcat and SQL Server on Laptops. That means, that the Laptops has an local installed Webserver with Tomcat and a local installed SQL Server (Full oder Express

Default Configuration Cluster

2010-02-09 Thread Alexander Diedler
Hello everybody, Is there are some information to set default a 2-node cluster with fronted Apache webserver 2.2.14 on one of the nodes? Specially timeouts, Threads, MPM worker etc.. What should be set, and what is bad to change?

AW: Missing files for mod_jk

2010-02-08 Thread Alexander Diedler
of Sending reply in this view. -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Freitag, 5. Februar 2010 18:16 An: Tomcat Users List Betreff: Re: Missing files for mod_jk Caldarale, Charles R wrote: From: Alexander Diedler [mailto:adied...@tecracer.de

Missing files for mod_jk

2010-02-05 Thread Alexander Diedler
Hello, We connect an apache 2.2.14 to a Tomcat 6.0.20. From time to time our cluster throws 502 in the Apache Accesslog. everything is ok-... xxx.xxx.108.1 - - [04/Feb/2010:21:16:57 +0100] GET /public/frame_doc_index.html?med_id=119638 HTTP/1.1 200 771 xxx.xxx.108.1 - - [04/Feb/2010:21:16:58

AW: Missing files for mod_jk

2010-02-05 Thread Alexander Diedler
at the same time of 502 error Greetings Alexander Von: Alexander Diedler [adied...@tecracer.de] Gesendet: Freitag, 5. Februar 2010 12:36 An: users@tomcat.apache.org Betreff: Missing files for mod_jk Hello, We connect an apache 2.2.14 to a Tomcat 6.0.20. From

AW: Missing files for mod_jk

2010-02-05 Thread Alexander Diedler
15:43 An: Tomcat Users List Betreff: RE: Missing files for mod_jk From: Alexander Diedler [mailto:adied...@tecracer.de] Subject: AW: Missing files for mod_jk Some additional information.. in Cataling Log we can see: SCHWERWIEGEND: Error allocating socket processor java.lang.OutOfMemoryError

AW: Missing files for mod_jk

2010-02-05 Thread Alexander Diedler
, I adjust maxThreads to 1000 Greetings Alexander Von: Caldarale, Charles R [chuck.caldar...@unisys.com] Gesendet: Freitag, 5. Februar 2010 16:07 An: Tomcat Users List Betreff: RE: Missing files for mod_jk From: Alexander Diedler [mailto:adied

Tomcat hangs up - Timeout

2010-02-04 Thread Alexander Diedler
Hello, Our cluster (Apache 2.2.14 + mod_jk 1.2.27 + Tomcat 6.0.20) with two nodes sometimes hung up and doesn´t deliver anything. Just a rotating earth in IE =;o) So I think the connector lost communication to the node or other reasons. Worker.properties: # List the workers name worker.list=

AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-03 Thread Alexander Diedler
and HTTP/1.1 503 Service Temporarily Unavailable On 01/02/2010 07:40, Alexander Diedler wrote: 44 requests currently being processed, 1656 idle workers I doubt you have that many AJP threads available on Tomcat. AJP connector config in server.xml? mod_jk config in httpd.conf? Looks like my guess

AW: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-03 Thread Alexander Diedler
Hi, I changed the worker list to comma-separated list. My server.xml: Engine name=Catalina defaultHost=localhost jvmRoute=worker1 !--For clustering, please take a look at documentation at: /docs/cluster-howto.html (simple how to) /docs/config/cluster.html (reference

BestPractise Multiple Webapps

2010-02-03 Thread Alexander Diedler
Hello, We have 3 different webapps based on d:\tomcat_apps\app1 ... app2 App3 on a Apache 2.2.14 and Tomcat 6.0.20. We want to have the possibility to reload every context/webapp separately without impact the others. So we have to open http://www.app1.de/manager/html/ to restart context

AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Alexander Diedler
Feb 01 11:20:29 2010] [notice] Child 2112: Starting thread to listen on port 80. [Mon Feb 01 11:21:00 2010] [notice] Child 2032: Waiting 210 more seconds for 1 worker threads to finish. -Ursprüngliche Nachricht- Von: Alexander Diedler [mailto:adied...@tecracer.de] Gesendet: Montag, 1

AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Alexander Diedler
, Alexander Diedler wrote: 44 requests currently being processed, 1656 idle workers I doubt you have that many AJP threads available on Tomcat. AJP connector config in server.xml? mod_jk config in httpd.conf? Looks like my guess was right. Mark

AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-01-31 Thread Alexander Diedler
2257 (0/sec) 112 24 0 1.3M (104 /sec) 17M (1.3K/sec) 0 11 worker2 0/0 13277 Greetings Alexander Diedler -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Sonntag, 31. Januar 2010 18:55 An: Tomcat Users List Betreff: Re: Tomcat Cluster 6.x and HTTP/1.1

Tomcat Clsuter 6.0.18 White sites

2010-01-19 Thread Alexander Diedler
Hi everybody, We have some issues with a Tomcat Cluster. Sometimes (after a few hours without restart of services) , the webserver doesn´t deliver the complete content to the browser. It means, in the browser ther appear the header and some parts of the website, but then only blank and white

Tomcat Cluster 6.0.20 White sites

2010-01-19 Thread Alexander Diedler
Hi everybody, We have some issues with a Tomcat Cluster. Sometimes (after a few hours without restart of services) , the webserver doesn´t deliver the complete content to the browser. It means, in the browser ther appear the header and some parts of the website, but then only blank and white

HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
Hello, We have created a 2 node cluster with Apache 2.2.14 and Tomcat 6.0.20. In the Tomcat install path there are a lot of VHosts (it is so called?): Conf/Catalina/webappA with ROOT.xml Conf/Catalina/webappB with ROOT.xml Conf/Catalina/webappC with ROOT.xml Conf/Catalina/localhost manager.xml

AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
: Re: HowTo restart VHosts on 6.0.20 Alexander Diedler wrote: We want to have the possibility, to reload every VHost seperatly by using the MANAGER App in every vhost. What have we to do? You can make the manager web app available by placing an XML fragment file with just the Context element

AW: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
Hmm ok. I copy the complete manager dir from webapps to C:\apps\webapps1 But I seems not to work, 404. Greetings Alexander -Ursprüngliche Nachricht- Von: CBy-2 [mailto:tom...@byrman.demon.nl] Gesendet: Donnerstag, 14. Januar 2010 13:21 An: users@tomcat.apache.org Betreff: Re: AW: HowTo

mod_jk on Windows 2008 x64

2009-07-07 Thread Alexander Diedler
. The worker.properties resists in the same dir as the httpd.conf and has only one worker defiend. Is there are any known issue to use Apache 2.2.11 + Tomcat 6.0.18 + JDK x64 + and mod_jk 1.2.28 on this system? Greetings Alexander Diedler

AW: mod_jk on Windows 2008 x64

2009-07-07 Thread Alexander Diedler
Hello, Yes, it is an AMD Opteron CPU with 64-Bit. I install the Apache Webserver in 32-bit Tomcat in 32 Bit, with 64-Bit tomcat6.exe Java JDK from Sun site in 64-bit Version mod_jk Binaries from the 32-bit folder of Tomcat FTP Server because there is no 64-bit mod_jk. Greetings Alexander Diedler

AW: mod_jk on Windows 2008 x64

2009-07-07 Thread Alexander Diedler
Hello, There were no errorlogs because the http Service failed to start without any more information. Alexander Diedler Von: Mark Thomas [ma...@apache.org] Gesendet: Dienstag, 7. Juli 2009 11:20 An: Tomcat Users List Betreff: Re: mod_jk on Windows 2008

AW: mod_jk on Windows 2008 x64

2009-07-07 Thread Alexander Diedler
. But there is no problem with the tomcat server, the server is still running and available through Port 8080. But the mod_jk will not work. Greetings Alexander Diedler Von: Serge Fonville [serge.fonvi...@gmail.com] Gesendet: Dienstag, 7. Juli 2009 12:50

Best-Choice HowTo Webhosing Apache + Tomcat

2009-06-24 Thread Alexander Diedler
. Greetings Alexander Diedler smime.p7s Description: S/MIME cryptographic signature

AW: URL Auth Apache 2.2.11 + Tomcat 6.0.16

2009-06-11 Thread Alexander Diedler
2.2.11 + Tomcat 6.0.16 On 08.06.2009 21:49, Alexander Diedler wrote: Hi, Since we modify our server to use mod_jk to serve sites there is an error with a Tomcat Action, that requires a HTML Auth. If we open the URL http://www.bla.de/?action=Import in a Browser, there is a Auth-Dialog to fill

Tomcat 6.0.18 access files case-insensitive

2009-06-11 Thread Alexander Diedler
Hello, We have an Application based on IIS 6.0 and Tomcat 6.0.18. In this Application will be opened a PDF (href=start.PDF). In this PDF are many links to other documents, that will be opened in the browser. (KapA.PDF, KapB.PDF). Now the distributor deliver updatefiles with changing extensions or

URL Auth Apache 2.2.11 + Tomcat 6.0.16

2009-06-08 Thread Alexander Diedler
Hi, Since we modify our server to use mod_jk to serve sites there is an error with a Tomcat Action, that requires a HTML Auth. If we open the URL http://www.bla.de/?action=Import in a Browser, there is a Auth-Dialog to fill in Username and Passwort. This Username and Password seems to be hard

Renew SSL with Keytool for Tomcat 6.0.16

2009-06-01 Thread Alexander Diedler
Hello, I have done everything as a do for the initial creating of certificate but it doesn´t works. First If i try to import the new X.509 cert into the Keystore (with the existing SSL cert for tomcat) there is an error like the public key doesn´t match the keystore. If i remove all certs from

Renew SSL Certificate

2009-05-24 Thread Alexander Diedler
Hello all, We use a Tomcat 6.0.16 and the build-in Keystore technology for the SSL functionality. Now it is time to re-new the Certificate. We get an error by importing the certificate. Jara JRE 1.6.0_06 We use the Same SSL-Provider and bought the same SSL type and generate the SSL cert with the

AW: Tomcat Cluster Deployment without WAR

2009-05-14 Thread Alexander Diedler
Hello, No info about Deployment of Apps without war-Files? Greetings Alexander Von: Alexander Diedler [mailto:adied...@tecracer.de] Gesendet: Mittwoch, 13. Mai 2009 15:52 An: Tomcat Users List Betreff: Tomcat Cluster Deployment without WAR Hello, It is possible to make a Cluster

Tomcat Cluster Deployment without WAR

2009-05-13 Thread Alexander Diedler
Hello, It is possible to make a Cluster Deployment without WAR Files? WatchDir is F:\inetpub\wwwroot if there is something changed, it should be deployed to all other cluster nodes. Mit freundlichen Grüßen tecRacer GmbH Co. KG Alexander Diedler Softwareentwicklung und

Apache 2.2 Tomcat 6.0 on Debian

2009-05-12 Thread Alexander Diedler
Hello, I got the SSL configuration not to work: In my 000-default in /apache2/sites-enabled/: NameVirtualHost *:80 Virtual Host *:80 ServerName www.test2.de . /VirtualHost Virtual Host *:80 ServerName www.test3.de . /VirtualHost

AW: AW: Permanent Redirect?

2009-05-11 Thread Alexander Diedler
://thenewserver.de/?someparameters Greetings Alexander -Ursprüngliche Nachricht- Von: Pid [mailto:p...@pidster.com] Gesendet: Donnerstag, 30. April 2009 11:51 An: Tomcat Users List Betreff: Re: AW: Permanent Redirect? Alexander Diedler wrote: Hmm.. Seems not to be work for me

AW: Multiple Context and Websites

2009-05-08 Thread Alexander Diedler
-Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Gesendet: Donnerstag, 7. Mai 2009 15:54 An: Tomcat Users List Betreff: RE: Multiple Context and Websites From: Alexander Diedler [mailto:adied...@tecracer.de] Subject: AW: Multiple Context

Multiple Context and Websites

2009-05-07 Thread Alexander Diedler
Hello, Something stupid to me, but it will not works. I want to have several webapps managed by Manager. Tomcat1.de and tomcat2.de point to the same Tomcat 6.0.18 server (edit Windows hosts-File). In the /conf/Catalina/localhost/ there are tomcat1.xml with this code: ?xml version='1.0'

AW: Multiple Context and Websites

2009-05-07 Thread Alexander Diedler
-Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Gesendet: Donnerstag, 7. Mai 2009 15:20 An: Tomcat Users List Betreff: RE: Multiple Context and Websites From: Alexander Diedler [mailto:adied...@tecracer.de] Subject: Multiple Context

AW: Permanent Redirect?

2009-04-30 Thread Alexander Diedler
/ If this is a very bad configuration, I am open for any better suggestions of you... Greetings Alexander Diedler -Ursprüngliche Nachricht- Von: Pid [mailto:p...@pidster.com] Gesendet: Montag, 27. April 2009 11:11 An: Tomcat Users List Betreff: Re: Permanent Redirect? Alexander Diedler

AW: AW: Permanent Redirect?

2009-04-30 Thread Alexander Diedler
: Permanent Redirect? Alexander Diedler wrote: Hmm.. Seems not to be work for me The target is a http://www.siteA.de/index.jsp?WERWERWERWERWER redirect to http://www.siteB.de/index.jsp?WERWERWERWERWER I download the package, unzip and put the new content to a new, empty docBase folder. I edit my

Permanent Redirect?

2009-04-27 Thread Alexander Diedler
Hello everybody, I have a question to implement a permanent redirect for an old domain to a new domain on the Tomcat 6.0.16 Server. It is definied in the server.xml as it own connector (for SSL) and now we want, that if we fill-in www.websiteA.de we will be redirected to www.websiteB.de

AW: Permanent Redirect?

2009-04-27 Thread Alexander Diedler
I think the ways seems to be right. It has to be a safe procedure, that a http://www.websiteA.de/index.cfm?uuid=230942iwpofiswfksdsdf has to be redirected with the same URL Parameters to the http://www.websiteB.de/index.cfm?uuid=230942iwpofiswfksdsdf in Tomcat. We have to implement a new SSL

Best Practise Apache + Tomcat + Multiple Hosts

2009-04-08 Thread Alexander Diedler
Hello, Is there are a small how-to to configure a hosting server with multiple Tomcat Contexts? e.g.: http://www.test1.de - Tomcat Context /test1 http://www.test2.de - Tomcat Context /test2 . Greetings Alexander smime.p7s Description: S/MIME cryptographic signature

Tomcat 6.x Proxy Authentication

2009-03-11 Thread Alexander Diedler
Hello, We have a Tomcat Application, which has to communicate through a Proxy Server with authentication. Should be the authentication done in the Java Class or it is possible to configure Tomcat for Proxy Authentication? Alex smime.p7s Description: S/MIME cryptographic signature

Mod_jk and SSL not working together

2009-03-09 Thread Alexander Diedler
Hello, I have a Apache 2.0.63 Webserver and Tomcat 6.0 and use mod_jk. The server don´t uses the JKMount if I use https. http://www.mysite.de shows me correctly the mounted Webapps from Tomcat. https://www.mysite.de shows me the Apache Webserver Startpage and every URL command shows me a 404….

AW: mod_jk and Named URLs

2009-03-05 Thread Alexander Diedler
URLs On 03.03.2009 13:39, Alexander Diedler wrote: Hello, There are a functionalliity, that I don´t understand. We have a Tomcat 6.0.18 installed with mod_jk connected to a IIS 5.0. The CMS uses namedURLs like http://[blabla]/company/menuitem1/ . In the Tomcat everything works fine but the IIS

Basic IIS Authentication

2009-02-05 Thread Alexander Diedler
Hello everybody, I have a webservice created, who has to fill-out a remote form on a website to publish articles remotely. Now the Server has an IIS with Basic Authentication and in my Java File, I get 401 - Access denied. Has somebody a simple example to fill-out a form? Greetings Alexander

IIS 6 + Tomcat 6.0 + ISAPI + SSL

2009-01-14 Thread Alexander Diedler
Hello, I have some question, it is possible to make SSL with an Tomcat project, which will be served trough the ISAPI Filter in IIS? Open with http Port 80 is fine, but open with https .. Page cannot be found will be displayed. Greetings Alexander

WG: ISAPI_REDIRECT on AMD Opteron x64

2008-12-16 Thread Alexander Diedler
. Therefore startup aborted. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. -Ursprüngliche Nachricht- Von: Alexander Diedler [mailto:adied...@tecracer.de] Gesendet: Dienstag, 16. Dezember 2008 14:21 An: Tomcat Users List Betreff: AW

AW: ISAPI_REDIRECT on AMD Opteron x64

2008-12-16 Thread Alexander Diedler
suggestions? -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:rainer.j...@kippdata.de] Gesendet: Dienstag, 2. Dezember 2008 11:42 An: Tomcat Users List Betreff: Re: ISAPI_REDIRECT on AMD Opteron x64 Alexander Diedler schrieb: Hello everybody, I have installed many, many servers

ISAPI_REDIRECT on AMD Opteron x64

2008-12-01 Thread Alexander Diedler
Hello everybody, I have installed many, many servers with Windows 2003 R2 x64 and Intel CPUs and IIS and Tomcat with ISAPI Connector and it works great. But now I have a hosting server with an AMD Opteron Quad Core 1352 2 ,1Ghz CPU and installed Windows 2003 Server R2 Standard. I make the same

Apache HTTP + Tomcat + SSL

2008-11-21 Thread Alexander Diedler
Hello, What ist he best-practice to use SSL with a Frontend Apache Webserver and a mod_jk connected Tomcat? Define the SSL in Tomcat or in Apache Frontend? Has the SSL functions to be enabled on Tomcat? Greetings AlexD.

RE: Debian + Apache 2.2 + Tomcat 5.5

2008-11-17 Thread Alexander Diedler
Ok, It could be a good advice and a better choice to begin from the beginning *G* -Original Message- From: Kees Jan Koster [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2008 7:40 PM To: Tomcat Users List Subject: Re: Debian + Apache 2.2 + Tomcat 5.5 Dear Alex, The debian Tomcat

Debian + Apache 2.2 + Tomcat 5.5

2008-11-14 Thread Alexander Diedler
4.05 with Apache 2.2.5 and Tomcat 5.5.20 from Debian .deb packages installed per default. Greetings Alexander Diedler

Debian + Apache 2.2 + Tomcat 5.5

2008-11-14 Thread Alexander Diedler
4.05 with Apache 2.2.5 and Tomcat 5.5.20 from Debian .deb packages installed per default. Greetings Alexander Diedler

RE: Debian + Apache 2.2 + Tomcat 5.5

2008-11-14 Thread Alexander Diedler
onto the server? I have a Debian 4.05 with Apache 2.2.5 and Tomcat 5.5.20 from Debian .deb packages installed per default. Greetings Alexander Diedler - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

  1   2   >