Hi,
i am working on a
struts webapp that has previously been setup to run from
www.mysite.com/mysite
once a user gets to www.mysite.com there is a redirect which takes them to /mysite
i am trying to change it so www.mysite.com takes them straight to the site it self.
i have change the
tomcat docBase attribute and the site loads out of www.mysite.com
however any page with a form on it does not load correctly. i get an error in tomcat logs saying 'cannot find bean under name X'
is there something in the struts config i need to change in order to move the webapp from /mysite to / ?
thanks in advance
matt