I am upgrading from Tomcat 4 to Tomcat 5 and I am having some troubles
getting apps that run under 4.x to run under 5.x. Matter of fact it appears
that Tomcat does not even see them. The strange thing is that I am seeing no
error messages of any sort (all debug levels are 99).

When I access the localhost I see the example apps etc... When I add a new
host and name (i.e. my.testsite.com) along with the folder for context under
%TOMCAT_BASE%/Catalina/[host-name]/. Tomcat is not loading the new host and
not providing any info as to why.

I did get it to work by placing all of the context configurations in the
host tag in the server.xml file

It appears that you are supposed to be able to configure each one within the
%TOMCAT_BASE%/Catalina/[host-name]/ROOT.xml(and other context). When i place
my configuration in the afformentioned directory it fails silently.

So, how do i get my own apps to use the new config layout?

Thanks in advance,
Brandon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to