• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Using Jboss in development Environment

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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?
 
Ranch Hand
Posts: 691
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
This one time, at bandcamp, I had relations with a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic