in org.apache.catalina.startup.HostConfig.deployWAR(ContextName, File, String)

i found some code like these

context.setName(cn.getName());
context.setPath(cn.getPath());
context.setWebappVersion(cn.getVersion());
context.setDocBase(file);
...
name and path attribute are override with the war name
So these attribute are not work.

Is tomcat supposed to do that?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to