Hello,

I would like to deploy my webapp so that it is the default one on localhost:8080 (tomEE plus 1.7.4).

The solution I found [1] is to:
1) clean $(CATALINA_HOME)/webapps/ROOT/*
2) move $(CATALINA_HOME)/webapps/mywebapp/* to $(CATALINA_HOME)/webapps/ROOT

Isn't there a cleaner way to do that ?

--
Fabien

[1] http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F

Reply via email to