WG: mod_proxy_balancer: how to define failover (only)/hot standby behavior?

2006-01-25 Thread andreas.wieczorek
Mladen Turk wrote: No. It works with any protocol. Proxy balancer://mycluster BalancerMember ajp://hotstandby status=disabled BalancerMember ajp://node1 redirect=hotstandby BalancerMember ajp://node2 redirect=hotstandby ... BalancerMember ajp://nodeN redirect=hotstandby /Proxy

Re: WG: mod_proxy_balancer: how to define failover (only)/hot standby behavior?

2006-01-25 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Mladen Turk wrote: No. It works with any protocol. Proxy balancer://mycluster BalancerMember ajp://hotstandby status=disabled BalancerMember ajp://node1 redirect=hotstandby BalancerMember ajp://node2 redirect=hotstandby ... BalancerMember ajp://nodeN

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-25 Thread llekann
Microsoft Web Development Experience is truely more pleasant than that of Java, and i have known a number of people do the switch based on that, though they usually like to support it with some additional arguments like u did, but at the end of the day, the ease of development and that

RE: Starting Tomcat

2006-01-25 Thread Peter Crowther
From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user and am having some difficulties starting the server [...] Using JRE_HOME: /export/home/liondev/software/java_1.4.2_10 5.5 needs *either* a Java 1.5 VM *or* the JDK 1.4 Compatability Package available from the download

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Andre Kammerl
Hello. Sorry for the missing exact description of the Problem. The following output is given when I use ant (ver 1.6.5) on the build.xml file. Looks like the destinations of the links inside the build.xml do not exist. O:\Tomcat_5.5ant Buildfile: build.xml check.source: get.source:

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
Thank you, I'll give it a try. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user and am having some difficulties starting

[SOLVED]: mod_proxy_balancer: how to define failover (only)/hot standby behavior?

2006-01-25 Thread andreas.wieczorek
Mladen Turk wrote: Right, sorry :) status=d or status=D (a single letter). there is additional stopped option (s), so you can concat those, (eg. status=SD means stopped and disabled). If you edit httpd.conf and restart apache then you add + or - prefixes. For example if status was disabled you

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
That worked perfectly. Thank you very much Paul -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user and am having some

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Markus Schönhaber
Andre Kammerl wrote: Sorry for the missing exact description of the Problem. The following output is given when I use ant (ver 1.6.5) on the build.xml file. Looks like the destinations of the links inside the build.xml do not exist. O:\Tomcat_5.5ant Buildfile: build.xml check.source:

Memory leaking on [un|re]load: WebappClassLoader isn't GC'ed

2006-01-25 Thread Endre Stølsvik
(Apparently sent this to the wrong address first time) Hi! I have a memory-leak. That is, I can't start my full application and have unload-capability. If I comment out (by adding 'if (false) { ... }') large chuncks of the system, I manage to get it up, _and_ get it down again! Currently,

application problem after installing Apache Portable Runtime

2006-01-25 Thread Gaël Lams
Hi all, After reading the benefits of using apr (and seen the info message in catalina.out ;-) I downloaded apr-1.2.2, configure make make install and modified my init.d script with -Djava.library.path=/usr/local/apr/lib'. Tomcat (version 5.5.12, jre1.5.0_05, Suse Professional 9.3) seems to

RE: How to find what encryption algorithm tomcat is using?

