RE: ROOT not working

2008-01-28 Thread John Le
hn Le -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 11:55 AM To: Tomcat Users List Subject: RE: ROOT not working > From: John Le [mailto:[EMAIL PROTECTED] > Subject: RE: ROOT not working > > When I asked the vender if I could

RE: ROOT not working

2008-01-28 Thread Caldarale, Charles R
> From: John Le [mailto:[EMAIL PROTECTED] > Subject: RE: ROOT not working > > When I asked the vender if I could deploy it to root last > week the rep said he didn't think so, but would ask his > techs. If the webapp has hard-coded embedded absolute URLs, you won&#

RE: ROOT not working

2008-01-28 Thread John Le
riginal Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 9:51 AM To: Tomcat Users List Subject: RE: ROOT not working > From: Caldarale, Charles R > Subject: RE: ROOT not working > > All you should have to do is copy MyApp.war to > w

RE: ROOT not working

2008-01-28 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: ROOT not working > > All you should have to do is copy MyApp.war to > webapps/ROOT.war and delete the webapps/ROOT folder and > conf/Catalina/[host]/ROOT.xml (if it exists, which it > probably doesn't). Did you do just t

RE: ROOT not working

2008-01-28 Thread Caldarale, Charles R
> From: John Le [mailto:[EMAIL PROTECTED] > Subject: ROOT not working > > I am trying to use a 3rd party web application in the webapps/ROOT > folder so my domain name will just be localhost:8080. All you should have to do is copy MyApp.war to webapps/ROOT.war and delete the weba

ROOT not working

2008-01-28 Thread John Le
Hi, I am trying to use a 3rd party web application in the webapps/ROOT folder so my domain name will just be localhost:8080. However for some reason it doesn't work, I get an error status 500 when I try to load up the website. The web application came as a WAR file, let's say MyApp.WAR and when I p