> From: Charles Gillan [mailto:c.gil...@ecit.qub.ac.uk]
> Subject: Installing Servlets
> 
> I have now followed the TomCat manual

It's Tomcat, not TomCat.

> The problem I now have is that I get an exception thown at
>            ant install

Is your ant script something home-grown, or did you borrow it from somewhere?

What happens if you use the supported Tomcat Client Deployer?
http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html

> It was Userdatabase, and I changed this to MemoryRealm in 
> order to pick up the tomcat-users.xml file.

Unnecessary, since the UserDatabaseRealm utilizes tomcat-users.xml; look at its 
resourceName attribute and the corresponding <Resource> element.  I'd suggest 
putting things back the way they were to make sure you didn't accidentally 
break something else.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to