• 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

jar deploy

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
/opt/IBMWebAS-6.0/AppServer/java/bin

Hi I am using websphere application server on linux system (command based)
I have two projects j2ee which I have already deployed

And java project as jar file.


Now I have to use jre to run this jar file.
so rather than using seperate jre for this jar file I wish to use the websphere jre
1)so is this path for the jre on websphere?

/opt/IBMWebAS-6.0/AppServer/java/bin (on windows it is under runtimes directory)

2)jar file is based on jdk1.4.2 whether it will be compatible with websphere 6.0

3)there is one more option which i am not sure. to deploy this jar file on websphere application server but then problem is how I am going to invoke the main class on daily 8 pm.

regards
 
reply
    Bookmark Topic Watch Topic
  • New Topic