> In Eclipse, if I create a dynamic web app project called "foo", then a 
> Resin server using the plugin config tool, I can then deploy it and
> it runs at localhost:8080/foo. I need to have it deployed to the root, 
> i.e. just localhost:8080. It seems its the "Add/Remove" dialog in the 
> Resin Plug in which creates the webapp name in the path - how can I 
> choose ROOT there please? I don't want to call the project "ROOT" just 
> to achieve this, nor do I want to rename any WAR's each deploy because 
> the will slow down dev time. I'm sure there must be a smarter way ;-)

Hi Carl, 

I just tested with a symbolic link named ROOT pointing to the deploy foo 
directory and that worked for me. 

So you should remove webapps/ROOT and make a link with  ln -s foo ROOT 


Alex

> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to