Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Add a web application to JBOSS

Leer en espanol
Add a web application to JBOSS

Table of contents

This time we are going to do a mini tutorial on how to add a new application to the JBOSS server. for e ===

Previously we had already installed a JBOSS server. You can see it Here

This time we are going to do a mini tutorial on how to add a new application to the JBOSS server. To do this we have to follow the following steps:

we are going to Applications > Web Application (WAR)Add new resources

Captura de pantalla de 2015-03-13 19:55:01

We examine and add our .war application. in my case it is called test.war

In the option DeployExploded?  We indicate that YES

Captura de pantalla de 2015-03-13 19:55:25

If everything turned out correctly, our new application is added.

Captura de pantalla de 2015-03-13 19:55:33

Using our favorite browser we access it: https://192.168.1.55:55/test/

Captura de pantalla de 2015-03-13 20:00:11

Greetings, rokitoh!

:wq!

Comments