Re: [PHP-INSTALL] PHP apps

2006-05-07 Thread Jim Douglas
From: Brad Kowalczyk <[EMAIL PROTECTED]> To: Jim Douglas <[EMAIL PROTECTED]> CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP apps Date: Sun, 07 May 2006 10:40:41 +1000 Jim Douglas wrote: When I try this, DocumentRoot /usr/opt/tomcat/webapps Alias /myJSPapp /us

Re: [PHP-INSTALL] PHP apps

2006-05-07 Thread Jim Douglas
From: Peter Hodge <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP apps Date: Sun, 7 May 2006 12:04:50 +1000 (EST) Hi Jim, If you're getting a blank page from PHP, it could also be a PHP error which isn't being shown.

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Peter Hodge
ote: > >From: Brad Kowalczyk <[EMAIL PROTECTED]> > >To: Jim Douglas <[EMAIL PROTECTED]> > >CC: php-install@lists.php.net > >Subject: Re: [PHP-INSTALL] PHP apps > >Date: Sat, 06 May 2006 16:53:55 +1000 > > > >Jim Douglas wrote: > >>To all,

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Brad Kowalczyk
Jim Douglas wrote: When I try this, DocumentRoot /usr/opt/tomcat/webapps Alias /myJSPapp /usr/opt/tomcat/webapps/myJSPapp/ Alias /PHPapp1 /usr/opt/tomcat/webapps/PHPapp1/ I can browse www.xxx.org/myJSPapp, no problem When I browse www.xxx.org/PHPapp1 I get a blank screen, "view sourse"

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Jim Douglas
From: Brad Kowalczyk <[EMAIL PROTECTED]> To: Jim Douglas <[EMAIL PROTECTED]> CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP apps Date: Sat, 06 May 2006 16:53:55 +1000 Jim Douglas wrote: To all, I have a JSP/Servlet based webapp that will rely on 2 diffferent P

Re: [PHP-INSTALL] PHP apps

2006-05-05 Thread Brad Kowalczyk
Jim Douglas wrote: To all, I have a JSP/Servlet based webapp that will rely on 2 diffferent PHP apps for specific services. I have everything working with the JSP/JAVA webapp and the first PHP app, but can't get the second one working. With my current config I have to redirect via html fr

[PHP-INSTALL] PHP apps

2006-05-05 Thread Jim Douglas
To all, I have a JSP/Servlet based webapp that will rely on 2 diffferent PHP apps for specific services. I have everything working with the JSP/JAVA webapp and the first PHP app, but can't get the second one working. With my current config I have to redirect via html from the PHP directory