No, its not a typo, I copied their "webviewer" folder, added my jsp, renamed
it "brit-viewer" which was a typo, but I deployed it as "brit-viewer" anyway
into the webapps folder, then restarted tomcat.

Is it possible that by renaming the folder, that had some ill effect with
the applications web.xml that I did not consider?

I copied the default folder, renamed it, redeployed it. Then finding the
context listed in the admin, added a data source. Looking into my
conf\catalina\localhost, these three files are new, I have many backups in
the same folder.

Manager.xml
-------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<Context
    docBase="C:/Program Files/Apache Software Foundation/Tomcat
5.5/server/webapps/manager"
    privileged="true">
  <ResourceLink
    global="UserDatabase"
    name="users"
    type="org.apache.catalina.UserDatabase"/>
</Context>

host-manager.xml
--------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<Context
    docBase="C:/Program Files/Apache Software Foundation/Tomcat
5.5/server/webapps/host-manager"
    privileged="true">
</Context>

Admin.xml
--------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<Context
    docBase="C:/Program Files/Apache Software Foundation/Tomcat
5.5/server/webapps/admin"
    privileged="true">
</Context>



-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 12, 2006 7:29 PM
To: Tomcat Users List
Subject: RE: question about context file entries and TC 5.5

> From: Michael Hencin [mailto:[EMAIL PROTECTED] 
> Subject: RE: question about context file entries and TC 5.5
> 
> So my app name is "brit-viewer"

I'll assume that contains a minor typo.  Just checking, since some
versions of Tomcat seem to handle the <Context> element for the default
(ROOT) app slightly differently.

 - 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]



---------------------------------------------------------------------
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