Re: Tomcat 5.5 with java 1.4.2...

2007-03-07 Thread JT Neville
--Original Message- From: Markus Schönhaber <[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Wed, 7 Mar 2007 14:51:04 +0100 Subject: Re: Tomcat 5.5 with java 1.4.2... > JT Neville wrote: > > > I've googled and read the release notes included with the 1.

Tomcat 5.5 with java 1.4.2...

2007-03-07 Thread JT Neville
I've googled and read the release notes included with the 1.4.2 tomcat download. It references the running.txt doc for more info on doing this. I can't find thiat document or reference in the TC doc's or by googling the issue/searching the tomcat forum. Does anyone have a pointer to what the

RE: help in setup ssl in tomcat

2005-12-29 Thread JT Neville
Well Verisign's SSL certificates are pricey. Stanford a few years back moved all their SSL to Altaire (http://www.securessl.co.uk) from the UK. I use them too. Never had any problems. 24/7 support but sometimes they call you back instead of connecting you to an engineer right away. Worth it IM

RE: Tomcat 5.0.28 + Oracle9i

2005-12-18 Thread JT Neville
Can't really say without seeing your code but 90% of the time when I get this error it is because I've made a type-o in my code and two variables are not aligning, or I've not terminated a line of code correctly. hth -Original Message- From: nikita berdikov [mailto:[EMAIL PROTECTED] Sent

RE: Performance degradation under load

2005-12-16 Thread JT Neville
I'd love to see some performance benchmarks, or just your impression regarding the quad Mac OS X server once you sort our your Tomcat/java stuff. If not appropriate for this list, feel free to email me directly. JT -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Fr

RE: ContextManager in Tomcat 5.5?

2005-12-15 Thread JT Neville
In summary: 1) Edit the isapi_reg file (part of Tomcat or make your own) to and replace $ with the local path (ie. d:\test\t4\webapps\tomCat_webApp_subfolder...) 2) Run that reg file. 3) Create a virtual folder in your root website named "tomCat_webApp_subfolder", point it to the tomcat webapp sub

RE: Specifying an appBase on a shared disc

2005-12-13 Thread JT Neville
c' users, no machine specific stuff (like Admin/x as id/pwd). Thanks Svante -Original Message- From: JT Neville [mailto:[EMAIL PROTECTED] Sent: den 13 december 2005 22:29 To: 'Tomcat Users List' Subject: RE: Specifying an appBase on a shared disc Just give whatever

RE: Specifying an appBase on a shared disc

2005-12-13 Thread JT Neville
Just give whatever account the service is executing on "run as a service" rights as well as specifying the local machine on the share with the correct rights. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 1:18 PM To: Tomcat Users

RE: setup for web designers?

2005-12-13 Thread JT Neville
> Offering performance advice based on a 3-year old Tomcat is highly > inappropriate. The 5.5.12 version delivers static content at essentially > the same speed as Apache httpd. Suggested reading (note that this is > about 5.5.4, and 5.5.12 is yet faster Not everyone can stay on the bleeding e

RE: setup for web designers?

2005-12-13 Thread JT Neville
>>From what I have read, you get better performance if you let >>tomcat serve the static stuff as well as the jsps I've been running Tomcat for three years now, and I have to disagree. In my experience, Tomcat isn't as robust at serving the static content as other old school webserver daemons. W

RE: Selective auto-deploy of web-apps?

2005-12-09 Thread JT Neville
Nice idea, have any example code or a pointer to some on the apache/tomcat site. Looking now but don't see anything in the first few pages of a Google search on doing this. =) -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:47 AM To: Tomc

RE(4): Servelts under IIS or Apache integration

2005-12-09 Thread JT Neville
directory unless you edited the registry file to point at that one, otherwise it defaults to just that virtual folders implementation. Hope I wrote that up clearly. -Original Message- From: JT Neville [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 10:43 AM To: 'Tomcat Users

RE(3): Servelts under IIS or Apache integration

2005-12-09 Thread JT Neville
ssage- From: marju jalloh [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 12:50 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: re: Servelts under IIS or Apache integration try */servlet/*=main JT Neville <[EMAIL PROTECTED]> wrote: Anyone clarify this for me? Using IIS

re: Servelts under IIS or Apache integration

2005-12-08 Thread JT Neville
Anyone clarify this for me? Using IIS and Tomcat, I created this file: uiworkermap.properties with this text in it (as suggested by Reynir - http://www.reynir.net/java/greinar/nr/52) /*jsp=main /servlet/*=main I expect the above is for the root folder only? Can anyone confirm?

Servelts under IIS or Apache integration

2005-12-08 Thread JT Neville
Hello, checked FAQ's, Googled, trial/errored and still unclear how to resolve this. I have a servlett that works in Tomcat over 8080 (in standalone mode) [it's a form that passes information in XML format to a file], but when I integrated Tomcat into IIS6, the servlett no longer responds when s