Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1070070

Summary: Add topic about Uninstallation EAP 6 service (zip)
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: DocumentationAssignee: Russell Dickenson <rdickens>
Status: CLOSED DUPLICATE QA Contact: Russell Dickenson <rdickens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0Keywords: Documentation
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html/Installation_Guide/Install_JBoss_Enterprise_Application_Platform_6_Red_Hat_Enterprise_Linux_Service.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22510, Installation Guide-6.3-1 Build Date: 26-02-2014 14:06:52 Topic ID: 3758-591653 [Latest]
Last Closed: 2014-02-26 11:21:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2014-02-26 08:15:47 UTC
Title: Configure JBoss EAP 6 as a Service in Red Hat Enterprise Linux (Zip, Installer)

Describe the issue:
 For windows we have a "Procedure 4.14. Uninstall the JBoss EAP 6 service from Microsoft Windows Server" section, we should add the same for RHEL.

Suggestions for improvement:
 Add the following tasks:
 - stop the service
[user@host init.d]$ sudo service jboss-as-standalone.sh start
 - unregister the service
[user@host init.d]$ sudo chkconfig --del jboss-as-standalone.sh
 - clean the files
delete configuration file /etc/jboss-as/jboss-as.conf
delete starting scripts /etc/init.d/jboss-as-standalone.sh or /etc/init.d/jboss-as-domain.sh

Additional information:
Switch 
[user@host bin]$ sudo service jboss-as-standalone.sh start
with
[user@host init.d]$ sudo service jboss-as-standalone.sh start
There is no need for user to be in bin directory for this particular command so this might be confusing.

Comment 1 Petr Kremensky 2014-02-26 11:21:13 UTC

*** This bug has been marked as a duplicate of bug 1035178 ***