Question with deploying a new webapps in Tomcat5.0
843836Jan 22 2005 — edited Jan 23 2005I want to create a webapps which contains the Java Doc in Tomcat5.0
My Java Doc location is :F:\j2sdk-1_4_1-doc\docs\api
Then i use the URL below to create a webapps :
http://127.0.0.1:8080/manager/deploy?path=/javadoc&war=file:F:\j2sdk-1_4_1-doc\docs\api
My purpose is just creating a webapps which point to the F:\j2sdk-1_4_1-doc\docs\api
But after i deploying the webapps as above. I find that the Java Doc had been copied to the %TOMCAT_HOME%/webapps/javadoc/
Why?
I just want to point to it,not copy it.
How can i do ?