• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

question about selection of Orion

 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just curious about this. Why was Orion chosen as the container for the servlet/jdbc assignments instead of Tomcat?
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, when we began these assignments, we were using JRun. However, due to problems some people have been encountering recently with orion, we may be switching again before too long.
[ August 31, 2002: Message edited by: Marilyn de Queiroz ]
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, just to voice some satisfaction with orion (for what it's worth), I've found orion to be very easy and reliable to use. The installation was simple and starting and stopping it is just so darn easy. But then, I also welcome the opportunity to learn a bit about a different server program.
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I first became acquainted with Orion here on the dirve, but then I got hired by a software company to do Java development. To my surprise, they were using Orion, too! We've developed a large distributed app with servlets and EJBs using orion as the primary App Server. As we've gotten closer to market, we've started porting our deployment to some bigger names like WebLogic, but mostly we work on Orion.
Tomcat, however, is more of a reference implementation. There are a lot more bugs in it than in Orion. In fact, Oracle 9i Server, which is trying to be a big player, is really just Orion that Oracle is licensing.
So, by using orion here, we're getting experience with a free, standards-compliant system that is becoming a big player in the market.
I'd like to keep Orion.
 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was trying (experimenting) with java-servers too.
Usage of orion was easiest up to now.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic