This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Screen element display


On 29 Apr 2001 10:30:01 -0400, Norman Walsh wrote:
> Very strange. Can you provide a small sample document that demonstrates
> this problem?
> 


Thanks,
Vladimir

Here is the snippet:

<section>
      <title>Installation of binary package</title>

      <para>Download the binary package from 
      <ulink url="http://sourceforge.net/projects/jboss/";>
    http://sourceforge.net/projects/jboss/</ulink> under the Latest File
    Releases section. Place it in a temporary directory
    and use your favorite unziper to decompress it to the place where
    you want JBoss installed. The toplevel JBoss directory of the
    unzipped binary will be referred to as the JBOSS_DIST
    directory.</para>

    <para>Make sure, that this user has the JDK binaries in his  command
    path and that he has write access to the JBoss directory (needed for
    log files and deployment). You are now ready to change to the bin
    directory, and run the JBoss server:</para>

      <literallayout>
      On Unix/Linux: 
      <command>cd JBOSS_DIST/bin /bin/sh run.sh</command>

      On Win32: 
      <command>cd JBOSS_DIST\bin run.bat</command>
      </literallayout>

    <para>A proper installation should start without any error  messages
    or exceptions being thrown. It will produce several  pages of output
    on startup. The console output should look  something like the
    following at the start and end for JBoss2.2.1  on Linux: 
      <screen>
          [bash-2.04$ /bin/sh run.sh
          JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar
          jboss.home = /tmp/JBoss-2.2.1
          Using configuration "default"
          [Info] Java version: 1.3.0_02,Sun Microsystems Inc.
          [Info] Java VM: Java HotSpot(TM) Server VM 1.3.0_02
          [Info] System: Linux 2.2.16-22,i386
          [Shutdown] Shutdown hook added
          [Service Control] Registered with server
          [Service Control] Initializing 24 MBeans
          ...
          [Service Control] Started 24 services
          [Default] JBoss 2.2.1 Started in 0m:8s
      </screen>
    </para>
 </section>



------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]