[EMAIL PROTECTED]:/usr/local/tomcat/webapps$ ls web_gm
conf  content  css  dtd  img  index.htm  js  META-INF  tlds  WEB-INF
[EMAIL PROTECTED]:/usr/local/tomcat/webapps$ ls web_gm/*
web_gm/index.htm

web_gm/conf:
log4j.properties

web_gm/content:
admin  current  errors

web_gm/css:
elements.css  estructura.css  gmsoft.css  NiftyCorners

web_gm/dtd:

web_gm/img:
background_posttittle.png  pageheader_background.png

web_gm/js:
NiftyCorners

web_gm/META-INF:
context.xml  MANIFEST.MF

web_gm/tlds:

web_gm/WEB-INF:
classes  lib  web.xml



Caldarale, Charles R wrote:
> 
>> From: jeusdi [mailto:[EMAIL PROTECTED] 
>> Subject: docBase application directory
>> 
>> META-INF/context.xml-->
>> <?xml version="1.0" encoding="UTF-8"?>
>> <Context path="/web_gm" reloadable="true" docBase="web_gm"
>> workDir="web_gm/work">
>> </Context>
> 
> If you're using any reasonably recent version of Tomcat (you didn't
> bother to tell us), neither the path nor the docBase attribute are
> allowed in the <Context> element when it's in META-INF/context.xml.
> Remove those, and then let's work on your real problem.
> 
> What is the deployed directory structure of your webapp?  (Not
> interested in what shows up in your IDE - we need to look at reality.)
> 
>  - 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 start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/docBase-application-directory-tf4293850.html#a12223923
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to