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 prob

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: 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 PROTEC

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 me

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 fro

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 upda

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 t

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 ... > 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 : before sending the actual cont

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 o

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 : ** 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 I have. What ca

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 PR

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 : ** 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 I have. What can I do to tell Tomcat to achi

RE: JVM config for tomcat5.5

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

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 __ Disclaim

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 : ** 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 I have. What can I do to tell Tomcat to achieve this?

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'" 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 my machine I u

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 http://blog.datajelly.com/company/blog/34-