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

Configuring the servlet for Java based application #57

Closed
starspn opened this issue Aug 29, 2015 · 5 comments
Closed

Configuring the servlet for Java based application #57

starspn opened this issue Aug 29, 2015 · 5 comments

Comments

@starspn
Copy link

starspn commented Aug 29, 2015

Good day,

I am trying to setup the servlet to to use it on my java application. I did add the servlet on my web.xml
I can see the serlvet it loading some properties file (angular-filemanager.properties) what should be the contect of the file?

@joni2back
Copy link
Owner

Hello, I add to @paolobiavati (that build the java connector because I dont have experience with java.

Regards.

@starspn
Copy link
Author

starspn commented Aug 29, 2015

I don't understand what you are saying?

@joni2back
Copy link
Owner

Mmm, I dont understand if you are having troubles with the JAVA connector or the frontend API...

@starspn
Copy link
Author

starspn commented Aug 31, 2015

Java connector on the servlet you are defining

propertiesFile = getClass().getClassLoader().getResourceAsStream("angular-filemanager.properties");

Can you give an example of the content of this file angular-filemanager.properties?

@joni2back
Copy link
Owner

Hi @starspn, I checked the source code, the properties of this file are

repository.base.url and date.format

The format of the file should be compatible with http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html

Please, let me know if work with this, regards.

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