2006-01-25 Thread Shirode, Sangita \(Sangita\)
Vineesh, I think you are right. I used the following code to find out the encryption algorithm in my servlet, String cipherSuite = (String) httpReq.getAttribute(javax.servlet.request.cipher_suite); if(cipherSuite != null){ out.println(javax.servlet.request.cipher_suite is +

Severe Socket Exception / Invalid argument

2006-01-25 Thread Von Gunten, Bernhard
Hello Browsing the internet and searching this mailinglist, I found several posts from people having the same problem, but nowhere an explanation to it. Besides the hope to find any answers, I'd like to add some informations from my side. As other users, from time to time I find following

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Andre Kammerl
Hi. The problem is solved. It was a problem in the %PATH%-settings. Thank you very much. Greetings André - Original Message - From: Markus Schönhaber [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, January 25, 2006 1:44 PM Subject: Re:

FarmDeployer - removing webapp on deploy?

2006-01-25 Thread Julie McCabe
Hello, Environment: tomcat-5.5.7, java 1.5.0_03 I have set up a vertical cluster containing 4 nodes. I am attempting to create a master farm node, the Cluster element in the master node is: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster

Re: Memory leaking on [un|re]load: WebappClassLoader isn't GC'ed

2006-01-25 Thread Mike Fowler
Davide Romanini wrote: I think this is serious: hot deployment becomes totally useless and you have to restart tomcat each time you deploy a new version :-( I agree, and from what I understand of the problem there is not a whole lot that can be done at the Tomcat level, it appears to be

Re: FarmDeployer - removing webapp on deploy?

2006-01-25 Thread Peter Rossbach
Is your deployDir the host appBase (webapps) directory? Check that tempDir,deployDir and watchDir are exists and read/writeable at all nodes. Configure debug logging at FarmWarDeployer package conf/logging.properties org.apache.catalina.cluster.deploy.level=FINE See what happens... Peter Am

Re: Can i upgrade just one of my clusters

2006-01-25 Thread Peter Rossbach
You must install the same tomcat release at all boxes. The cluster protocol has changed! Peter Am 25.01.2006 um 16:45 schrieb Randy Paries: Hello, I am running a clustered env Two boxes RH9 and tomcat 5.0.24 These two boxes are clustered together via tomcat I am getting ready to ugrade

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-25 Thread George Sexton
I've been developing with Microsoft Products for 15 year. At one point I was an MVP, and I was on the original MVP program steering committee. Here's what I can tell you about MS product development. A lot of my comments are going to be about FoxPro, which I used most, but the same issues exist

Re: Memory leaking on [un|re]load: WebappClassLoader isn't GC'ed

2006-01-25 Thread Wade Chandler
--- Davide Romanini [EMAIL PROTECTED] wrote: Il giorno mer, 25/01/2006 alle 15.34 +, Mike Fowler ha scritto: Good day, I have encountered a similar problem while deploying webapps. In my case I noticed that after the sixth deployment I would encounter OutOfMemoryError when I

https difficulties w/ Tomcat5

2006-01-25 Thread Stevie G. Messervey
Hello, Please let me preface that I have actually tried to run down various threads,tutorials,FAQS, and the Tomcat docs (both shipped online). dist: Crux Evolution 2.0.x kernel: 2.6.8.1 gcc:3.3.4 java:jdk1.5.0_06 kde:3.3(incl/konqueror) firefox:1.5 Tomcat:5.5.15 (binary tar.gz) APR:1.2.2

mod_jk configuration directives in VirtualHost sections

2006-01-25 Thread Jonathan Woods
Hello, list. I have Apache 1.3.33 running on Linux and talking successfully to Tomcat 5.5.15 through mod_jk. I'd now like to host multiple instances of Tomcat (or maybe just multiple Tomcat connectors within one instance) to receive requests dispatched at multiple VirtualHosts on the same

Tomcat mod_jk on WhiteboxEL ??

2006-01-25 Thread Olav Drageset
Hello I am new to Tomcat and just installed Tomcat5.5 on whiteboxEL4 and get proper result when using http://localhost:8080 However browsing from another host on the same local network only hangs the browser when using the right IP-number. Should this work? Is there a remedy for this? I

Re: Tomcat mod_jk on WhiteboxEL ??

2006-01-25 Thread Edoardo Panfili
Olav Drageset ha scritto: Hello I am new to Tomcat and just installed Tomcat5.5 on whiteboxEL4 and get proper result when using http://localhost:8080 However browsing from another host on the same local network only hangs the browser when using the right IP-number. Should this work? Is there

RE: Tomcat mod_jk on WhiteboxEL ??

2006-01-25 Thread Caldarale, Charles R
From: Olav Drageset [mailto:[EMAIL PROTECTED] Subject: Tomcat mod_jk on WhiteboxEL ?? However browsing from another host on the same local network only hangs the browser when using the right IP-number. As a previous respondent said, most likely a firewall issue - on either box. I try to

RE: https difficulties w/ Tomcat5

2006-01-25 Thread Caldarale, Charles R
From: Stevie G. Messervey [mailto:[EMAIL PROTECTED] Subject: https difficulties w/ Tomcat5 Tomcat:5.5.15 APR:1.2.2 Basically, I cannot get the SSL connector to work. APR uses a different SSL configuration based on OpenSSL, as documented near the bottom of:

Re: Re: Are servlet name and class name required in web.xml for tomcat 5.5?

2006-01-25 Thread Warren Pace
From: [EMAIL PROTECTED] Date: 2006/01/25 Wed AM 11:13:11 EST To: Tomcat Users List users@tomcat.apache.org, 'Tomcat Users List' users@tomcat.apache.org CC: Alla Winter [EMAIL PROTECTED] Subject: Re: Are servlet name and class name required in web.xml for tomcat 5.5?

Re: mod_jk / 503 Error

2006-01-25 Thread Warren Pace
From: Neal Whitley [EMAIL PROTECTED] Date: 2006/01/24 Tue PM 05:40:53 EST To: users@tomcat.apache.org Subject: mod_jk / 503 Error I have mod_jk / tomcat and apache somewhat working together but I am getting an error when displaying pages via the connector. Tomcat is set up and

Re: mod_jk / 503 Error

2006-01-25 Thread Pulkit Singhal
Hello Neal, What stands out in my mod_jk.log is this line: trying to connect socket 10 to 127.0.0.1:8009 The system seems to be trying to connect via the local host. As you can see from my config files below I do not reference localhost or the 127.0.0.1 IP address. Best I can tell JK

Re: How can I take a webapp temporarily out of service using mod_jk?

2006-01-25 Thread Pulkit Singhal
Hello, Ok this might be a step in the totally wrong direction for you...but I just saw another post...where the problem is that the user sees the out of service message...LOL So may be you'll have some luck if you head over there and checkout what his config is!!! The subject of this topic is:*

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-25 Thread Tony LaPaso
Certainly -- $5,000 and it's yours! -- Tony LaPaso - Original Message - From: Leon Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, January 25, 2006 4:00 AM Subject: Re: From Java to C#, ASP.NET [Off Topic] I've been programming in

Authentication Authorization

2006-01-25 Thread Luis Gervaso
Hello all, I am developing a login module for a webapp, Until now for me was sufficient with default tomcat login form j_security_check + j_username + j_password but now I need one more item in the authentication challenge this is the countryId because a user can belong many countries :) so

RE: https difficulties w/ Tomcat5

2006-01-25 Thread Stevie G. Messervey
Thanks, chuck. That popping sound is merely my cranium being romoved from rectal cavity. I neglected to mention I that I didn't read the documentation thoroughly enough ;^) . I read just enough to confuse myself. In a nutshell, I followed the instructions for building Tomcat from scratch, i.e.