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,