On 2002.02.15 12:58:31 -0500 Christine wrote:
> Hi,
> 
> I am a new user of JBoss. I used J2EE server and Websphere before. Both
> provide deployment tools which will generate ejb and web descriptor for
> you. But in Jboss, do I have to write jaws.xml, jboss.xml, web.xml by
> myself and use Ant to build the ear file? Could anyone tell me whether
> there is better way to do so? Thanks in advance!

JBoss can normally deploy jars, ears, and I think wars (with an appropriate
web container) without any jboss specific files.  You need the jboss files
only if the defaults are inappropriate for you.  You may be able to get
away with not having any jboss specific files by some of these tricks:

setting DefaultDS to point to the database you want to use

Changing StandardJaws and StandardJBoss to specify more appropriate
defaults.

If you still need to customize further, I recommend investigating xdoclet
(on sourceforge) which can generate all the deployment descriptors for
several app servers including JBoss and Weblogic (and including
ejb-jar.xml)

david jencks




> Regards
> 
> --
> Jia (Christine) Li
> 
> 524N ICT Building
> Department of Computer Science
> University of Calgary

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to