• 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

UNIX

 
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Can any one tell me, how can I deploy a java application on UNIX. I am new to UNIX. I don't know anything about UNIX. I mean I have created jar file. How would I deploy a jar file on UNIX server. But my application server is Websphere.

Thanks
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere has an administration webapp. Normally you'd give a copy of your WAR or EAR to the WebSphere system administrator. The WebSphere sysadmin would then use the admin webapp to upload and install the WAR or EAR.

Although WARs and EARs are in JAR format, s simple JAR file without the extra elements that distinguish WARs and EARS won't deploy or run under any web application server, since those extra elements are the definitions of the application's configuration and context.
 
phani kon
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your reply. But my questions, If i want to deploy a war on UNIX. what is the procedure?
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by lakshmi manepally:
thanks for your reply. But my questions, If i want to deploy a war on UNIX. what is the procedure?



There is no such thing as deploying a WAR file on UNIX. UNIX is an operating system. Is your question really "How do I deploy a WAR on Websphere running on UNIX"?
 
phani kon
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just want to know the commands or steps for deploying a WAR on Websphere running on UNIX"? Also want to know, what is the flavour of UNIX means

Thanks
[ June 27, 2007: Message edited by: lakshmi manepally ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Also want to know, what is the flavour of UNIX means



Unix comes in many different versions under various names. Suns version is called Solaris, IBM's is called AIX, Hewlett-Packards is called HP/UX, Apples OS X/Darwin is based on Unix, Linux (and its many distributions) is based on Unix, and then there are the various BSDs (OpenBSD, NetBSD, FreebSD).

These are considered the "flavors of Unix", and they are to some degree compatible to each other, or at least similar to each other.
 
phani kon
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply. What about commands or procedure to deploy a war on webpshere running on UNIX?

Please let me know with examples
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by lakshmi manepally:
Thanks for your reply. What about commands or procedure to deploy a war on webpshere running on UNIX?

Please let me know with examples



Did you see Tim's first reply to your question?
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
laksmi,
I am not sure whether i am getting your question. I hope you have installed websphere in windows and deployed the application. Now you want to deploy the application in unix. The procedure is as simple that you need to take the unix version of app server and install the same in the unix machine. The other procedure is the same as you have done in windows.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic