I am setting an application that is listed as not compatible with my OS (Ubuntu 18.04 LTS). I went throug war files and fixed all erros that I was getting. At the end, application should open a file named
/adminsite/servlet/com.jsbsoft.jtf.core.SG
404 Not found
I have
/adminsite/... with several .jsp files and directories
and
com.jsbsoft.jtf.core.SG.class in classes directories
I see that I am missing the servlet directory under adminsite, so I created that directory, and placed com.jsbsoft.jtf.core.SG.class inside, it give me a bunch of errors. So I guess I should generate jsp files inside /adminsite/servlet. How could I achieve this?