RE: Tomcat 1.1 - release date

2007-10-31 Thread Vigorito, Nicholas E.
Hmm. I must have been given some bad information. I found a link on the Tomcat web site that says the first release ever was 3.0. I better get someone to look again. Nick > _ > From: Vigorito, Nicholas E. > Sent: Wednesday, October

Tomcat 1.1 - release date

2007-10-31 Thread Vigorito, Nicholas E.
This may sound corny but I am just wondering. It looks like I am going to be supporting a web app that is installed under Tomcat 1.1 Does anyone know what the release date of the Tomcat 1.1 was or the most recent release date of Tomcat 1.1.x. Thanks! Nick

RE: Off-Topic - Linux questions

2007-08-17 Thread Vigorito, Nicholas E.
, Vigorito, Nicholas E. wrote: > This is off topic but I cannot seem to find the answers to the > following for Linux. Anyone know the answers to the following: > > - If the suid bit is set for the owner of a directory (looks like drws > when shown via ls -l) what does that mean? I can fin

Off-Topic - Linux questions

2007-08-17 Thread Vigorito, Nicholas E.
This is off topic but I cannot seem to find the answers to the following for Linux. Anyone know the answers to the following: - If the suid bit is set for the owner of a directory (looks like drws when shown via ls -l) what does that mean? I can find what it means for a file but not a directory.

RE: Tomcat 5.5.20 application context set using Path?

2007-08-09 Thread Vigorito, Nicholas E.
Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Caldarale, Charles R Sent: Thursday, August 09, 2007 3:24 PM To: Tomcat Users List Subject: RE: Tomcat 5.5.20 application context set using Path? > From: Vigorito, Nicholas E. [mailto:[EM

RE: Tomcat 5.5.20 application context set using Path?

2007-08-09 Thread Vigorito, Nicholas E.
To: Tomcat Users List Subject: RE: Tomcat 5.5.20 application context set using Path? > From: Vigorito, Nicholas E. [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.20 application context set using Path? > > I have a web app that is located outside the webapps directory. Put > t

Tomcat 5.5.20 application context set using Path?

2007-08-09 Thread Vigorito, Nicholas E.
I have a web app that is located outside the webapps directory. Put the context file app_name.xml in the conf/Catalina/localhost directory. The context has a docBase attribute that points to the directory and has a path attribute. The context for the application always ends up being /app_name inste

RE: Installing Tomcat on Linux

2007-08-02 Thread Vigorito, Nicholas E.
open source binaries. They should build using the source. On 8/2/07, Vigorito, Nicholas E. <[EMAIL PROTECTED]> wrote: > I am going to install Tomcat standalone (not fronted by Apache) on a > Linux box that will eventually be opened up to small portion of the > outside world. > &g

Installing Tomcat on Linux

2007-08-02 Thread Vigorito, Nicholas E.
I am going to install Tomcat standalone (not fronted by Apache) on a Linux box that will eventually be opened up to small portion of the outside world. I am a developer and as such haven't ever done anything with Tomcat except install the binaries on my Windows machine and run it locally for devel

RE: Tomcat application connect via https only?

2007-06-20 Thread Vigorito, Nicholas E.
Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Caldarale, Charles R Sent: Wednesday, June 20, 2007 11:16 AM To: Tomcat Users List Subject: RE: Tomcat application connect via https only? > From: Vigorito, Nicholas E. [mailto:[EMAIL PROTEC

RE: Tomcat application connect via https only?

2007-06-20 Thread Vigorito, Nicholas E.
you should be good to go. Regards Ben Short On 6/20/07, Vigorito, Nicholas E. <[EMAIL PROTECTED]> wrote: > I am a newbie to Tomcat. I have 5.0.28. I would like to set up a web > application so that one can ONLY connect to it via https. Anyone know > how I can do this? > I

Tomcat application connect via https only?

2007-06-20 Thread Vigorito, Nicholas E.
I am a newbie to Tomcat. I have 5.0.28. I would like to set up a web application so that one can ONLY connect to it via https. Anyone know how I can do this? I was able to set up Tomcat (via server.xml and certificates) so that one can connect to the app via either http or https and can even force