Hello there.
I'm trying learn how to publish a simple web app.
I managed to write something that is actually working doing all the tests and debugs locally.
Today I tried to put everything on IIS.
Jar file is running in the background, everything seems to be in the right place/folder.
I can reach the webpage, but none of the code is working
If I try to visit the webpage through localhost, everything works as intended.
What am I missing?
I'll attach the whole project, nothing secret in there.
N.B: code needs a .mdb file in a certain directory, for privacy reasons i can't share the db
I'm trying learn how to publish a simple web app.
I managed to write something that is actually working doing all the tests and debugs locally.
Today I tried to put everything on IIS.
Jar file is running in the background, everything seems to be in the right place/folder.
I can reach the webpage, but none of the code is working
If I try to visit the webpage through localhost, everything works as intended.
What am I missing?
I'll attach the whole project, nothing secret in there.
N.B: code needs a .mdb file in a certain directory, for privacy reasons i can't share the db