Re: Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
John5342 wrote: > I am pretty sure there are jsp features to do this but if not it would be > quite simple to create a new tag that checks the locale of the request and > adjust the time returned to reflect the locale. Then just use that tag > anywhere the time is needed. > Thanks John It's what

Re: Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
Caldarale, Charles R wrote: >> From: John Gardner [mailto:[EMAIL PROTECTED] >> Subject: Multiple Time Zones on one Tomcat instance? >> >> Is there any way we can serve mutliple webapps from a single Tomcat >> instance, with mutliple timezones? > > Tomcat itsel

Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
We currently have two webapps located on a single instance of Tomcat 5.5.25 for one of our International customers. The host OS is set as GMT, and they are happy about this as users access the site from all over the world. However, they want us to host another webapp specifically for French users

Re: Multiple Java processes when using Tomcat

2008-06-16 Thread John Gardner
Ben Stringer wrote: This entry is for ps, will this be the same situation for top? On linux systems, they are part of the same package (procps), and both top and ps will behave the same way. Your RHEL3 system will likely be running a 2.4 series kernel. From the procps FAQ: Why do ps and top s

Re: Multiple Java processes when using Tomcat

2008-06-15 Thread John Gardner
Caldarale, Charles R wrote: -Original Message- From: John Gardner [mailto:[EMAIL PROTECTED] Subject: Multiple Java processes when using Tomcat Normally, I only expect to see 2,3,4 or 5 java processes associated with the Tomcat user, not all of the above! http://wiki.apache.org/tomcat

Multiple Java processes when using Tomcat

2008-06-13 Thread John Gardner
We've installed quite a few instances of Tomcat on clients sites, both on Windows and Linux, but we've never had a problem quite like this. The system has been installed since the end of 2006, on Red Hat EL 3, Tomcat 5.5.20 and JVM 1.5_09, but they have only just noticed this problem (so it ma

Tomcat and SSL Certifcates

2008-04-15 Thread John Gardner
For one of our projects, we have created our own CA for Tomcat using the methods laid out here; http://users.skynet.be/pascalbotte/art/ca.htm http://marc.info/?l=tomcat-user&m=106293430225790&w=2 Now, Tomcat is up and running and serving the site over HTTPS using our certificates and browsers

Re: Tomcat and Terracotta

2007-08-02 Thread John Gardner
and how they feel about it. > > I'd be running tomcat 5.5.23 and sun's java 1.5.0_11. > Scott I've just set up Terracotta and Tomcat 5.5. It's early days, but it definitely works. If you want contact me off list, feel free. John -- John Gardner - Tagish Ltd. In

Re: Multiple SSLs with multiple paths?

2007-05-09 Thread John Gardner
Caldarale, Charles R wrote: From: John Gardner [mailto:[EMAIL PROTECTED] Subject: Re: Multiple SSLs with multiple paths? I have two static IP addresses, ss there any way I can point one connector to ROOT and the other to another another webapp? For instance, if I used a Virtual Host, I could

Re: Multiple SSLs with multiple paths?

2007-05-09 Thread John Gardner
my problem. I have two static IP addresses, ss there any way I can point one connector to ROOT and the other to another another webapp? For instance, if I used a Virtual Host, I could use the appBase="" attribute, is there a way of doing this? Thanks John -- John Gardner - Tagish Ltd

Multiple SSLs with multiple paths?

2007-05-09 Thread John Gardner
I have a Tomcat installation with two SSL installation on separate static IP addresses using the following: At the moment, when you go to the IP address in a browser, it returns the index.html page in the ROOT context, but I need to point it to another context, is this possible? Thanks John -