Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with Tomcat7 ? #1

Open
kuzco1 opened this issue May 11, 2018 · 2 comments
Open

Running with Tomcat7 ? #1

kuzco1 opened this issue May 11, 2018 · 2 comments

Comments

@kuzco1
Copy link

kuzco1 commented May 11, 2018

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
Copy link
Author

kuzco1 commented May 11, 2018

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
Copy link

Poikilos commented Oct 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants