Menu

Saturday 15 April 2017

JBOSS Server- Application Deployment Methods -

Method 1: JBOSS Server- Application Deployment using file system ( Drag and Drop Method ).



Methods


***********************



 Method 1 :
 JBOSS Server- Application Deployment  using file system



 Method 2 : JBOSS Server- Application Deployment using Web Console Management.



 Method 3 : JBOSS Server- Application Deployment using Command Line Interface(CLI).




------------------------------------------------------------------------------------------------------------------



Method 1: JBOSS Server- Application Deployment  using file system ( Drag and Drop Method ).


Step 1: start the JBOSS using script OR Run standalone.sh file from JBOSS bin Directory
        cd /JBOSS/jboss-eap-7.0/bin { In my case }

Screenshot 1:





Step 2: copy the .war file OR use this command  from .war file location:

    cp -pr Calendar.war /JBOSS/jboss-eap-7.0/standalone/deployments


OR

 Use WinSCP.


Screenshot 2:






Step 3: In this /JBOSS/jboss-eap-7.0/standalone/deployments folder .war  file
        automatically get deployed in some time , if JBOSS App server is already started.

for eg:  Calendar.war.deployed
                 Calendar.war

Screenshot 3:



Step 4: Check the deployed application from Console.  [ at Default Port - 8080]

           http://192.168.0.12:8080/Calendar

Where,
Calendar is Application Context root.

Screenshot 4:




Step 5: you can also verify deployments from JBOSS App server.

Screenshot 5:




---------------------------------------------------------------------------------------------

For next Method :
Use this link :http://www.middlewarebox.com/



No comments:

Post a Comment