-
1. Re: JBoss
jaikiran pai Aug 25, 2010 2:33 AM (in response to Dinesh venkatesan)Dinesh venkatesan wrote:
Hi
I have doubt on jboss file deployment.
Is jboss supports file deployment instead of .ear files???
What kind of file deployment?
Dinesh venkatesan wrote:
Plz anyone clarify my doubt ... its urgent.
When discussing in forums which are volunteer driven, messages like "Urgent", "ASAP" have the exact opposite effect. Not many will be willing to reply to your post. So please be patient and do not use such words in your posts.
-
2. Re: JBoss
Dinesh venkatesan Aug 25, 2010 3:06 AM (in response to jaikiran pai)Hi,
we can deploy .ear & .war files in Jboss..
Can i deploy any other file Extension in JBoss???
Thanks in Advance
-
3. Re: JBoss
jaikiran pai Aug 25, 2010 3:10 AM (in response to Dinesh venkatesan)Dinesh venkatesan wrote:
Can i deploy any other file Extension in JBoss???
There are only a limited deployment types that JBoss AS (or any other application server) support. Remember, JBoss AS is not a file server, it's a JavaEE application server. Can you be a bit more specific on how you are using JBoss AS and what file extensions you are talking about?
-
4. Re: JBoss
Dinesh venkatesan Aug 25, 2010 3:35 AM (in response to jaikiran pai)Thanks for your Reply.
you said Jboss supports only limited deployment types...
Can i know what are the deployment Type JBoss support?
Thanks,
Dinesh.
-
5. Re: JBoss
Peter Johnson Aug 25, 2010 11:22 AM (in response to Dinesh venkatesan)Look in the server/default/deploy directory, it contains deployed files and you can infer many of the allowed extensions from there: *.war, *.sar, *.rar, *-ds.xml, *-service.xml, *-jboss-beans.xml, *.jar (containing EJBs). I think the only one missing is *,ear. Note that the "*.*ar" files are all variations of JAR files.