| Author |
Using Jboss in development Environment
|
Shashi Prakash
Ranch Hand
Joined: Mar 28, 2007
Posts: 40
|
|
Hi , I have been using Eclipse and Tomcat in my development environment and we deploy war file to production which runs on Jboss .. I wanted to use Jboss also for my development environment. I got Eclipse and Jboss integrated and running .I deployed a war file in Jboss and Its working fine.. Now I wanted to use project in Jboss not in deployed war file as in this will be development environment and need to chanage files quite often. In Tomcat we specify this context in server.xml . How to do this in Jboss . Thanks,
|
Thanks,<br />Target Scwcd<br />SCJP 1.4
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
Originally posted by Shashi Prakash: Now I wanted to use project in Jboss not in deployed war file as in this will be development environment and need to chanage files quite often.
Sorry, i did not understand your question. Are you saying, you want to place the war file in some folder other than the deploy folder of JBoss?
|
[My Blog] [JavaRanch Journal]
|
 |
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
Originally posted by Shashi Prakash: Now I wanted to use project in Jboss not in deployed war file as in this will be development environment and need to chanage files quite often. In Tomcat we specify this context in server.xml . How to do this in Jboss . Thanks,
I think youa are trying to say that you want to use exploded format instead of .war file. But not sure, what it has to do with server.xml file.
|
 |
 |
|
|
subject: Using Jboss in development Environment
|
|
|