- 
        1. Re: project publishing...maxandersen May 16, 2008 3:49 AM (in response to aeternitas)that is something you set in your web.xml 
- 
        2. Re: project publishing...aeternitas May 16, 2008 6:30 AM (in response to aeternitas)hm... 
 when I type "http://host:port/ViewController/" JBoss looks for "ViewController.war" to load the application... so how web.xml influence it?
 I read http://edocs.bea.com/wls/docs81/webapp/web_xml.html, but didn't find any property where I can set the "path" to application (in my post I didn't mean the name which is shown in browser...)
 Misunderstanding you?
- 
        3. Re: project publishing...maxandersen May 16, 2008 9:19 AM (in response to aeternitas)im curious how you did it in jdeveloper...we don't do anything magically. 
- 
        4. Re: project publishing...aeternitas May 16, 2008 10:34 AM (in response to aeternitas)It was just in settings for project... I looked for the same in my project settings in Eclipse... but nothing found. 
 Strange thing is that we did it in JBossIDE-2.0.0 GA (we've edited the file
 org.eclipse.wst.common.component
 where we've set
 <wb-module deploy-name="AnotherName">
 insteed of
 <wb-module deploy-name="ViewController">
 and it worked till the time we have installed Eclipse 3.3 and JBossTools 2.1.0 ...
- 
        5. Re: project publishing...maxandersen May 17, 2008 1:30 AM (in response to aeternitas)Project Properties > Web Project Settings > Context Root > edit the field. 
 Does that help ?
 
    