download :jboss,wrapper
First we will copy the following files into the JBoss bin directory:
{WRAPPER_HOME}\bin\Wrapper.exe
|
Rename the three batch files as follows. Be sure to remove the .in extensions so that the files all end in .bat. Depending on how your file explorer is configured, you may not be able to see the extensions.
{JBOSS_HOME}\bin\JBoss.bat
{JBOSS_HOME}\bin\InstallJBoss-NT.bat
{JBOSS_HOME}\bin\UninstallJBoss-NT.bat
Copy the following two files into the JBoss lib directory:
{WRAPPER_HOME}\lib\Wrapper.DLL
{WRAPPER_HOME}\lib\wrapper.jar
{WRAPPER_HOME}\src\conf\wrapper.conf.in
Be sure to remove the .in extension so that the file is named wrapper.conf. Depending on how your file explorer is configured, you may not be able to see the extension. You should now have:
{JBOSS_HOME}\conf\wrapper.conf{JBOSS_HOME}\logs
JBoss.bat:add file end
ECHO %JAVA% %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %ARGS%
********conf/wrapper.conf
wrapper.java.command=%JAVA_HOME%/bin/java
wrapper.java.additional.1=-Dprogram.name=run.bat
wrapper.java.classpath.1=../lib/wrapper.jar
wrapper.java.classpath.2=%JAVA_HOME%/lib/tools.jar
wrapper.java.classpath.3=./run.jar
wrapper.java.library.path.1=../lib
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
rapper.ntservice.name=JBoss
wrapper.ntservice.displayname=JBoss Application Server
wrapper.ntservice.description=JBoss Application Server
| Trying It Out |
wrapper.app.parameter.1=org.jboss.Main
本文详细介绍如何将Wrapper与JBoss应用服务器进行集成。主要内容包括:复制必要的Wrapper文件到JBoss目录;修改批处理文件及配置文件以适配JBoss环境;通过示例展示如何配置wrapper.conf文件来启动JBoss。
1397

被折叠的 条评论
为什么被折叠?



