[PHP-WIN] IIS 5 and Tomcat?

2001-04-28 Thread Chris Boothe
Does anyone have any experience with setting up IIS 5 with Tomcat? I have downloaded the Win32 version of tomcat in several zip files. However they only consist of one DLL each. I need to get more information where can I look? Thanks, Chris Boothe [EMAIL PROTECTED]

Re: [PHP-WIN] IIS 5 and Tomcat?

2001-04-28 Thread Chris Boothe
Just answering my own question I think... Haven't tried this solution yet. http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html Chris Boothe [EMAIL PROTECTED]

[PHP-WIN] Path error session.save_path at php.ini.

2001-05-04 Thread Chris Boothe
Has anyone seen this before or know how to fix it? I am trying to run setup.php from phpProjeckt. Session error! please set the correct temp path in the variable session.save_path at php.ini. The ini file has a value of /tmp does this work on IIS5? Thanks, Chris Boothe [EMAIL PROTECTED]

[PHP-WIN] SSL on IIS5?

2001-05-07 Thread Chris Boothe
Is there a way to get something like OpenSSL to work on IIS5? I am doing development on my machine and when it is ready I will be porting it to a hosting company that shares their certificate. Any suggestions? Chris Boothe [EMAIL PROTECTED]

[PHP-WIN] Netscape and $PHP_SELF?

2001-05-07 Thread Chris Boothe
My script works fine in IE 5.5 however a hyperlink is missing the script name when it is displayed in Netscape Navigator 4.77. echo "$id\n"; Instead of view.php?id=1&act=v I get ?id=1&act=v which doesn't work obviously. Thanks, Chris Boothe [EMAIL PROTECTED]

Re: [PHP-WIN] Netscape and $PHP_SELF?

2001-05-08 Thread Chris Boothe
I know what you are saying it is a bit odd. The problem is that $id is being called within a function and the $HTTP_HOST, etc. seem to be set to null within the function. Thanks, Chris Boothe [EMAIL PROTECTED] - Original Message - From: "Mike Flynn" <[EMAIL PROTECTED