Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Stephen Nelson-Smith
Good morning, By error, I just meant that I'd get redirected to the login page instead of the expected page. Sorry to confuse. There are no error pages, logs or messages. Just that I got switched to a different node. snip If you want to debug a little more: In Tomcat you can add a %S to

Re: Tomcat 5.5 / Windows / procrun ?

2008-09-21 Thread Johnny Kewl
- Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 21, 2008 1:41 AM Subject: Tomcat 5.5 / Windows / procrun ? Hi. I have Tomcat 5.5 running on a variety of platforms, among them Windows XP (my laptop)

Re: SSL on TOMCAT with keytool

2008-09-21 Thread Matt Shields
We ran into a similar problem trying to get our purchased SSL certificate to work. The previous reply had some info about getting the keytool to work, but we have a tutorial that should help you get SSL working from start to finish. Hope it helps!

Re: Dual SSL configuration on tomcat

2008-09-21 Thread Matt Shields
I'm not too sure what you mean by two-way SSL. But I'm assuming you mean that: 1) You'd like Tomcat to run as a web server that supports SSL/HTTPS. To do this, I'd suggest this tutorial: http://blog.datajelly.com/company/blog/34-adding-ssl-to-tomcat.html

Re: JVM config for tomcat5.5

2008-09-21 Thread Johnny Kewl
- Original Message - From: Jon Camilleri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: 'Tomcat Users List' users@tomcat.apache.org Sent: Sunday, September 21, 2008 7:51 AM Subject: RE: JVM config for tomcat5.5 Tomcat requires Java (at least SDK; but JDK won't harm) to be installed. On

Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Clement Low
Hi all, I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to every page that

RE: Dual SSL configuration on tomcat

2008-09-21 Thread Martin Gainty
agreed..man in the middle attacks are a growing problem Tivoli has 2 way SSL connector http://publib.boulder.ibm.com/infocenter/tivihelp/v5r1/index.jsp?topic=/com.ibm.itim.infocenter.doc/cpt/cpt_ic_security_ssl_authent2way.html HTH Martin __

RE: JVM config for tomcat5.5

2008-09-21 Thread Martin Gainty
by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 3458 (20080921) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Mikolaj Rydzewski
Clement Low wrote: I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to

Re: JVM config for tomcat5.5

2008-09-21 Thread Markus Schönhaber
Martin Gainty: you'll definitely need the JDK in $JAVA_HOME and $JDK_HOME/bin to compile the JSPs.. No, a JRE is enough. Regards mks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread André Warnier
Mikolaj Rydzewski wrote: Clement Low wrote: I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not

Re: JVM config for tomcat5.5

2008-09-21 Thread André Warnier
Markus Schönhaber wrote: Martin Gainty: [...] I think the main issue (which has also been touched in several other threads recently) is some level of confusion with the Tomcat Windows Installer, and what one finds oneself with in the Tomcat_install_dir/bin directory in that case. Instead

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread André Warnier
André Warnier wrote: [...] I wanted to add something to my previous hypothesis that I believe that, in theory, the meta http-equiv= content= ... tag in the html document, should have the same effect as if the server, in the HTTP headers of the response, had sent a header like :

RE: Tomcat 5.5 / Windows / procrun ?

2008-09-21 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 / Windows / procrun ? - the installer for Windows installs a version of Tomcat 5.5 devoid of the usual startup.sh/bat, catalina.sh/bat etc.. and instead just installs a couple of files in Tomcat_home\bin, of which a

Re: hello world

2008-09-21 Thread H. Hall
thufir wrote: This cuts across IDE, OS and server. I'm running Ubuntu: [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION=Ubuntu 8.04.1 [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ sudo apt-get

Re: Tomcat 5.5 / Windows / procrun ?

2008-09-21 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 / Windows / procrun ? It also contains a file service.bat which is described nowhere It's described here: http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html which is reachable from

Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Shaun Senecal
Are you using the ClusterSingleSignOn Valve? If you are, this sounds like the behaviour I was seeing, and have since resolved. The problem I had (well, part of the problem) was that the SSO information was not being replicated across the cluster when tomcat instances were brought back up. This

Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Shaun Senecal
Oops. My orignal post is here ( http://www.nabble.com/Clustered-SSO-improperly-invalidated-upon-web-application-shutdown-to19447895.html#a19447895). It might descirbe the problem better to see if this is the same issue you are facing. On Mon, Sep 22, 2008 at 9:45 AM, Shaun Senecal [EMAIL

RE: Tomcat 5.5 / Windows / procrun ?

2008-09-21 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 / Windows / procrun ? Do you want to elaborate on the unfortunate issue of why the binaries are not available in the Commons, but are available on the Tomcat SVN ? Actually, I think most non-Java code from commons is

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-09-21 Thread buzzterrier
Here is a walk through on setting tomcat and Apache HTTP with catalina base instances. http://buzzterrier.blogspot.com/2008/08/apache-tomcat-apache-webserver.html edponce wrote: I know this question has been asked a lot but I've read different solutions depending on the needs of the