RE: IIS Tomcat 5.0.19 - using jk2

2004-04-12 Thread LILES, DAVID (CONTRACTOR)
Maybe this can help... www.dynamichostings.com/TomCat5IIS5.do -Original Message- From: Shlomi Levi [mailto:[EMAIL PROTECTED] Sent: Saturday, April 10, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: IIS Tomcat 5.0.19 - using jk2 Hi, I downloaded the jk2.0.4 for win32 from the jakarta

RE: My own caching implementation...

2004-04-08 Thread LILES, DAVID (CONTRACTOR)
Not to get too wrapped up in how-to... since you are already going to the database to identify the nav links for the person, was there a reason why you didn't put the results into a collection and save it to session for the user? That way they are always available during their session. When you

RE: Is there a tomcat weblog anywhere?

2004-04-06 Thread LILES, DAVID (CONTRACTOR)
How would a blog be any different then this forum? I'm not very familiar with blogs, but from what I've read, they appear to be basically a message board -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:46 PM To: Tomcat Users List;

Memory Leak Solution?

2004-04-02 Thread LILES, DAVID (CONTRACTOR)
I've searched previous postings for a possible solution regarding the memory leak thread that was posted previously but didn't seem to find an answer. I'm running TC5 on IIS5 and have noticed that the memory gradually decreases to the point where the server needs to be rebooted. Does anyone

RE: Memory Leak Solution?

2004-04-02 Thread LILES, DAVID (CONTRACTOR)
pretty quickly. I had some static classes that kept allocating memory that never got de-referenced. John -Original Message- From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 9:50 AM To: [EMAIL PROTECTED] Subject: Memory Leak Solution? I've searched

RE: Virtual Hosts Kill My JSPs

2004-04-02 Thread LILES, DAVID (CONTRACTOR)
We are configured with multiple host tags and each project has identically named JSPs but we don't seem to be experiencing what you have described We followed the following document we created www.dynamichostings.com/TomCat5IIS5.do -Dave -Original Message- From: Lisa Simaki

RE: Tomcat 5.0.19, IIS, Windows XP

2004-04-01 Thread LILES, DAVID (CONTRACTOR)
I may be off base but do you have a webapp.exl file with a context? ref: www.dynamichostings.com/TomCat5IIS5.do -Original Message- From: Jay Rutten [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.19, IIS, Windows XP I am

RE: Does my webapp directory have to live under the webapps folder?

2004-03-30 Thread LILES, DAVID (CONTRACTOR)
In your server.xml file you can define where your baseDoc location is I'm using Tomcat 5 in IIS and am doing just that I even put together a document outlining the steps I took to configure the two www.dynamichostings.com/TomCat5IIS5.do Hope it helps. -Original Message-

RE: Windows Login Id in a Web App on T5

2004-03-29 Thread LILES, DAVID (CONTRACTOR)
I have used IIS to get usernames and it's simple to do with Windows basic authentication. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 4:58 PM To: 'Tomcat Users List' Subject: RE: Windows Login Id in a Web App on T5 You can't get a use a

RE: JK2

2004-03-29 Thread LILES, DAVID (CONTRACTOR)
I recently had a similar problem with Tomcat 5 and IIS 5, but now I have it working. As a result, I documented the steps I took and the files I modified. Hopefully it can give you some pointers http://www.dynamichostings.com/TomCat5IIS5.do -Dave -Original Message- From: SH

Tomcat 5 and IIS 5 Configuration Document

2004-03-26 Thread LILES, DAVID (CONTRACTOR)
After a couple of painful weeks trying to figure out how to integrate Tomcat 5 with IIS 5, I finally have a working environment with many thanks going to Adrian Lanning. I have put together a document that outlines the steps taken to get this configuration working and would like to share it

RE: Tomcat 5 and IIS 5 Configuration Document

2004-03-26 Thread LILES, DAVID (CONTRACTOR)
Thanks -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:14 PM To: Tomcat Users List Subject: Re: Tomcat 5 and IIS 5 Configuration Document You can add a link to http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim LILES, DAVID

RE: [OT] Needed : New home(s) for Tomcat on Linux StepByStep

2004-03-25 Thread LILES, DAVID (CONTRACTOR)
Ref the Wiki I just went through two painful weeks of trying to get TomCat 5 configured with IIS 5 and finally have things working. I've noticed that there is next to no documentation that covers TC5 and IIS 5 so I have documented the steps I took to get things to work. I asked where I

RE: Java IDE for Tomcat

2004-03-25 Thread LILES, DAVID (CONTRACTOR)
I am currently using Eclipse 3 with TomCat 5 and so far it has been working well for me. I downloaded a plug-in that allows me to run TomCat from within my Eclipse IDE. It also allows for creating new TomCat projects which creates your TomCat environment for you, much like JBuilder does

RE: [OT] Needed : New home(s) for Tomcat on Linux StepByStep

2004-03-25 Thread LILES, DAVID (CONTRACTOR)
I should have clarified minimal docs that cover TC5 and IIS 5. Most of what I found references TC4 and those that related to TC5 were for IIS 6. As for the Wiki... where I looked there were only two links and when I tried to create a new one for TC5 and IIS 5 I couldn't get it to generate

RE: Default Context in Tomcat 5.0.19

2004-03-25 Thread LILES, DAVID (CONTRACTOR)
I'm not 100% sure, but if you are just running the default config, in the host tag it specifies the default location and in the Catalina.properties file it identifies all of the default class paths. Now I've created multiple instances by adding additional host entries and then in the Catalina

RE: Configuration Help

2004-03-24 Thread LILES, DAVID (CONTRACTOR)
file. Adrian - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:42 AM Subject: RE: Configuration Help The server.xml file is using the default port settings (8080 and 8009) and instead

Tomcat 5 URL not displaying

2004-03-24 Thread LILES, DAVID (CONTRACTOR)
Can anyone tell me why I can not get the following URL to display despite having a host entry in my server.xml file? http://dev.dynamichostings.com I have Tomcat 5 installed on a Windows 2000 server with IIS 5. I have configured the isapi_redirector2.dll at the root server level and created a

RE: Configuration Help

2004-03-24 Thread LILES, DAVID (CONTRACTOR)
which component is causing the errors. As opposed to now when it could be any one of many things. Hope that helps, Adrian - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:33 AM Subject

RE: Tomcat Deployment with JBuilder

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
Have you tried using Ant? That way you can build your web app the way you like... -Original Message- From: Kayley Ma [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:51 PM To: Tomcat Users List Subject: Tomcat Deployment with JBuilder Hi, Just wondering if there are any tips

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
rather than jk2. Have you tried getting jk to work? Have you looked at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html Also try: http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html hth, Adrian - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL

RE: Tomcat Deployment with JBuilder

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
and build in JBuilder? thanks, ~Kayley~ - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:01 AM Subject: RE: Tomcat Deployment with JBuilder Have you tried using Ant? That way you can build your web

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
Please post your server.xml file. Adrian - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:10 AM Subject: RE: Configuration Help Thanks for the links below. I've been looking at anything I can find

Configuration Help

2004-03-22 Thread LILES, DAVID (CONTRACTOR)
For over a week I have been unable to get Tomcat 5 configured with IIS 5. I know the Tomcat server is working because I can get to the management console from the IP address:8080 and the two example web apps are working, both from the IP address:8080/servlet-examle and without the port... I

RE: Install Tomcat 5

2004-03-22 Thread LILES, DAVID (CONTRACTOR)
I have experienced the same problem periodically... Oddly as it sounds, I've resolved the problem by re-booting the server -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 8:34 AM To: [EMAIL PROTECTED] Subject: Install Tomcat 5 Hi,

RE: Configuration Help

2004-03-22 Thread LILES, DAVID (CONTRACTOR)
, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 22, 2004 9:17 AM Subject: Configuration Help For over a week I have been unable to get Tomcat 5 configured with IIS 5. I know the Tomcat server is working because I can get to the management console

Tomcat 5 Configuration RFP

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
For a week we have attempted to implement a replacement for our current Java environment and have experienced mixed results. It has been decided that Tomcat 5 will be evaluated as a replacement solution but so far we have not been able to get a successful configuration. RFP: Tomcat 5

RE: Java Mail Real Email

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
I got a similar error when I migrated a working web app from one server to another. The problem resulted from an older version of the mail.jar on the server I moved the web app too. You might want to compare the mail.jar files between the two servers. -Dave -Original Message-

RE: Java Mail Real Email

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
these jars without pulling the whole dang SDK. -Original Message- From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 9:27 AM To: Tomcat Users List Subject: RE: Java Mail Real Email I got a similar error when I migrated a working web app from

Tomcat 5 Config

2004-03-18 Thread LILES, DAVID (CONTRACTOR)
For several days now I've been trying to configure Tomcat 5 with IIS and have had nothing but problems. I have configured the isapi_redirector2.dll with IIS and for the web app I'm trying to work with I've created a virtual directory jakarta that points to the location of the .dll and the arrow

RE: Tomcat5 service on Windows

2004-03-18 Thread LILES, DAVID (CONTRACTOR)
I recently installed TC5 on a Win2000 server. My first attempt I downloaded and extracted the binary files. I have JAVA_HOME (1.4) configured as an environment variable and when I would execute the startup.bat file a command console window would briefly flash but TC would never start. I then

server.xml config question

2004-03-17 Thread LILES, DAVID (CONTRACTOR)
I have installed Tomcat 5 on a Windows 2000 server and am having trouble getting a site configured. Due to environment policies we have to use IIS for the web server. I have downloaded and configured the isapi_redirector2.dll with the site we're having trouble with, but when we attempt to

RE: Tomcat 5 and IIS

2004-03-09 Thread LILES, DAVID (CONTRACTOR)
. -- Björn Andersen _ Webservices -Ursprüngliche Nachricht- Von: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] Gesendet: Montag, 8. März 2004 21:11 An: [EMAIL PROTECTED] Betreff: Tomcat 5 and IIS I am looking for an alternative to our current

Tomcat 5 and IIS

2004-03-08 Thread LILES, DAVID (CONTRACTOR)
I am looking for an alternative to our current environment. Currently we = are using JRun 3.0 for our Java needs and IIS for our web configuration. = Our environment requires our use of IIS. With regard to JRun, we = recently installed our upgrade to version 4.0 only to find functionality = we