• 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

Deploying an application

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am an entry level web developer started like 1 month back.
I am working on onDemand server application using ODWEK API. I had developed a prototype of the application which is written in Java,JSP and using ODWEK API. Now my boss wants me to deploy that on development machine. I could jar my application and keep it in there. But my question is
Do I have to install the same ODWEK s/w on that machine as well?
When I asked him about installing it on that developement box, he asked
aren't you going to jar everything?
For the application to run properly it has to have some particular directory structure in there.
Please do let me know if I can do that with out installing it on development machine and about jaring.
Thanks in advance
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check if this link helps

http://publib.boulder.ibm.com/infocenter/cmodhelp/index.jsp?topic=/com.ibm.ondemand.iseries.doc/ars4y05380.htm
 
reply
    Bookmark Topic Watch Topic
  • New Topic