RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-29 Thread tomcatastrophe
Ok, it works that way. So, if I did want to create the WAR file, is my structure correct to work with a virtual host? Caldarale, Charles R wrote: From: tomcatastrophe [mailto:nab...@changethings.org] Subject: RE: Tomcat WAR deployment with virtual host only shows blank page So, I should

RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-25 Thread Caldarale, Charles R
From: tomcatastrophe [mailto:nab...@changethings.org] Subject: Tomcat WAR deployment with virtual host only shows blank page If I rename the ROOT.war to ROOT it starts up fine. Does it matter if the .war file is packed or unpacked and just named .WAR? Are you saying that ROOT.war is really

RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-25 Thread tomcatastrophe
Yes, it is a directory. What is odd is that it copies the META-INF/context.xml to the /tomcat/conf/Catalina/foo.com folder... This works fine on JBoss, I can deploy a foo.war that is actually a directory and JBoss (which uses Tomcat) has no problem doing this. Caldarale, Charles R wrote:

RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-25 Thread tomcatastrophe
Thanks Chuck. So, I should package my WAR then? Caldarale, Charles R wrote: From: tomcatastrophe [mailto:nab...@changethings.org] Subject: RE: Tomcat WAR deployment with virtual host only shows blank page Yes, it is a directory. What is odd is that it copies the META-INF/context.xml

RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-25 Thread Caldarale, Charles R
From: tomcatastrophe [mailto:nab...@changethings.org] Subject: RE: Tomcat WAR deployment with virtual host only shows blank page Yes, it is a directory. What is odd is that it copies the META-INF/context.xml to the /tomcat/conf/Catalina/foo.com folder... Not something to be counted

RE: Tomcat WAR deployment with virtual host only shows blank page

2009-06-25 Thread Caldarale, Charles R
From: tomcatastrophe [mailto:nab...@changethings.org] Subject: RE: Tomcat WAR deployment with virtual host only shows blank page So, I should package my WAR then? Not necessarily; you can deploy it expanded, but with the directory name ROOT, not ROOT.war. - Chuck THIS COMMUNICATION MAY