Bug 178219 - pick up server API docs
Summary: pick up server API docs
Status: NEW
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: jst.server (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Larry Isaacs CLA
QA Contact: Tim deBoer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 06:49 EDT by Zohar Amir CLA
Modified: 2007-03-21 13:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zohar Amir CLA 2007-03-20 06:49:02 EDT
I use WTP with tomcat 5.5 . Currently the api docs of the tomcat server (servletapi) are not associated with the servlet jar. Since tomcat is shipped with these docs, they may always be found in the same location ($CATALINA_HOME\webapps\tomcat-docs\servletapi) and can be associated with the jar.
Comment 1 Tim deBoer CLA 2007-03-21 13:10:42 EDT
TomcatRuntimeClasspathProvider would have to be updated to pull in the doc paths that go along with each jar. In the meantime you should be able to configure this manually through the Java build path.