Yoav Shapira wrote:
This code results in the (correctly documented at
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html, but
annoying) behavior that users deploying web applications from
conf/Catalina/localhost/appname.xml context files can't set a path for
their context.  Instead, the path is taken right from the file name,
which is less flexible.

Personally, I don't see why it is less (or more) flexible.

The deployer is simple, and doesn't associate deployment artifacts (files, etc) with webapps other than by the pathname. I don't think a hack to the current deployer would work that well, so if you want to improve this, I think you should "start over" with a new fancier deployer (which is easy to do since it's a listener).

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to