You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using debian9u1 with Tomcat7 and PHP7.0.
Unfortunaltely I do not see any files.
Are there any known issues ?
Is there a way to enable an error-log ?
Regards
The text was updated successfully, but these errors were encountered:
One more comment:
Have added the JavaBridgeTemplate621 to run php also with Tomcat.
The war is located in /opt/tomcat7/webapps/JavaBridgeTemplate621
So, my index2.php /opt/tomcat7/webapps/JavaBridgeTemplate621/index2.php has the follwoing entries:
public $startDirectory = '/home/dms/dmsdata/';
public $includeUrl = true;
public $directoryUrl = 'http://192.168.25.91:8080/JavaBridgeTemplate621/';
I do see the main-page, unfortunlately I do not see any files. I am able to upload files or to create a directory, but they are still not visible.
@kuzco1, Since you didn't hear back, consider using my fork at https://github.com/poikilos/directory-listing. Also, try a development run and see if there are any errors that appear in the terminal: php -S 127.0.0.1:8000. Visit the page in a browser (or with wget -O /tmp/test.html http://127.0.0.1:8000/index.php in a second terminal if running remotely and you don't want to change the IP address and forward the port) and see if any more errors appear in that first terminal.
Hello,
I am using debian9u1 with Tomcat7 and PHP7.0.
Unfortunaltely I do not see any files.
Are there any known issues ?
Is there a way to enable an error-log ?
Regards
The text was updated successfully, but these errors were encountered: