Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Question with deploying a new webapps in Tomcat5.0

843836Jan 22 2005 — edited Jan 23 2005
I 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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2005
Added on Jan 22 2005
1 comment
108 views