RE: Tomcat/IIS Installation Problem

2001-05-31 Thread Todd Sussman

   I am sorry if this question was answered, but our mail server was
down for 2 days.

We have tomcat 3.2.1 running on Win2k (IIS 5.0).

When we run using http, all is fine.  When adding SSL via a Verisign
Cert., we get a message asking whether we want to d/l secure and
unsecure information.  I then installed JSSE 1.0.2 and modified our
server.xml to allow https requests.  I used keytool to import the cert.
using tomcat as the alias.  I get a message no self-signed cert.
available.  This is from verisign and is not self created.  How do I get
tomcat to use this cert. to serve JSP's under SSL.

Thank You Again,

Todd



Re: Tomcat/IIS Installation Problem

2001-05-31 Thread Mr.Y.SHIVAKANT


-Original Message-
From: Todd Sussman [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Thursday, May 31, 2001 2:18 PM
Subject: RE: Tomcat/IIS Installation Problem


   I am sorry if this question was answered, but our mail server was
down for 2 days.

We have tomcat 3.2.1 running on Win2k (IIS 5.0).

When we run using http, all is fine.  When adding SSL via a Verisign
Cert., we get a message asking whether we want to d/l secure and
unsecure information.  I then installed JSSE 1.0.2 and modified our
server.xml to allow https requests.  I used keytool to import the cert.
using tomcat as the alias.  I get a message no self-signed cert.
available.  This is from verisign and is not self created.  How do I get
tomcat to use this cert. to serve JSP's under SSL.

Thank You Again,

Todd


Can i install iis server on windows 98.i am asking this because it is meant
for nt platform


Shivakanth




Tomcat/IIS Installation Problem

2001-05-30 Thread ernest . a . dicicco



Gentlemen:

I have installed a copy of Tomcat 3.2.1 onto an IIS system.  I can process the
/examples/jsp/index.html example fine.  I am trying to make two custom
applications work in this same environment with no success.

I have created two new directories under Tomcat/webapps  when I start up
Tomcat, the servlet log file indicates that it sees these new application
directories:

 2001-05-25 03:05:25 - path=/examples :jsp: init
 2001-05-25 03:05:26 - path=/admin :jsp: init
 2001-05-25 03:05:26 - path=/MachineHealthROI :jsp: init
 2001-05-25 03:05:27 - path=/PMQualityROI :jsp: init
 2001-05-25 03:05:27 - path= :jsp: init
 2001-05-25 03:05:28 - path=/test :jsp: init

If I specify a request to an application as follows:

 http://localhost/PMQualityROI/index.jsp or http://localhost/PMQualityROI, I
 get a 404 file not found error.

If I create a virtual directory within IIS for an application, When I access the
 application as follows:

 http://localhost/MachineHealth/ROI/index.jsp or
http://localhostMachineHealthROI, I get a 403 no authorization error.

Could you posibly supply and additional information, which might help me out of
my quandry?


Thank-you for any help you can give me.

Ernie DiCicco





RE: Tomcat/IIS Installation Problem

2001-05-30 Thread Randy Layman


Your quandary is a mis-configuration.  Remove the virtual
directories from IIS, add the appropriate entries to
uriworkermap.properties, and then restart the IIS process (using the
Services Control Panel, or perform a machine restart, not the stop/start
buttons in IIS Admin)

Randy

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 30, 2001 10:52 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat/IIS Installation Problem
 
 
 
 
 Gentlemen:
 
 I have installed a copy of Tomcat 3.2.1 onto an IIS system.  
 I can process the
 /examples/jsp/index.html example fine.  I am trying to make 
 two custom
 applications work in this same environment with no success.
 
 I have created two new directories under Tomcat/webapps  
 when I start up
 Tomcat, the servlet log file indicates that it sees these new 
 application
 directories:
 
  2001-05-25 03:05:25 - path=/examples :jsp: init
  2001-05-25 03:05:26 - path=/admin :jsp: init
  2001-05-25 03:05:26 - path=/MachineHealthROI :jsp: init
  2001-05-25 03:05:27 - path=/PMQualityROI :jsp: init
  2001-05-25 03:05:27 - path= :jsp: init
  2001-05-25 03:05:28 - path=/test :jsp: init
 
 If I specify a request to an application as follows:
 
  http://localhost/PMQualityROI/index.jsp or 
 http://localhost/PMQualityROI, I
  get a 404 file not found error.
 
 If I create a virtual directory within IIS for an 
 application, When I access the
  application as follows:
 
  http://localhost/MachineHealth/ROI/index.jsp or
 http://localhostMachineHealthROI, I get a 403 no 
 authorization error.
 
 Could you posibly supply and additional information, which 
 might help me out of
 my quandry?
 
 
 Thank-you for any help you can give me.
 
 Ernie DiCicco