RE: URL-pointing problem

2007-02-28 Thread wille
^__^ Our webapp had hardcoded paths in it, now we "just" have to grep them all and replace them. Thanks y'all! On Wed, 2007-02-28 at 10:58 +, Peter Crowther wrote: > > From: wille [mailto:[EMAIL PROTECTED] > > root cause > > &

Re: URL-pointing problem

2007-02-28 Thread wille
lder ie pub_db -> publications or pub_db.war -> > publications.war. You may have to make a similar name change to the > context.xml file in conf/Catalina/localhost and then restart tomcat. > > --David > > wille wrote: > > >Hello, > > > >having a bit of a problem here. &g

URL-pointing problem

2007-02-27 Thread wille
Hello, having a bit of a problem here. We have deployed a web application on our server by putting it in the webapps directory, this makes it appear at a URL like http://mjau.com/pub_db. Now we want to change the URL for this webapp to something else, (in this case http://mjau.com/publications).