> From: Jason Novotny [mailto:[EMAIL PROTECTED] > Subject: Re: TC 5.5.12 WARNING: A docBase XXX inside the host > appBase has been specified, and will be ignored
(Please don't crosspost - it really makes it hard to keep track of a thread.) > The context now looks like: > > <Context path="/gridsphere" docBase="gridsphere" debug="0" > reloadable="false" crossContext="true"/> You still have a path attribute that shouldn't be there. > I don't want them to have to rename the actual deployed web > application WAR file or directory. Thats what I thought the > path and docBase were used for. The name of the .xml file containing the <Context> element determines the name of the webapp. As I said before, the path attribute must not be used unless your <Context> element is in conf/server.xml, and that is strongly discouraged. The docBase attribute merely specifies the location of the webapp files - it has nothing to do with the path; it should be used when the webapp files are not under Tomcat's webapps directory. If you want to call your application "portal" instead of "gridsphere" simply put the <Context> element in conf/Catalina/localhost/portal.xml; remember not to put things in more than one place, since the precedence order is not defined by the spec and the container is under no obligation to follow any particular overriding scheme. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]