dognobbler
Programmer
Currently I have a domain name pointing to my server.
I also have my application deployed in the folder
webapps/test/project
I can view my application at the URL
However if I alter the server.xml with the following
<Context path="" docBase="test/project" debug="0" reloadable="true" />
when I try to access
I can an error telling me that my javabeans cannot be located.
Can someone please advise me on how to make mydomain.com point directly to folder /test/project.
Thanks for the help.
Andy
I also have my application deployed in the folder
webapps/test/project
I can view my application at the URL
However if I alter the server.xml with the following
<Context path="" docBase="test/project" debug="0" reloadable="true" />
when I try to access
I can an error telling me that my javabeans cannot be located.
Can someone please advise me on how to make mydomain.com point directly to folder /test/project.
Thanks for the help.
Andy