Installing Apache Tomcat 5.5.26 on Windows 2003 Enterprise x64

2008-04-04 Thread Tony Fountain
We are looking to install the most recent, stable release of Apache Tomcat on the said platform (so we choose Apache 5.5.26). What JVM requirements are there? Can we install JRE 1.6 or do we need to use JRE 1.5? Thanks, Tony Fountain Manager, Database Administration Benefit Concepts, Inc. (419

RE: Tomcat and Redirects

2007-11-13 Thread Tony Fountain
Good point regarding the compatibility kit, that completely slipped my mind :). Thanks, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 2:05 PM To: Tomcat Users List Subject: RE: Tomcat and Redirects From: Tony Fountain

RE: Tomcat and Redirects

2007-11-09 Thread Tony Fountain
just fine. Thanks, Tony Fountain Manager, Database Administration Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 1:45 PM To: Tomcat Users List Subject: Re: Tomcat

RE: Class loading issue

2007-10-29 Thread Tony Fountain
, October 26, 2007 7:40 PM To: Tomcat Users List Subject: Re: Class loading issue Tony Fountain wrote: Thanks for the response. However, that does not clarify for me why it only happens when I attempt to set the load-on-startup element in the webapps web.xml file but if I do not autoload the class

RE: Class loading issue

2007-10-26 Thread Tony Fountain
Sorry, I should not that the error generated was something about DocumentBuilderFactoryImpl is not being loaded properly. This is a class that is accessed as a part of this product. Thanks, Tony -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Friday, October 26

RE: Help with Tomcat IIS

2007-10-26 Thread Tony Fountain
I do not agree with the statement about it being a sad tone. 95% of our shop is .NET / IIS / MSSQL, however we are intergrating another product into our applications that is written in Java and requires a J2EE compliant application server to run, thus here I am :). I understand the thoughts and

RE: Suggestions for connection pooling

2007-10-26 Thread Tony Fountain
pooling On 10/25/07, Tony Fountain [EMAIL PROTECTED] wrote: Now, my goal is to utilize connection pooling. Does (a) this implementation achieve that and (b) the close statement suffice to return the object to the pool and not actually close the connection? Or do I also need to set conn = null

Class loading issue

2007-10-26 Thread Tony Fountain
Windows 2003 Server Apache Tomcat 5.5.23 (running as Windows service) JVM 1.5.0_12b-04 (Sun) In an attempt to have a specific web app load when Apache starts, I added the following element to the \WEB-INF\web.xml file for the appropriate servlet - load-on-startup1/load-on-startup. This works,

RE: Class loading issue

2007-10-26 Thread Tony Fountain
: Class loading issue From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: Class loading issue but when the webapp loads, one of the classes it requires generates an error the first time the webapp is accessed via the browser. What error? Do you have an associated stack trace

RE: Class loading issue

2007-10-26 Thread Tony Fountain
any of the JAR files in that hiearchy. Thanks, Tony -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2000 11:19 AM To: Tony Fountain Subject: Re: Class loading issue Please post to group where (in tomcat) is your xercesImpl.jar located? Thx/ M

RE: Class loading issue

2007-10-26 Thread Tony Fountain
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found It looks like you must have the system property javax.xml.parsers.DocumentBuilderFactory

RE: Class loading issue

2007-10-26 Thread Tony Fountain
, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 1:46 PM To: Tomcat Users List Subject: RE: Class loading issue From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue However, that does not clarify

Suggestions for connection pooling

2007-10-25 Thread Tony Fountain
Platform: Apache Tomcat 5.5.23 running as windows service JVM 1.5.0_12-b04 (Sun) Windows 2003 Server We are running software on this platform that we purchased and integrated into our product. We replaced the default authentication class of the product with our own implementation. This

RE: Help with Tomcat IIS

2007-10-25 Thread Tony Fountain
Why don't you run Apache Tomcat and IIS on the same box? I do here (our IIS pages written in ASP.NET serve content from the Apache Tomcat app via frames). I'm using 5.5.23 and the default windows installation has it listening on port 8080 for non SSL requests and 8443 for SSL requests. Tony

RE: Suggestions for connection pooling

2007-10-25 Thread Tony Fountain
Thanks for the reference. This looks like what I need. Now to go read up a bit more to grasp the concept. Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2000 2:30 PM To: Tony Fountain Subject: Re: Suggestions for connection

RE: Suggestions for connection pooling

2007-10-25 Thread Tony Fountain
? Or do I also need to set conn = null;? Thanks, Tony -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 2:39 PM To: Tomcat Users List Subject: RE: Suggestions for connection pooling Thanks for the reference. This looks like what I need

Monitoring Apache Tomcat

2007-10-18 Thread Tony Fountain
Hi, Apache Tomcat/5.5.23 (runs as windows service using C:\Apache\Tomcat\bin\tomcat5.exe //RS//Tomcat5) JVM 1.5.0_12-b04 Windows 2003 Standard (x86) We are experiencing an issue where every night our Apache Tomcat crashes. I've reviewed all the logs and can not find anything to find out why.

Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
mode for Apache to run in that will allow me to make use of more than 1.5 GB of memory? Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax)

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
from an end user perspective? Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:14 AM To: Tomcat Users List Subject: RE: Apache Tomcat (5.5

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
Peter, Would you happen to know of any good references that walks through how to trouble shoot Apache related performance issues? If I can zone in on the key issues I can obviously address them appropriately. Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249

RE: New to Apache

2007-10-02 Thread Tony Fountain
Yes, I did do that - it was just a simple way to obtain the email address. I'll be careful not to do this again as I was unaware of this. Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Mark H. Wood,UL 0115A,+1 317

RE: New to Apache

2007-10-01 Thread Tony Fountain
Mark, I did not hijack a thread. I started this one myself. Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 11:23 PM To: Tomcat Users List

New to Apache

2007-09-27 Thread Tony Fountain
Hi, I'm new to these technologies and hope one of you pros can point me in the correct location. We are using a product written in Java that integrates into our website. This product obviously needs to run under a J2EE compliant application server so we choose Apache Tomcat 5.5 with Java 1.5.

IIS redirect to Apache

2007-08-15 Thread Tony Fountain
Hi, Scenario: we purchased a product written in Java to integrate into our reporting tool. Our setup is such that our web application is written in .NET and hosted on a web farm using IIS (5 or 6 depending on the environment). The product we purchased runs under Apache Tomcat/5.5.23 using

RE: IIS redirect to Apache

2007-08-15 Thread Tony Fountain
. My understanding is I will then be able to reference the URL and make it look like it's part of the domain running in IIS instead of formatting another URL in the form of http://servername:port/webapp/repository. Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249

RE: IIS redirect to Apache

2007-08-15 Thread Tony Fountain
Rainer, Thanks for the information. I'll read up on the IIS ISAPI plugin and if I have any more questions, I'll post them. Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED

RE: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Tony Fountain
learned :). Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 -Original Message- From: Daniel Stephens [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 4:32 PM To: Tomcat Users List Subject: Re: Error starting Tomcat 5.5 as a Windows service Make sure you have

Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Tony Fountain
Hi, I am attempting to install Tomcat 5.5.23 as a Windows service on a Windows 2003 Server box. The steps I went through are as follows * Installed the JDK 1.5 Update 12 * Manually added the environment variable JAVA_HOME to C:\Program Files\Java\jdk1.5.0_12 (as a system variable,