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

Summary: Add external classpath
Product: serverplugins Reporter: martins <martins>
Component: TomcatAssignee: Pavel Buzek <pbuzek>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

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.