Re: Re: Re: Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Konstantin Kolinko
2011/8/26 Oliver Wulff : > > I'm asking whether this would be an intrusive way thus I would raise a > request. > Try to write a patch and you'll find that it is easier to rename your war. The feature you are asking will seriously confuse auto-deployment. Best regards, Konstantin Kolinko ---

Antwort: Re: Re: Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Oliver Wulff
http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif"; /> I know I can't configure it right now :-( I'm asking whether this would be an intrusive way thus I would raise a request. Thanks Oliver Konst

Re: Re: Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Konstantin Kolinko
2011/8/26 Oliver Wulff : > I'd very much like to be able to deploy my war in webapps and configure > either the path in META-INF/context.xml to "/" You cannot configure those attributes in META-INF/context.xml at all. > or define docBase in > conf/Catalina/localhost/ROOT.xml. It is possible but

Antwort: Re: Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Oliver Wulff
http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif"; /> I'm aware of the context container reference doc and the following wiki page: http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F I raised this request because whatever approach I

Re: Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Konstantin Kolinko
2011/8/26 Oliver Wulff : > > I've tried to add a context.xml in META-INF/context.xml which is part of > myweb.war: > docBase and path attributes are invalid here > Have I missed anything? 1) FAQ 2) search mailing list archives 3) See docs for Context element in Configuration reference. Best re

Configured root path in META-INF/context.xml ignored

2011-08-26 Thread Oliver Wulff
http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif"; /> Hi there I'm trying to run my web application (myweb.war) in Tomcat 6.0.32 under the root context. I've tried to add a context.xml in META-INF/context.xml which is part of myweb.war: But the application isn't accessible using /ind