• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss or Glassfish ?

 
Ranch Hand
Posts: 142
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
what server is better JBoss or Glassfish ?
I am having a lot of dificulty i connecting JBoss to MS SQL server . the JBoss docs on the net are not easy to find and understand.
Can some one guide me as to what I should do ?
Many thanks
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've used JBoss 3.x and 4.x for several years now. It's very easy to deploy an app and get started. All the WAR/EAR and foobar-ds.xml datasource files should be copied into your %JBOSS_HOME%/server/default/deploy folder. To start the server, simply double-click the run.bat in %JBOSS_HOME%/bin folder.

Make sure you have the following environment variables set in Windows: JAVA_HOME (pointing to JDK 5 installation directory), ANT_HOME, JBOSS_HOME.

Here's some more info:

http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Getting_Started_Guide/beta422/html/index.html
 
Meherdad Bomanbehram
Ranch Hand
Posts: 142
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Uchana , I did try JBoss but had problems connecting to MS SQl server so I thought it may be better to use Glassfish .
Do you have a tutorial for JBoss which creates a small ejb 3.0 app?
All help is greatly appreciated .

Many Thanks
 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Netbeans5.5 with Sun Application server 9.1 which is based on GlassFish.I found it easy to use specially if you have experience from any previous Sun application server.
Even if you don't have experience from any previous Sun application server,Sun Application server 9.1 is still easy to use with Netbeans5.5.
 
She still doesn't approve of my superhero lifestyle. Or this shameless plug:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic