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
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.
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,
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"
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
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
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