> 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 > > Ok, I changed my context file from gridsphere.xml to portal.xml. > However it still does not work.
This may well go back to what I said about putting the same thing in two places. In this case, you have placed an app in webapps/gridsphere, but also referenced the same location from conf/Catalina/localhost/portal.xml; I don't know which will take precedence, or if you'll get the app deployed twice, once under the gridsphere, once under portal. You might try putting the app someplace other than under Tomcat's webapps directory, thus ensuring that only the portal.xml file (or gridsphere.xml, whichever you're using) from conf/Catalina/localhost can be used to deploy it. You must also not have a context.xml in the webapp's META-INF directory. - 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]