XnSger / EvoDire

Evoluted Directory Listing Script
22 stars 13 forks source link

Running with Tomcat7 ? #1

Open kuzco1 opened 6 years ago

kuzco1 commented 6 years ago

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

kuzco1 commented 6 years ago

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.

Poikilos commented 2 years ago

@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.