I have made my first web java in netbeans and now I have to upload it to a local server (xampp) the issue is that I do not understand the topic well, I generated the file .war
(right clicking on the project in netbeans and then clean and build) then take the .war
and take it to C:\xampp\tomcat\webapps
, create a folder x
and put the .war
inside
C:\xampp\tomcat\webapps\x
, then in the browser I put localhost:8080/x/index.jsp
and I get an error:
HTTP Status 404 - Not Found
type Status report
messageNot Found
descriptionThe requested resource is not available.
GlassFish Server Open Source Edition 4.1.1
I searched, but nothing comes of it. Thanks.