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: Tomcat 5.5 with java 1.4.2...

2007-03-07 Thread JT Neville
Message- From: Markus Schönhaber [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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.4.2 tomcat download

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]

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 $tomcat_home 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

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 edge

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: Specifying an appBase on a shared disc

2005-12-13 Thread JT Neville
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 account the service is executing on run

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

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?