• 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

What about JOnAS ?

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all.
does any body use JOnAS ?
any feedbacks ?
is it good and stable ? does it provide good docs ?
coz I am really get tired of JBoss (no documentation)
[ September 21, 2004: Message edited by: John Todd ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Red Hat uses JOnAS as part of "their" appserver. Regarding the quality of documentation, I'd suggest you see for yourself whether you consider it better or worse than what's available for JBoss.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
given the following :
JOnAS4.1.2-Tomcat5.0.25.exe
JOnAS4.1.2.exe
what is the difference between these versions ?
(maybe JOnAS4.1.2 doesn't include a web container, right ?)
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Todd:
Thanks.
given the following :
JOnAS4.1.2-Tomcat5.0.25.exe
JOnAS4.1.2.exe
what is the difference between these versions ?
(maybe JOnAS4.1.2 doesn't include a web container, right ?)


The docs say that the "JOnAS4.1.2.exe" is a "standalone" version while "JOnAS4.1.2-Tomcat..." and "JOnAS4.1.2-Jetty..." are packaged with a web container. Not having used JOnAS myself, I'm afraid I can't offer more than a gut feeling that the standalone JOnAS needs to be configured by pointing it to an existing installation of Tomcat or Jetty. But that's just my guess.
 
reply
    Bookmark Topic Watch Topic
  • New Topic