aspose file tools
The moose likes Servlets and the fly likes Deploying servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Deploying servlets" Watch "Deploying servlets" New topic
Author

Deploying servlets

KRK Gowda
Ranch Hand

Joined: Nov 02, 2004
Posts: 132
Hi All,
Can anybody tell me how to package servlets and other files into .ear file in UNIX.

Thanks and Regards,
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Is there a particular development tool that you're using? Any development tool will provide facilities for exporting code as an EAR.

There's nothing magical about an ear. It is simply a zip file, or jar file, with a .ear extension. You can actually create an ear with the jar utility from the JDK.

The big thing about an ear is that it must conform to the standard for creating an ear, such as the appropriate deployment descriptors and war and jar files contained within.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deploying servlets
 
Similar Threads
server side processing error
Un-downloadable Applets
WA #1.....word association
Downloading HTML page
a jsp design question...