• 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

deployment in websphere

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

I like to know about how to deploy an web application in websphere application server.

pls any help me.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's a number of free, multimedia tutorials that show you how to administer WebSphere. They range from federating domain, to configuring LDAP, and yes, of course, installing an EAR.

How to Administer the WebSphere Application Server

The process for deploying a war is very similar to deploying an ear - easier actually, as there are less things to worry about. Simply point WebSphere to the war file, instead of the ear file, and let WebSphere walk you through the steps. If the war has very few dependencies, then it's just a few clicks, and you're done.

When deploying a war, instead of an ear, you need to specify the context-root. That is one little difference.

Enjoy!

-Cameron McKenzie
 
sita raman
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks
 
sita raman
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks
 
sita raman
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the reply.

But the link provides the information about SCJA.

I dont know how it would be related to websphere.
pls reply me

thanks and regards,
Sita
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The page I sent had four links that deal with WebSphere administration:

Federating WebSphere Nodes
Clustering Appliation Servers
LDAP & WAS Security
A Crazy, Lock and Load EAR Deployment

It's all total WebSphere stuff dude. Enjoy!

-Cameron McKenzie
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic