• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deploy on JBoss
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deploy on JBoss


  • Subject: Re: Deploy on JBoss
  • From: "Ricardo Cortes" <email@hidden>
  • Date: Thu, 28 Apr 2005 11:02:21 -0400
  • Organization: Bolt

You don't have to do anything special to deploy in JBoss if you are
building your application as a WAR instead of SSDD.  I'm not saying it's
not easy with SSDD, I just haven't gotten SSDD to work in Tomcat the way
I've wanted it to work.  I find WAR deployment easier as it's also just
one file.  Assuming you are now building a WAR from your WebObjects
project in XCode, below are the steps you need to deploy in JBoss.

1.  Downloaded JBoss 3.2.6 (I haven't used 4.0 yet) from Sourceforge.net

2.  Unpacked JBoss.tar.gz into /usr/local/jboss

3.  cp -
rp /usr/local/jboss/server/default /usr/local/jboss/server/<your_app_name>

4.  cp
<your_app_name>.war /usr/local/jboss/server/<your_app_name>/deploy

5.  /usr/local/jboss/bin/run.sh -c <your_app_name>

6.  Wait for the app to start

7.  Hit the app with the following URL:


http://localhost:8080/<your_app_name>/WebObjects/<your_app_name>.woa/

8.  If that doesn't work,
check /usr/local/jboss/server/log/<your_app_name>.log for messages and
also check the jmx-console that comes with JBoss (think of WO monitor);

    http://localhost:8080/jmx-console

When you get your application running, you'll want to remove services
that start up with your application that you don't need.  Services like
JMS and EJB that were included in the default installation of JBoss
which you copied in step 3.

I hope that helps...............

Ciao,
Ricardo


On Wed, 2005-04-27 at 11:54 +0200, Gian Luca Gaiba wrote:
> Someone can help me
> show me a step-by-step guide
> to build an app on JBoss?
>
> in particular:
> I start my JBoss/Tomcat...
> Tested ok!
> I build a simple WOApp
> (deploy as servlet SSDD containing jars of frameworks)
>
> Now
> how to deploy on JBoss?????
>
> thanks
> gian luca
>
> _______________________________________________
> WebObjects-dev mailing list
> email@hidden
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev
>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Webmail
  • Next by Date: Re: Webmail
  • Previous by thread: Re: Applet to Server
  • Next by thread: Re: Deploy on JBoss
  • Index(es):
    • Date
    • Thread