Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

allowing symbolic links in webapps/ROOT

Status
Not open for further replies.

keak

Programmer
Sep 12, 2005
247
CA
Hi there,
I did this once before, but totally forgot how to do it again in Tomcat.
What I want is for tomcat to recognize a symbolic link in teh webapps/ROOT directory.
so suppose we cd to webapps/ROOT and do
ln -s /home/user1/jsp1 jsp1
and a symbolic link of webapps/ROOT/jsp1 gets created.

At this point, when I access I am getting a HTTP Status 404 error.

I believe this is somewhere in server.xml or web.xml that I have to change; I've googled for the past 2h with not much luck.


any help appricicated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top