• 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

deploy ejb in websphere3.5

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any one say how to daploy beans in websphere3.5 .That is how to crate jar, war ,ear and deploy in webspere3.5 with out using visual age for java.I have no idea of websphere3.5.I have to build a Ejb application in Websphere3.5.PLS HELP
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"GURU"
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
------------------

Mahindrakar
IBM Application Server & Developer Forum Moderator

Consultant - Zensar Technologies ,Pune India.
SCJP2, SCJD2 & SCJEA (Part I)
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by GURU:
can any one say how to daploy beans in websphere3.5 .That is how to crate jar, war ,ear and deploy in webspere3.5 with out using visual age for java.I have no idea of websphere3.5.I have to build a Ejb application in Websphere3.5.PLS HELP


WebSphere 3.5 is not a J2EE 1.2 compatible server. It is compatible with Servlet 2.2/JSP 1.1 and EJB 1.0. As such, you can deploy standard Servlet 2.2 WAR files using the Administrative console (read the documentation). You can generate EJB 1.0 JAR files using the JETACE tool (again, read the documentation). You will have to build the initial files (the undeployed WAR file and the EJB classes) using some other tools (like an editor, the command-line compiler, and pkzip).

------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic