How to configure multiple web applications in a single host

2008-07-09 Thread Elliot Huntington
Hi, Tomcat version 5.5.26 running on Linux. I'm trying to run 2 web applications in the same host but I haven't been able to figure out how to make it work right. If I only put one of the web applications in the webapps folder (either of them) then that single web application will work properly. B

Re: How to configure multiple web applications in a single host

2008-07-09 Thread Elliot Huntington
$CATALINA_HOME/conf/Catalina/localhost/A.xml >$CATALINA_HOME/conf/Catalina/localhost/B.xml Does it look I should be able to access both A and B if both A and B are in the webapps directory with this configuration using the urls http://localhost:8080/A and http://localhost:8080/B respective

Re: How to configure multiple web applications in a single host

2008-07-10 Thread Elliot Huntington
rking example of the configuration files that I would need to get both A and B to be served at the same time? Thanks so much for your help. Cheers On Wed, Jul 9, 2008 at 9:14 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Elliot Huntington [mailto:[EMAIL PROTECTED] > >

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Elliot Huntington
An Object is not a List even though a List is an Object. The method you are trying to implement requires a return type of List, not Object. On Fri, Jul 10, 2009 at 9:08 AM, Gaurav Naigaonkar wrote: > Hello, > > I get a number of similar compilation errors when I try to compile the > Servlets that