I have a kb "Tienda" created with (Java environment) and MySQL. I have created the Tienda.WAR
and upload it manually to my Ubuntu Server and deployed it/unzipped (the 4 folders "META-INF", "static", "WEB-INF" & "Metadata").
I copied the "unzipped" folder (Tienda) and I had thus:
var/www/Tienda
In other sites put there to do it in /var/lib/tomcat7/webapps/Tienda
. I have put it in both directories. Now, since there isn't an "index.html" I do not know how to access my 'home' created in GeneXus.
I tried to open, localhost:8080/Tienda/servlet/com.AppTienda.home
resulting in: State HTTP 404 - /Tienda/servlet/com.AppTienda.home
But the servlet server is installed properly; if I open localhost:8080
I get the "It's Working" page.
How can I solve this?
And another question, what do you do if a client tells them that you want to install the application on your company servers?