Hi all,
I don't normally write code. I have edited some in the past (.jsp ,html) Now Im faced with an XML proplem.
I am trying to install Roller Weblogger software on my server. The instructions call for use with MYSQL database and Tomcat app server. Im using Tomcat with Oracle database. (Thats what they told me to use) So. I have to add some code from the installation guide for Roller (
http://www.rollerweblogger.org/wiki/...tallationGuide) Section 5. It tells me to add the <Context> info to my server.xml file. I already have a <Context> section in my server.xml file. So when I add this underneath it. It blows up the other things I have running using Tomcat.
Can I have more than one <Context> in my server.xml?
How can I encorporate this into my existing server.xml without blowing up the other stuff?
(Note) My server.xml file original is from the Tomcat 4.1 download and I have not modified the <Context> section at all.
Any help would be greatly appreciated.
Thanks.......David