This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 39212 - Add external classpath
Summary: Add external classpath
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 11:37 UTC by martins
Modified: 2011-09-19 23:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martins 2004-01-26 11:37:46 UTC
There is no way to add an external classpath via
the ide to the tomcat application. You have to
edit setclasspath or catalina directly to solve this.

I have an external jar file that I can't copy to
the webapps \lib folder. In 3.5 I simply edited
the start application of tomcat, and added my
classpath to the tomcat's jar files.