cgi script not launching in Tomcat 5.0

2003-12-11 Thread Li, William
Hi, I did the config as per the documentation for CGI. I have a script /local/0/home/tomcat/webapps/ROOT/cgi-bin/printenv.cgi and it works fine on command line. But Tomcat doesn't like it: 2003-12-11 10:54:41 cgi: findCGI calc: name=printenv.cgi, path=/local/0/home/tomcat/webapps/ROOT/cgi-bin/p

RE: IIS + SSL + tomcat configuration

2001-07-13 Thread Li, William
Yes, IIS/Tomcat works well in non-ssl mode. Are there any required tomcat configurations to use SSL with IIS? -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 2:25 AM To: [EMAIL PROTECTED] Subject: RE: IIS + SSL + tomcat configuration >Is ther

IIS + SSL + tomcat configuration

2001-07-12 Thread Li, William
Is there anything I need to do with tomcat 3.2 configuration when I turn on SSL in Win2k IIS 5? All of the supposely https://server/... are changed to http://server:443/... The only thing I did with IIS was to go thru its wizard to configure and use server certificate. This works fine for sam

RE: Help with using getRequestURL()

2001-07-11 Thread Li, William
location: class test5 java.lang.StringBuffer reqUtilURL = HttpUtils.getRequestURL(request); -Original Message- From: Li, William [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 6:52 PM To: '[EMAIL PROTECTED]' Subject: RE: Help with using getRequestU

RE: Help with using getRequestURL()

2001-07-11 Thread Li, William
try: java.lang.StringBuffer reqUtilURL = HttpUtils.getRequestURL(request); String callingURL = reqUtilURL.toString(); -Original Message- From: Tia Haenni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: RE: Help with using getRequestURL()

IIS & SSL problem - pls help

2001-07-11 Thread Li, William
Hi, I configured my IIS 5 on Win2k to work with tomcat without any problem. However, I am getting problems once I configured IIS to use server certificate. IIS works fine by itself, but not when tomcat is started. I read thru the archive relating to this subject, but without much success in fin