How to deploy a non-web application

Hi,

Just have a fundamental query. How to deploy a non-web application on JBOSS App server ? Ours is a basic java application with just class files and we make it run by invoking a main method.

My question is how do I wrap up my code and do I have to package it as WAR file to deploy it ?

Please help on this.

Thanks.

[352 byte] By [NewToJSFa] at [2007-11-26 14:43:03]
# 1
If it is a standard alone Java application, why do you need JBoss? You can package a standard alone application in a JAR file.
rexyounga at 2007-7-8 8:30:40 > top of Java-index,Core,Monitoring & Management...