File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes Deploying in Websphere! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Deploying in Websphere!" Watch "Deploying in Websphere!" New topic
Author

Deploying in Websphere!

Julee D' Souza
Greenhorn

Joined: Oct 21, 2003
Posts: 10
How i can deploy my web application(bonus eaxample at sun tutorial) and run it in websphere?
can i copy the jars imade using j2eesdk deploy tool?
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3879
Run the JAR files you have from Sun through WebSphere's Application Assembly tool. That will add the additional WebSphere configuration files necessary to deploy them.
Then use WebSphere'a Admin console to deploy the application into your application server.
Before doing this, I would run through the deployment example in the WebSphere infocenter, though, to understand what you are doing. Also be careful, if the Sun tutorial you are using is for J2EE 1.4 it WILL NOT work on WebSphere since WebSphere currently supports J2EE 1.3.
Kyle


Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
David Mathew
Greenhorn

Joined: Oct 25, 2003
Posts: 10
Hi kyle...i also have the same problem but i find that in websphere3.5 there is no AAT(Assembly tool)provided.Then how can we make jars?
it seems quite critical to deploy and run a web application having ejbs.
[ October 27, 2003: Message edited by: David Mathew ]
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3879
There was a similar but differently named tool in WAS 3.5. I think (but don't quote me -- I don't have my references here) that it was named jetace.
Kyle
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Deploying in Websphere!
 
Similar Threads
MyFaces in Websphere Portal
MyFaces in Websphere Portal
Configuring Eclipse with WebSphere 5.1
How to deploy ejb on websphere
Deploying on wesphere