• 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:

How to deploy a web application in ORION

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, there:
Could any one give me some idears about how can I deploy a web application in ORION server? In tomcat, I just copied my war file in /webapps. How can I do in Orion with the same war file? where should I put my war file, and what .xml file should I modify to deploy. Thanks a lot.
David
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by david, chen:
Could any one give me some idears about how can I deploy a web application in ORION server?


Either run "java -jar orion.jar -console" or double-click on "orionconsole.jar". Right-click on your server (ormi://localhost) and select "Install application". You'll also be able to access some handy tools from the Assemble menu to create EJBs, tag libraries, Web applications (.war), and enterprise applications (.ear). You can run these separately as well, they have their own .jars.
They may not be the slickest tools available, but they sure beat editing the .xml files.
- Peter

[This message has been edited by Peter den Haan (edited May 17, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic